API для Romania Trucks 24/7 #2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936626772",
"domain": null,
"id": 13785357,
"ip": "167.235.165.94",
"port": 25590,
"query": 25591,
"project_id": null,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 227300,
"owner": 154612,
"boosts": 1,
"last_offline": 1787235380,
"last_online": 1787237203,
"icon": null,
"name": "Romania Trucks 24/7 #2",
"connect": "167.235.165.94:25590",
"request": "167.235.165.94:25591",
"map": "europe",
"gamemode": "Respectati regulile de trafic! Discord server: sx87ka93Y9",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 2,
"points": 62,
"add_date": 1786987622,
"last_update": 1787237203,
"ban_reason": null,
"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": 47,
"language": "de",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": {
"username": "xvulpe",
"avatar": "80b5bd91-06a4-4ba9-8cc2-e7d55fb818d4.jpg"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13785357");
$data = json_decode($json, true);
var_dump($data);