API для ASHFALL RISE = Vanilla+ = MODS | Active Admins = Stamila+ : Hig
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90292634107776016",
"domain": null,
"id": 16148851,
"ip": "38.180.254.25",
"port": 2068,
"query": 4068,
"project_id": null,
"color": 0,
"city": "Даллас",
"description": null,
"game": 221100,
"boosts": 1,
"last_offline": 1789295474,
"last_online": 1789324285,
"icon": null,
"name": "ASHFALL RISE = Vanilla+ = MODS | Active Admins = Stamila+ : Hig",
"connect": "38.180.254.25:2068",
"request": "38.180.254.25:4068",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 124,
"maxplayers": 127,
"bots": 124,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 128,
"add_date": 1789237182,
"last_update": 1789324285,
"ban_reason": null,
"banned": false,
"hidden": 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": 108,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16148851");
$data = json_decode($json, true);
var_dump($data);