Motor Town: Behind The Wheel
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7483594json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7483594,
"ip": "148.251.154.60",
"port": 7785,
"query": 27016,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776206516,
"score": 0,
"last_online": 1776193256,
"icon": null,
"name": null,
"connect": null,
"request": "148.251.154.60:27016",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739269889,
"last_update": 1776206516,
"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": 193,
"language": "de",
"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/7483594");
$data = json_decode($json, true);
var_dump($data);