Discover/minecraftservers.org API
live

minecraftservers.org APIminecraftservers.org

Access Minecraft server listings, real-time player counts, uptime stats, and historical data from minecraftservers.org via 3 structured endpoints.

Endpoints
3
Updated
3mo ago
Try it
Search keyword to find servers (e.g. 'survival', 'hypixel', 'skyblock').
api.parse.bot/scraper/bb77c61d-ba0a-42c2-9c34-a3e2f8e97e59/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bb77c61d-ba0a-42c2-9c34-a3e2f8e97e59/search_servers?query=survival' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for Minecraft servers by name or keyword. Returns a list of matching servers with basic info including player counts and status.

Input
ParamTypeDescription
queryrequiredstringSearch keyword to find servers (e.g. 'survival', 'hypixel', 'skyblock').
Response
{
  "type": "object",
  "fields": {
    "query": "string — the search term used",
    "results": "array of server objects with id, name, ip, status, current_players, url"
  },
  "sample": {
    "data": {
      "query": "survival",
      "results": [
        {
          "id": "594028",
          "ip": "hub.fadecloud.com",
          "url": "https://minecraftservers.org/server/594028",
          "name": "FadeCloud",
          "status": "online",
          "current_players": "5514/5614"
        }
      ]
    },
    "status": "success"
  }
}

About the minecraftservers.org API

The minecraftservers.org API exposes 3 endpoints for searching, listing, and inspecting Minecraft servers, returning fields like current player counts, server IP, uptime percentage, and historical vote and player data. The get_server_details endpoint goes deepest, providing per-server stats arrays covering player history, vote history, and daily stats alongside owner, country, and Java edition IP.

What the API Returns

The API covers the minecraftservers.org directory, which indexes thousands of community-run Minecraft servers. All three endpoints return server objects with id, name, ip, status, and current_players. The search_servers endpoint accepts a query string — keywords like survival, skyblock, or a specific server name — and returns matching servers as an array. The list_servers endpoint paginates the top servers ranked by popularity, returning up to 20 results per page along with a pagination array of labeled page links.

Server Details and Historical Stats

The get_server_details endpoint takes a numeric server_id (obtained from search_servers or list_servers) and returns a richer payload. Beyond basic status, it includes uptime as a percentage string, votes as a total integer, country, java_ip, and a players field formatted as current/max (e.g. 4389/4500). The nested stats object contains three arrays — player_history, vote_history, and daily_stats — allowing trend analysis over time for a given server.

Pagination and IDs

Pagination on list_servers is controlled by the optional page integer parameter, and the response includes a pagination array so you can discover adjacent pages programmatically. Server IDs are numeric strings that remain stable across requests, making them reliable keys for repeated detail lookups or building a local index.

Common use cases
  • Monitor real-time player counts across top-ranked servers using list_servers and the current_players field
  • Track a specific server's popularity trend over time using the player_history array from get_server_details
  • Build a server recommendation tool by searching for keyword-matched servers via search_servers
  • Compare uptime reliability across servers using the uptime percentage field from detail responses
  • Aggregate vote totals and vote history to identify trending or fast-growing Minecraft communities
  • Display server capacity status by parsing the players current/max string from get_server_details
  • Compile a country-segmented directory of Minecraft servers using the country field in detail responses
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does minecraftservers.org have an official developer API?+
minecraftservers.org does not publish an official public developer API or documented data access program. This Parse API provides structured access to the server data and statistics available on the site.
What does `get_server_details` return that `list_servers` does not?+
get_server_details returns fields not present in list results: owner, country, java_ip, votes, uptime, the formatted players capacity string, and the stats object containing player_history, vote_history, and daily_stats arrays. The list endpoints return only id, name, ip, status, current_players, and url.
Can I filter `list_servers` by game mode, version, or region?+
Not currently. list_servers accepts only a page integer and returns servers ranked by overall popularity. search_servers accepts a keyword query, which can be a game-mode term like skyblock or creative, but neither endpoint supports structured filters for Minecraft version or server region. You can fork this API on Parse and revise it to add filtered listing endpoints.
How granular is the historical data in the `stats` object?+
The stats object in get_server_details returns three arrays — player_history, vote_history, and daily_stats — reflecting the time-series data shown on the server's minecraftservers.org detail page. The resolution and retention window of those arrays mirrors what the site exposes for each server and may vary by server age or activity.
Does the API return Bedrock edition connection details?+
The get_server_details response includes a java_ip field but does not currently expose a separate Bedrock edition IP or port. Coverage is limited to the Java edition connection address and the general fields listed above. You can fork this API on Parse and revise it to surface Bedrock-specific fields if the source page exposes them.
Page content last updated . Spec covers 3 endpoints from minecraftservers.org.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.