Motor Town: Behind The Wheel
API for Protect The Sink - Chill and Relax
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10336449json
{
"response": {
"steam_id": "90284370556852237",
"domain": null,
"id": 10336449,
"ip": "97.67.245.2",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Arab",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776168118,
"score": 0,
"last_online": 1776211820,
"icon": null,
"name": "Protect The Sink - Chill and Relax",
"connect": "97.67.245.2:7777",
"request": "97.67.245.2:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1758401059,
"last_update": 1776211820,
"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": 13,
"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/10336449");
$data = json_decode($json, true);
var_dump($data);