API pentru The Rusty Dead PvE 5x | Zombies | RaidableBases | Events
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 78374,
"world_seed": 1818866787,
"world_size": 3500,
"steam_id": "90286531062216724",
"domain": null,
"id": 10815728,
"ip": "156.236.84.31",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Dallas",
"description": "Welcome to The Rusty Dead! \r\n* Map size is set at 3750 \r\n* 100 Roaming Zombie hordes and Night Zombies \r\n* 20 Active RaidableBases across the map \r\n* Monument Events, Roaming Convoys, Armored Train, Heli Signals \r\n* 5x gather rate with loot set between 5-3x food pickups 2x \r\n* Bi-weekly wipe Schedule with Server Purge 24 hours before wipe pvp enabled \r\n* Personal /mymini, Server teleports /outpost /bandit and Admin shop /town \r\n* QoL Plugins=Kits, Backpacks, Instant craft/mix/recycle, Bgrade, Skipnight \r\n* VIEW WEBPAGE for Server Discord=https://discord.gg/UdDuKzNeHc direct link",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780152813,
"last_online": 1780587634,
"icon": null,
"name": "The Rusty Dead PvE 5x | Zombies | RaidableBases | Events",
"connect": "156.236.84.31:28010",
"request": "156.236.84.31:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109993,
"last_update": 1780587634,
"banned": false,
"wipe": 1779386544,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3994,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10815728");
$data = json_decode($json, true);
var_dump($data);