API для SUETA RU | 3PP |LIVONIA PVP MORE LOOT | WIPE 25.07
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290216243024896",
"domain": null,
"id": 13306213,
"ip": "144.31.107.190",
"port": 2652,
"query": 2652,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "DayZ-Expansion-Licensed��]T��l\rVPPAdminTools�.� ���Dabs Framework�Ưh��\\Community Framework\nCodeLockv3configu",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1785815424,
"last_online": 1785932053,
"icon": null,
"name": "SUETA RU | 3PP |LIVONIA PVP MORE LOOT | WIPE 25.07",
"connect": "144.31.107.190:2652",
"request": "144.31.107.190:2652",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 127,
"maxplayers": 127,
"bots": 118,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 160,
"add_date": 1785815424,
"last_update": 1785932053,
"ban_reason": "server.ban_reasons.fake_player_activity",
"banned": true,
"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": null,
"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/13306213");
$data = json_decode($json, true);
var_dump($data);