Unturned
API для [ARG] ULTIMO VANILLA | WIPEADO 2026 ÚNETE
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5699640json
{
"response": {
"steam_id": "85568392934824345",
"domain": null,
"id": 5699640,
"ip": "131.221.33.105",
"port": 27020,
"query": 27020,
"color": 0,
"city": "Santiago",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1773961920,
"score": 0,
"last_online": 1776717075,
"icon": "https://imgur.com/uKeAZhR.png",
"name": "[ARG] ULTIMO VANILLA | WIPEADO 2026 ÚNETE",
"connect": "131.221.33.105:27020",
"request": "131.221.33.105:27020",
"map": "Washington",
"gamemode": "Vanilla 98% | Host by MilaHosting.com",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 23,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723895013,
"last_update": 1776717075,
"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": 182,
"language": "es",
"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/5699640");
$data = json_decode($json, true);
var_dump($data);