Rust
[AU/NZ] Apocalyptia: Zombie Cataclysm 2.5x PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8463407json
{
"response": {
"modded": true,
"fps": 57,
"fps_avg": 56,
"entities_count": 127045,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285643106037767",
"domain": null,
"id": 8463407,
"ip": "103.193.80.47",
"port": 28024,
"query": 28025,
"color": 0,
"city": "Sydney",
"description": "![[AU/NZ] Apocalyptia: Zombie Cataclysm 2.5x PvE](https://www.dropbox.com/scl/fi/2dn5c0bq7z6rv56bdzm4x/Gaming_Adda_1.png?rlkey=srdhh8qq5zenrd83q0to1nkgb&st=y2hx21c2&dl=1)\n2.5x Gather | 5x with Skill Perks | PvE Zombie Survival | Biweekly Wipes | No Stability \r\n \r\nWelcome to Zombie Cataclysm, where the world is overrun with danger and survival is never guaranteed. \r\nZombies swarm the monuments. The ground shakes. Nowhere is truly safe. \r\nThe infection has spread. \r\nCivilisation is gone. The undead rule the wasteland. \r\n\r\nFeatures: \r\nTiered NPCs: Monuments feature custom NPC tailored to challenge level and server theme. \r\nRoaming Zombies: Easily killed zombies roam the empty land. \r\nDynamic Events: Classic events reworked, plus new activities for all skill levels \r\nPlayer-Shaped Questlines: Hand-crafted quests tied to the unfolding mystery \r\nSkill Tree: Progression that rewards all playstyles through XP and role-based perks \r\nFully community friendly: no features locked behind donations. \r\nRaidable Bases: Offline-friendly PvE raiding. \r\nConvoys: Whether you enjoy the roads or the train tracks, there's one for you! \r\nCustom Map: Explore unique terrain and get around with ease in unique locations with easy-to-use licensed vehicles \r\nStack Almost Everything: Stack way more than just boxes! \r\nWater Bases: Build your base on the water for strategic advantage or some peace. \r\nBasements: Add a hidden basement to your base. \r\nRipe Plants Don’t Die: Your harvest is safe, always. \r\n\r\nNo stability runs every force wipe! \r\n\r\nWith just you, your choices, and the undead… can you survive the Cataclysm?",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778551379,
"score": 0,
"last_online": 1778559019,
"icon": null,
"name": "[AU/NZ] Apocalyptia: Zombie Cataclysm 2.5x PvE",
"connect": "103.193.80.47:28024",
"request": "103.193.80.47:28025",
"map": "Custom Procgen",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1743888271,
"last_update": 1778559019,
"banned": false,
"wipe": 1778176247,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1707,
"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.in/servers/8463407");
$data = json_decode($json, true);
var_dump($data);