Server Status API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET https://api.tc-gaming.co.uk/citydriving/live/status?key=YOUR_KEY&server=all
HTTP/1.1 200 OK{
"one": {
"online": true,
"track": "KY3X",
"guests": 40,
"maxGuests": 40,
"trackName": "Kyoto"
},
"two": {
"online": true,
"track": "KY3X",
"guests": 38,
"maxGuests": 40,
"trackName": "Kyoto"
},
"three": {
"online": true,
"track": "BL1X",
"guests": 7,
"maxGuests": 40,
"trackName": "Blackwood"
},
"events": {
"online": true,
"track": "RO1X",
"guests": 0,
"maxGuests": 47,
"trackName": "Corby"
},
"training": {
"online": true,
"track": "AS5X",
"guests": 0,
"maxGuests": 32,
"trackName": "Montana"
}
}