Servers List API
Access our curated database of popular Minecraft servers categorized by platform and live status.
Endpoints
Java Edition List
Retrieves popular Java Edition servers including player counts and logos.
GET servers.minespark.org/servers/java/
Bedrock Edition List
Retrieves Bedrock and Pocket Edition servers with platform metadata.
GET servers.minespark.org/servers/bedrock/
Response Fields
| Field | Type | Description |
|---|---|---|
name | string | The display name of the server. |
ipAddress | string | The hostname used for connection. |
platform | string | Connection type (e.g., cross-platform). |
status | string | Current reachability: online / offline. |
players | integer | Live player count at last check. |
maxPlayers | integer | Maximum player capacity. |
logo | string | URL to the server's favicon/icon image. |
Note: Lists are cached for performance. For ultra-precise, real-time data on a specific server, use its
ipAddress with our Server Status API.
Example Response
[
{
"name": "FadeMC [1.20-1.21.10]",
"ipAddress": "b.fademc.xyz",
"platform": "cross-platform",
"status": "online",
"players": 52744,
"maxPlayers": 75000,
"logo": "https://api.mcsrvstat.us/icon/b.fademc.xyz"
},
{
"name": "OPBlocks » Skyblock",
"ipAddress": "buzz.opblocks.com",
"platform": "cross-platform",
"status": "offline",
"players": 0,
"maxPlayers": 0,
"logo": "https://api.mcsrvstat.us/icon/buzz.opblocks.com"
}
]
Servers List API
Access our curated database of popular Minecraft servers categorized by platform and live status.
Endpoints
Java Edition List
Retrieves popular Java Edition servers including player counts and logos.
GET servers.minespark.org/servers/java/
Bedrock Edition List
Retrieves Bedrock and Pocket Edition servers with platform metadata.
GET servers.minespark.org/servers/bedrock/
Response Fields
| Field | Type | Description |
|---|---|---|
name | string | The display name of the server. |
ipAddress | string | The hostname used for connection. |
platform | string | Connection type (e.g., cross-platform). |
status | string | Current reachability: online / offline. |
players | integer | Live player count at last check. |
maxPlayers | integer | Maximum player capacity. |
logo | string | URL to the server's favicon/icon image. |
Note: Lists are cached for performance. For ultra-precise, real-time data on a specific server, use its
ipAddress with our Server Status API.
Example Response
[
{
"name": "FadeMC [1.20-1.21.10]",
"ipAddress": "b.fademc.xyz",
"platform": "cross-platform",
"status": "online",
"players": 52744,
"maxPlayers": 75000,
"logo": "https://api.mcsrvstat.us/icon/b.fademc.xyz"
},
{
"name": "OPBlocks » Skyblock",
"ipAddress": "buzz.opblocks.com",
"platform": "cross-platform",
"status": "offline",
"players": 0,
"maxPlayers": 0,
"logo": "https://api.mcsrvstat.us/icon/buzz.opblocks.com"
}
]
MineSpark API