Motor Town: Behind The Wheel
API for Sandy's RP Freeroam Server - AI Companies and Vehicles Welcome
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9816137json
{
"response": {
"steam_id": 90284365359938580,
"domain": null,
"id": 9816137,
"ip": "92.232.134.124",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Dumbarton",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1775924517,
"score": 0,
"last_online": 1776223823,
"icon": null,
"name": "Sandy's RP Freeroam Server - AI Companies and Vehicles Welcome",
"connect": "92.232.134.124:7777",
"request": "92.232.134.124:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1752747728,
"last_update": 1776223823,
"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": 22,
"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/9816137");
$data = json_decode($json, true);
var_dump($data);