API для HDU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789821200,
"app": {
"id": 6,
"name": "No More Room in Hell",
"steam_id": 224260,
"url": "no-more-room-in-hell"
},
"color": 0,
"connect": "94.19.56.56:27015",
"country": "RU",
"domain": null,
"game": 224260,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16748680,
"ip": "94.19.56.56",
"language": "ru",
"last_update": 1789833710,
"map": "nmo_fema",
"maxplayers": 8,
"name": "HDU",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "94.19.56.56:27015",
"secured": true,
"status": false,
"steam_id": "90293037679209489",
"version": "1.1.5.0",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Санкт-Петербург",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789833710,
"last_online": 1789821156,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 323,
"wipe_period": null,
"os": "w",
"region": -1,
"product": "nmrih",
"gametype": "spawning:active,objective,classic,ff:off,",
"dedicated": false
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16748680");
$data = json_decode($json, true);
var_dump($data);