Motor Town: Behind The Wheel
API для German City - Fresh Start and Long-Time
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10898276json
{
"response": {
"steam_id": "90284363834373136",
"domain": null,
"id": 10898276,
"ip": "173.249.17.71",
"port": 29900,
"query": 29915,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1775793724,
"score": 0,
"last_online": 1776217820,
"icon": null,
"name": "German City - Fresh Start and Long-Time",
"connect": "173.249.17.71:29900",
"request": "173.249.17.71:29915",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 2,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1768384964,
"last_update": 1776217820,
"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": 15,
"language": "fr",
"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": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10898276");
$data = json_decode($json, true);
var_dump($data);