API для [AU] Chillaxe | 5xLoot | 2xHome | Maxskills
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936622951",
"domain": null,
"id": 13325400,
"ip": "163.227.178.194",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1786710593,
"last_online": 1787286463,
"icon": "https://imgur.com/a/uB9tP2g",
"name": "[AU] Chillaxe | 5xLoot | 2xHome | Maxskills",
"connect": "163.227.178.194:27017",
"request": "163.227.178.194:27017",
"map": "Washington",
"gamemode": "Asia Pacific | Semi-Vanilla | Airdrop | Tpa",
"version": "3.26.3.8",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785842628,
"last_update": 1787286463,
"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": 457,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13325400");
$data = json_decode($json, true);
var_dump($data);