Unturned
API для First Person Vanilla Survival
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4736631json
{
"response": {
"steam_id": "85568392931716090",
"domain": null,
"id": 4736631,
"ip": "85.13.108.15",
"port": 27055,
"query": 27055,
"color": 0,
"city": "České Budějovice",
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1769533294,
"score": 0,
"last_online": 1776113434,
"icon": "https://dapedatas.com/shared/unturned.png",
"name": "First Person Vanilla Survival",
"connect": "85.13.108.15:27055",
"request": "85.13.108.15:27055",
"map": "France",
"gamemode": "1P Only!",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1718009082,
"last_update": 1776113434,
"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": 147,
"language": "cs",
"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/4736631");
$data = json_decode($json, true);
var_dump($data);