Unturned
API для [#6] Sky Network PvP [Vaults | 5x | Arid ]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5560126json
{
"response": {
"steam_id": "85568392930383076",
"domain": null,
"id": 5560126,
"ip": "156.236.84.60",
"port": 27025,
"query": 27025,
"color": 0,
"city": "Dallas",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775194332,
"score": 0,
"last_online": 1776109235,
"icon": "https://i.imgur.com/rfB5ENi.jpg",
"name": "[#6] Sky Network PvP [Vaults | 5x | Arid ]",
"connect": "156.236.84.60:27025",
"request": "156.236.84.60:27025",
"map": "Arid",
"gamemode": "5x LOOT | KITS | HOME | WIPED!",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723304891,
"last_update": 1776109235,
"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": 178,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/5560126");
$data = json_decode($json, true);
var_dump($data);