Euro Truck Simulator 2
API для YT GameChannel9898 КОНВОЙ ПО РОССИИ И СНГ
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10733997json
{
"response": {
"steam_id": "85568392935698298",
"domain": null,
"id": 10733997,
"ip": "37.18.21.213",
"port": 12507,
"query": 12508,
"color": 0,
"city": "Moscow",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1776729800,
"score": 0,
"last_online": 1776796309,
"icon": null,
"name": "YT GameChannel9898 КОНВОЙ ПО РОССИИ И СНГ",
"connect": "37.18.21.213:12507",
"request": "37.18.21.213:12508",
"map": "europe",
"gamemode": "YT GameChannel9898 КОНВОЙ ПО РОССИИ И СНГ",
"version": null,
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766075824,
"last_update": 1776796309,
"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": 526,
"language": "ru",
"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/10733997");
$data = json_decode($json, true);
var_dump($data);