API для [AU/NZ] 4x Monthly Low UpKeep (XXXL mapsize)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 48,
"fps_avg": 45,
"entities_count": 213747,
"world_seed": 69420,
"world_size": 6000,
"steam_id": "90286382584464392",
"domain": null,
"id": 11677634,
"ip": "51.161.198.78",
"port": 28005,
"query": 28006,
"color": 0,
"city": "North Sydney",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216217,
"last_online": 1780573256,
"icon": null,
"name": "[AU/NZ] 4x Monthly Low UpKeep (XXXL mapsize)",
"connect": "51.161.198.78:28005",
"request": "51.161.198.78:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1780216217,
"last_update": 1780573256,
"banned": false,
"wipe": 1778878920,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6315,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11677634");
$data = json_decode($json, true);
var_dump($data);