API для WAP 10x EAA,WOV,/KITS /WARPS,Tot!,ExilesExtreme and more
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11506113,
"ip": "90.190.66.44",
"port": 7777,
"query": 27115,
"color": 0,
"city": "Valga",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1779448971,
"last_online": 1779911428,
"icon": null,
"name": "WAP 10x EAA,WOV,/KITS /WARPS,Tot!,ExilesExtreme and more",
"connect": "90.190.66.44:7777",
"request": "90.190.66.44:27115",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 7,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "EE",
"status": true,
"votes": 0,
"points": 51,
"add_date": 1779226936,
"last_update": 1779911428,
"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": 34,
"language": "et",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11506113");
$data = json_decode($json, true);
var_dump($data);