Motor Town: Behind The Wheel
API for Voraad Driving School
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11013139json
{
"response": {
"steam_id": "90284384102914053",
"domain": null,
"id": 11013139,
"ip": "207.244.144.122",
"port": 9780,
"query": 37018,
"color": 0,
"city": "Tukwila",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776211913,
"score": 0,
"last_online": 1777586508,
"icon": null,
"name": "Voraad Driving School",
"connect": "207.244.144.122:9780",
"request": "207.244.144.122:37018",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769942475,
"last_update": 1777586508,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 89,
"language": "en",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11013139");
$data = json_decode($json, true);
var_dump($data);