{"id":32118571,"url":"https://github.com/often/mojang","last_synced_at":"2026-02-21T11:31:47.634Z","repository":{"id":62421634,"uuid":"269840514","full_name":"often/mojang","owner":"often","description":"Simple and lightweight Mojang API wrapper.","archived":false,"fork":false,"pushed_at":"2023-12-21T08:38:11.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T17:38:29.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/often.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-06T02:16:49.000Z","updated_at":"2020-07-06T18:08:12.000Z","dependencies_parsed_at":"2022-11-01T17:32:23.191Z","dependency_job_id":null,"html_url":"https://github.com/often/mojang","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/often/mojang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fmojang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fmojang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fmojang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fmojang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/often","download_url":"https://codeload.github.com/often/mojang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/often%2Fmojang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-20T17:23:54.316Z","updated_at":"2026-02-21T11:31:47.630Z","avatar_url":"https://github.com/often.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mojang\nSimple and lightweight Mojang API wrapper.\n\n## Usage\n```js\nimport { status, uuid, history, names, textures, blocked, statistics } from 'https://deno.land/x/mojang/mod.js' // import the mojang module\n\nconsole.log(await status()) // returns status of various Mojang services\nconsole.log(await uuid('Notch')) // returns the UUID of the name at the timestamp provided, default is Date.now()\nconsole.log(await history('Notch')) // returns all the usernames this user has used in the past and the one they are using currently\nconsole.log(await names(['Notch'])) // must be an array, will return player UUIDs and some extras\nconsole.log(await textures('Notch')) // will return the player's username plus any additional information about them (e.g. skins)\nconsole.log(await blocked()) // returns a list of SHA1 hashes used to check server addresses against when the client tries to connect\n\nconsole.log(await statistics(['item_sold_minecraft'])) /* must be an array, gets statistics on the sales of Minecraft\n\navailable options are:\n\nitem_sold_minecraft\nprepaid_card_redeemed_minecraft\nitem_sold_cobalt\nitem_sold_scrolls\nprepaid_card_redeemed_cobalt\nitem_sold_dungeons\n\n*/\n```\n\n## Full API documentation\nhttps://wiki.vg/Mojang_API\n\n# Note\nThis is not affiliated with Mojang or Microsoft and the services they provide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foften%2Fmojang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foften%2Fmojang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foften%2Fmojang/lists"}