API для OTVAGA | CHERNO | 3PP | PVP LOOT+ | WIPE 18.07
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289926122596382",
"domain": null,
"id": 13091303,
"ip": "89.125.121.187",
"port": 3282,
"query": 3282,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "DayZ-Expansion-LicensedҦ��\\ޙ�DayZ-Expansion-Core�.� ���Dabs Framework�Ưh��\\Communi",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1785450620,
"last_online": 1785463184,
"icon": null,
"name": "OTVAGA | CHERNO | 3PP | PVP LOOT+ | WIPE 18.07",
"connect": "89.125.121.187:3282",
"request": "89.125.121.187:3282",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 60,
"maxplayers": 60,
"bots": 40,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 128,
"add_date": 1785450620,
"last_update": 1785463184,
"ban_reason": null,
"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": 596,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13091303");
$data = json_decode($json, true);
var_dump($data);