{"id":16134497,"url":"https://github.com/saibotk/jmaw","last_synced_at":"2026-02-16T04:30:59.566Z","repository":{"id":53958393,"uuid":"179317475","full_name":"saibotk/JMAW","owner":"saibotk","description":"Java Mojang API Wrapper","archived":false,"fork":false,"pushed_at":"2024-12-20T17:09:28.000Z","size":872,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-07T13:35:59.453Z","etag":null,"topics":["api","java","mojang","mojangapi","rest","retrofit","wrapper"],"latest_commit_sha":null,"homepage":"https://saibotk.github.io/JMAW/","language":"Java","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/saibotk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-03T15:22:57.000Z","updated_at":"2022-05-05T18:05:56.000Z","dependencies_parsed_at":"2023-02-06T07:00:16.484Z","dependency_job_id":"a80ae780-fc77-40b4-81fa-9f5b6dab0411","html_url":"https://github.com/saibotk/JMAW","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/saibotk/JMAW","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibotk%2FJMAW","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibotk%2FJMAW/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibotk%2FJMAW/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibotk%2FJMAW/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saibotk","download_url":"https://codeload.github.com/saibotk/JMAW/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibotk%2FJMAW/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29500297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","java","mojang","mojangapi","rest","retrofit","wrapper"],"created_at":"2024-10-09T22:49:08.774Z","updated_at":"2026-02-16T04:30:59.536Z","avatar_url":"https://github.com/saibotk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Mojang Api Wrapper (JMAW)\n[![](https://jitpack.io/v/saibotk/JMAW.svg)](https://jitpack.io/#saibotk/JMAW)\n\nSimple, easy-to-use API Wrapper for the [Mojang API](https://wiki.vg/Mojang_API), written in Java.\n\n## Goals\n- Simple\n- Type-safe responses for each endpoint / element\n- Custom exception for errors\n- State-less\n\n## API Coverage\nImplemented:\n- All endpoints, as found on https://wiki.vg/Mojang_API\n\nNot included:\n- Authentication API (https://wiki.vg/Authentication)\n\n## Installation / Download\n### Jitpack\n#### Gradle\nAdd the JitPack repository:\n```\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\nAdd the dependency and replace **VERSION** with the **commit tag** / **release string** or **'-SNAPSHOT'** for the latest commit:\n```\ndependencies {\n\timplementation 'com.github.saibotk:JMAW:VERSION'\n}\n```\n\n#### Other\n[Configuration for maven, sbt, etc](https://jitpack.io/#saibotk/JMAW)\n\n## Documentation\nCan be found in **/docs** or available through Github pages here: https://saibotk.github.io/JMAW/\n\n## Dependecies\n- [Retrofit](https://github.com/square/retrofit) for HTTP requests ( Apache - 2.0 )\n- [Gson](https://github.com/google/gson) for json deserialization ( Apache - 2.0 )\n\n## Projects using JMAW\n- [BlockMap](https://github.com/Minecraft-Technik-Wiki/BlockMap)\n\nI'd be happy if you would let me know when you are using the library in one of your projects.\n\n## Contribute\n**Everybody is welcome to open an issue and / or create a PR to suggest changes.**\n\n## License\n```\nMIT License\n\nCopyright (c) 2019 saibotk\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n### Notice\nAlso respect the licenses found in individual files.\n- [RuntimeDefaultTypeAdapterFactory](https://github.com/saibotk/JMAW/blob/master/src/main/java/de/saibotk/jmaw/RuntimeDefaultTypeAdapterFactory.java) originally from [gson/extras](https://github.com/google/gson/blob/b046ea28eeb819ecc30c3a39cb6912dc84fae015/extras/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java) modified by saibotk - Apache - 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaibotk%2Fjmaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaibotk%2Fjmaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaibotk%2Fjmaw/lists"}