API для Official Hordetesting EU 2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790210219,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "104.105.17.54:31533",
"country": "DE",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17036853,
"ip": "104.105.17.54",
"language": "de",
"last_update": 1790544379,
"map": "Gateway",
"maxplayers": 115,
"name": "Official Hordetesting EU 2",
"numplayers": 0,
"official": true,
"points": 0,
"port": 31533,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 31533,
"request": "104.105.17.54:31533",
"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": 1790249802,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2814,
"wipe_period": null,
"eosSessionId": "c03edfa5e80a4d1ba2d543469bf4e9fc"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17036853");
$data = json_decode($json, true);
var_dump($data);