API для Official Hordetesting US 2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790210219,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "172.235.61.65:30233",
"country": "US",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17036828,
"ip": "172.235.61.65",
"language": "en",
"last_update": 1790544379,
"map": "Gateway",
"maxplayers": 115,
"name": "Official Hordetesting US 2",
"numplayers": 0,
"official": true,
"points": 0,
"port": 30233,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 30233,
"request": "172.235.61.65:30233",
"secured": null,
"status": false,
"steam_id": null,
"version": "evrima 0.22.56",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Лос-Анджелес",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790544379,
"last_online": 1790249806,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2789,
"wipe_period": null,
"eosSessionId": "a7de9406bd834dfeb97725cf681c28a2"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17036828");
$data = json_decode($json, true);
var_dump($data);