API для [EU] APEX WASTELANDS Modded Monthly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 10,
"fps_avg": 3,
"entities_count": 72715,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286743883739154",
"domain": null,
"id": 10213399,
"ip": "83.147.29.183",
"port": 28035,
"query": 28036,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "![[EU] APEX WASTELANDS Modded Monthly](https://www.dropbox.com/scl/fi/zry5w886le8yjcwz4v6d7/1st-final.png?rlkey=2myj3fgx4wyswugg095yt2mq2&st=ow0hoqnu&dl=1)\nWelcome to our EU server based in the united kingdom, London.\r\n- Noob friendly\r\n- Active admins\r\n- Regular custom events\r\n- Monthly wipes\r\n- Custom maps\r\n- Custom mods\r\n- No blueprint wipes!\r\n- 50% upkeep\r\n- Team max 8\r\n- Mini's spawn on roads\r\n- Join our Discord for support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780908817,
"icon": null,
"name": "[EU] APEX WASTELANDS Modded Monthly",
"connect": "83.147.29.183:28035",
"request": "83.147.29.183:28036",
"map": "Gravel Pit",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 110,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756485147,
"last_update": 1780908817,
"banned": false,
"wipe": 1780596054,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3596,
"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/10213399");
$data = json_decode($json, true);
var_dump($data);