API для Official EU 8
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790382863,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "172.236.221.197:31038",
"country": "DE",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17133425,
"ip": "172.236.221.197",
"language": "de",
"last_update": 1790550396,
"map": "Gateway",
"maxplayers": 115,
"name": "Official EU 8",
"numplayers": 0,
"official": true,
"points": 0,
"port": 31038,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 31038,
"request": "172.236.221.197:31038",
"secured": null,
"status": false,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790550396,
"last_online": 1790425438,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 3027,
"wipe_period": null,
"eosSessionId": "123b9fcc370644848132a0b95b2ae902"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17133425");
$data = json_decode($json, true);
var_dump($data);