Motor Town: Behind The Wheel
API for Phoenix Protocol Logistics
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8713233json
{
"response": {
"steam_id": "90284342820165656",
"domain": null,
"id": 8713233,
"ip": "198.73.57.149",
"port": 2000,
"query": 2001,
"color": 0,
"city": "Clifton",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776137516,
"score": 0,
"last_online": 1776223831,
"icon": null,
"name": "Phoenix Protocol Logistics",
"connect": "198.73.57.149:2000",
"request": "198.73.57.149:2001",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1745732667,
"last_update": 1776223831,
"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": 29,
"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/8713233");
$data = json_decode($json, true);
var_dump($data);