American Truck Simulator
API для Martin23
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/2345276json
{
"response": {
"steam_id": "90283906568447002",
"domain": null,
"id": 2345276,
"ip": "89.177.113.15",
"port": 40002,
"query": 40003,
"color": 0,
"city": "Prague",
"description": "",
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1775287287,
"score": null,
"last_online": 1776432097,
"icon": null,
"name": "Martin23",
"connect": "89.177.113.15:40002",
"request": "89.177.113.15:40003",
"map": "usa",
"gamemode": "American Truck Simulator",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1703845617,
"last_update": 1776432097,
"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": 35,
"language": "cs",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/2345276");
$data = json_decode($json, true);
var_dump($data);