Motor Town: Behind The Wheel
API for Reds Town
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10752939json
{
"response": {
"steam_id": "90279006145946649",
"domain": null,
"id": 10752939,
"ip": "51.81.179.116",
"port": 27172,
"query": 25687,
"color": 0,
"city": "Hillsboro",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1768642650,
"score": 0,
"last_online": 1776223853,
"icon": null,
"name": "Reds Town",
"connect": "51.81.179.116:27172",
"request": "51.81.179.116:25687",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.17",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766253986,
"last_update": 1776223853,
"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": 62,
"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/10752939");
$data = json_decode($json, true);
var_dump($data);