API для The Edge US 5x Monthly Shop|Kits|TP|ST|Basements|Bosses|MORE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 119705,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286474284077080",
"domain": null,
"id": 11671008,
"ip": "23.27.211.226",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to The Edge! Modded Rust Server \r\n US 5X Monthly Server. \r\n Safe Times: 2am-12pm ET (M-F), 3am-11am ET (Sat-Sun) \r\n Team Limit: 8 \r\n Features: \r\n -MyMini \r\n -Teleportation & Homes \r\n -Shops, Kits, Vip Kits \r\n -Better Loot, Instant Craft, Custom Stacks \r\n -Skill Tree (Wipes: January, April, July, October) \r\n -Basements \r\n -AutoPilot \r\n -Bosses, Convoy, Raidable Bases \r\n -Multi Events, \r\n -Dynamic Monuments",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780180911,
"last_online": 1780321831,
"icon": null,
"name": "The Edge US 5x Monthly Shop|Kits|TP|ST|Basements|Bosses|MORE",
"connect": "23.27.211.226:28021",
"request": "23.27.211.226:28022",
"map": "Wiped 24 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780180911,
"last_update": 1780321831,
"banned": false,
"wipe": 1778194350,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5994,
"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/11671008");
$data = json_decode($json, true);
var_dump($data);