{"id":20692211,"url":"https://github.com/developerjosh/mineplex","last_synced_at":"2026-02-01T04:32:27.585Z","repository":{"id":106376695,"uuid":"222715385","full_name":"DeveloperJosh/mineplex","owner":"DeveloperJosh","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-19T14:33:23.000Z","size":1738,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T12:09:04.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeveloperJosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-11-19T14:29:36.000Z","updated_at":"2019-11-19T14:33:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d36d8d8-1c66-441e-85e7-ae08f7e6751f","html_url":"https://github.com/DeveloperJosh/mineplex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeveloperJosh/mineplex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperJosh%2Fmineplex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperJosh%2Fmineplex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperJosh%2Fmineplex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperJosh%2Fmineplex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperJosh","download_url":"https://codeload.github.com/DeveloperJosh/mineplex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperJosh%2Fmineplex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28967932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"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":"2024-11-16T23:19:51.823Z","updated_at":"2026-02-01T04:32:27.573Z","avatar_url":"https://github.com/DeveloperJosh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mineplex Public API\nWelcome to the Mineplex Public API! We provide [PC](#pc-api) and [PE](#pe-api) oriented endpoints for gathering information on players, network status, and more.\n\n### General\n\nAll API endpoints utilize the HTTP `GET` method. Authorization \u0026 rate-limiting are handled via an [API key](#authorization).\n\nThe base URL for our API is [https://api.mineplex.com](https://api.mineplex.com).\n\nPC/PE APIs are avaiable under the base at [/pc](https://api.mineplex.com/pc) and [/pe](https://api.mineplex.com/pe) respectively.\n\n### Documentation\nAll documentation is written following the [OpenAPI 2.0 Specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md). \n\n**Contributing:**\nMake changes to our docs here by submitting a pull request containing changes to the underlying data files. _Not the markdown files themself!_\n\n\nFor convenience you may also view the swagger-ui documentation for [PC](https://api.mineplex.com/pcdocs) and [PE](). (Provides an interface to interact with our API instead of just reading boring docs)\n\n\n## PC API\nThe PC API is hosted at [https://api.mineplex.com/pc](https://api.mineplex.com/pc), and corresponds to the Mineplex Network on [Minecraft PC/Mac Edition](https://minecraft.net/). (us.mineplex.com/eu.mineplex.com)\n\n### Authorization\nWe use API keys, similar to the majority of RESTful APIs, when authorizing your request. \n\n**Obtaining a key:**  \nEach one of these keys is bound to a Minecraft account. As of now, you must be apart of the early access program to obtain a key; once we're out of that phase you'll be able to grab these in-game via `/api`.\n\n**Using your key:**  \nAPI keys are passed in through the `query` string `apiKey`. (we'll also be adding support for a request header to hold your key as well shortly)\n\n**Note:** Please do not share your key with _anyone_. You will be held responsible for anything that happens from your key, so keep it in check!\n\n\n### Caching\nWe implement server \u0026 client side caching for specific high traffic endpoints. Take note of the `Cache-Control` header for client sided caching.\n\n\n### Rate Limiting\nAll keys have a starting limit of _3000 requests per hour_ (almost one request per second). We use the following HTTP headers to specify rate data in each request:\n\nHTTP Header | Meaning\n--- | ---\nX-RateLimit-Limit | Your total requests allowed per hour\nX-RateLimit-Remaining | The amount of requests you have remaining in this time period\nX-RateLimit-Reset | The time at which your current rate limit period resets (in UTC epoch seconds)\n\nIf you have exceeded your rate limit, the API will respond with [HTTP 429 Too Many Requests](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#429). \n\nMaybe what you're building makes a bit more requests than what we allow normally? Send an email our way including a brief explanation of what requires a slack on the rate-limiting.\n\n## PE API\nSoon™\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperjosh%2Fmineplex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperjosh%2Fmineplex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperjosh%2Fmineplex/lists"}