[AU/NZ] Apocalyptia: Society Reborn 2.5x PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"modded": true,
"fps": 59,
"fps_avg": 58,
"entities_count": 126077,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286424827196423",
"domain": null,
"id": 8463411,
"ip": "103.193.80.47",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Sydney",
"description": "![[AU/NZ] Apocalyptia: Society Reborn 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 | Monthly Wipes. \r\n\r\nWelcome to Society Reborn, a hopeful, feature-rich PvE experience built for those ready to thrive in a new world. \r\nThe world may have ended, but this is where it begins again. \r\nCivilisation is being rebuilt, brick by brick, by survivors like you. \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\nWith a firm focus on community, creativity, and fairness, Society Reborn is where the post-apocalypse starts feeling like home.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780153417,
"last_online": 1780227030,
"icon": null,
"name": "[AU/NZ] Apocalyptia: Society Reborn 2.5x PvE",
"connect": "103.193.80.47:28014",
"request": "103.193.80.47:28015",
"map": "Starwars Battlefront",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743888271,
"last_update": 1780227030,
"banned": false,
"wipe": 1778176166,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3727,
"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/8463411");
$data = json_decode($json, true);
var_dump($data);