API для [US-WEST] TMV Gamenight
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936074754",
"domain": null,
"id": 11394799,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Wenatchee",
"description": null,
"game": 869480,
"owner": null,
"boosts": 1,
"last_offline": 1780802046,
"last_online": 1780801343,
"icon": null,
"name": "[US-WEST] TMV Gamenight",
"connect": null,
"request": null,
"map": "dm_overwatch",
"gamemode": "Jabroni Brawl: Episode 3",
"version": "175",
"numplayers": 0,
"maxplayers": 33,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774597085,
"last_update": 1780802046,
"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": 10,
"language": "en",
"parked": true,
"app": {
"id": 21,
"steam_id": 869480,
"name": "Jabroni Brawl: Episode 3",
"url": "jabroni-brawl-episode-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11394799");
$data = json_decode($json, true);
var_dump($data);