Skip to content

Instantly share code, notes, and snippets.

@goldbattle
Created January 26, 2014 19:02
Show Gist options
  • Save goldbattle/8637575 to your computer and use it in GitHub Desktop.
Save goldbattle/8637575 to your computer and use it in GitHub Desktop.
oc.tc Json
{
"us.oc.tc": {
"players_online": 2281,
"players_total": 3000,
"status": "Online",
"mc_versions": [
"1.7.2",
"1.6.4",
"1.6.2"
],
"mc_servers": {
"All": [
{
"name": "Project Ares",
"players_online": 1464
},
{
"name": "Blitz",
"players_online": 64
},
{
"name": "Ghost Squadron",
"players_online": 26
},
{
"name": "Lobby",
"players_online": 98
}
],
"Project Ares": [
{
"name": "Alpha",
"players_online": 100,
"map_now": "Soviet Mills",
"map_next": "Battle of Lyndanisse"
},
{
"name": "Beta",
"players_online": 66,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Blitz": [
{
"name": "Chaos",
"players_online": 100,
"map_now": "Soviet Mills",
"map_next": "Battle of Lyndanisse"
},
{
"name": "Cronus",
"players_online": 66,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Ghost Squadron": [
{
"name": "GS01",
"players_online": null,
"map_now": null,
"map_next": null
},
{
"name": "GS02",
"players_online": 7,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Lobby": [
{
"name": "Lobby 1",
"players_online": 22
},
{
"name": "Lobby 2",
"players_online": 19
}
]
}
},
"eu.oc.tc": {
"players_online": 2281,
"players_total": 3000,
"status": "Online",
"mc_versions": [
"1.7.2",
"1.6.4",
"1.6.2"
],
"mc_servers": {
"All": [
{
"name": "Project Ares",
"players_online": 1464
},
{
"name": "Blitz",
"players_online": 64
},
{
"name": "Ghost Squadron",
"players_online": 26
},
{
"name": "Lobby",
"players_online": 98
}
],
"Project Ares": [
{
"name": "Alpha",
"players_online": 100,
"map_now": "Soviet Mills",
"map_next": "Battle of Lyndanisse"
},
{
"name": "Beta",
"players_online": 66,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Blitz": [
{
"name": "Chaos",
"players_online": 100,
"map_now": "Soviet Mills",
"map_next": "Battle of Lyndanisse"
},
{
"name": "Cronus",
"players_online": 66,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Ghost Squadron": [
{
"name": "GS01",
"players_online": null,
"map_now": null,
"map_next": null
},
{
"name": "GS02",
"players_online": 7,
"map_now": "Corrupted Kingdoms",
"map_next": "Temple Valley"
}
],
"Lobby": [
{
"name": "Lobby 1",
"players_online": 22
},
{
"name": "Lobby 2",
"players_online": 19
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment