Euro Truck Simulator 2
API для Guru - Friends Only
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9976810json
{
"response": {
"steam_id": "90284091828701194",
"domain": null,
"id": 9976810,
"ip": "165.227.231.165",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Slough",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1775998264,
"icon": null,
"name": "Guru - Friends Only",
"connect": "165.227.231.165:27015",
"request": "165.227.231.165:27016",
"map": "europe",
"gamemode": "Euro Truck Simulator 2",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754896927,
"last_update": 1775998264,
"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": 290,
"language": "en",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9976810");
$data = json_decode($json, true);
var_dump($data);