API для Russian Classic [PVP-VANILLA+|MAX-4|X2-LOOT] [Dr.MAX]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 13722592,
"ip": "31.77.173.98",
"port": 50888,
"query": 39392,
"project_id": null,
"color": 0,
"city": "Sudak",
"description": "DayZServMod002ExpansionJacob_Mango_V3MightyMoitzbertNoSer_2NovSerMod_2\nNovSer_222rag_tysonRFFSHelizv",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786746627,
"last_online": 1786768215,
"icon": null,
"name": "Russian Classic [PVP-VANILLA+|MAX-4|X2-LOOT] [Dr.MAX]",
"connect": "31.77.173.98:50888",
"request": "31.77.173.98:39392",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 125,
"maxplayers": 127,
"bots": 125,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1786746627,
"last_update": 1786768215,
"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": 32,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13722592");
$data = json_decode($json, true);
var_dump($data);