Lodef PvE Zombies | No KOS | Roaming Hordes | Monthly Wipe için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 89,
"fps_avg": 86,
"entities_count": 66191,
"world_seed": 3810578038,
"world_size": 3500,
"steam_id": "90286542030888965",
"domain": null,
"id": 11639179,
"ip": "136.175.187.83",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Dallas",
"description": "\nLodef PvE Zombies is a chill-but-dangerous Rust PvE server focused on survival, base building, farming, and roaming undead threats.\r\n\r\nNo KOS. No player raiding. No griefing. Just you, your team, the wasteland, and the hordes.\r\n\r\nFeatures:\r\n- PvE Only\r\n- Roaming zombie hordes\r\n- Murderers and hostile NPCs\r\n- Monthly wipe schedule\r\n- 8 player team limit\r\n- Quality of life plugins\r\n- Great for solo players, duos, and small groups\r\n\r\nRules:\r\n- No killing players\r\n- No raiding player bases\r\n- No stealing from sleepers, corpses, backpacks, or bases\r\n- No exploiting or cheating\r\n- Be cool, help new players, and keep the server fun\r\n\r\nBuild. Farm. Survive. Defend. The horde is always closer than you think.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780614201,
"last_online": 1780470031,
"icon": null,
"name": "Lodef PvE Zombies | No KOS | Roaming Hordes | Monthly Wipe",
"connect": "136.175.187.83:28035",
"request": "136.175.187.83:28037",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917956,
"last_update": 1780614201,
"banned": false,
"wipe": 1778260107,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12099,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11639179");
$data = json_decode($json, true);
var_dump($data);