API для Retribution | Stalker RP Medium
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291821196192773",
"domain": null,
"id": 13301943,
"ip": "185.207.214.239",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Москва",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788008723,
"last_online": 1788038661,
"icon": null,
"name": "Retribution | Stalker RP Medium",
"connect": "185.207.214.239:2302",
"request": "185.207.214.239:2303",
"map": "dz_map",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 75,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1785807628,
"last_update": 1788038661,
"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": 494,
"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/13301943");
$data = json_decode($json, true);
var_dump($data);