ZOMBIE CITY PVE|2X|Noob Friendly|Custom Maps|Loot+|Skill Tree|R के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 3926,
"world_seed": 1,
"world_size": 1000,
"steam_id": "90286247278862345",
"domain": null,
"id": 1317621,
"ip": "147.189.171.16",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "\n☠☠☠WE MOVED U WILL BE REDIRECT TO ZOMBIE HELLFIRE 2X SERVER☠☠☠\r\n\r\n♛Designed from the Player for the Player♛\r\n\r\n☠️CUSTOM MAP: Chernobyl\r\n\r\n✔️WIPE SHEDULER: BIWEEKLY (9-12 DAYS)\r\n✔️GROUP LIMIT: 8\r\n✔️GATHER: 2X\r\n✔️DISCORD: https://discord.gg/zombiehelln\r\nDE_Dust2 Arena: /de_dust2 Heli Tower: \\helitower\r\n\r\n⚠️CHECKLIST:⚠️\r\n✔about 200 Raidable Bases ✔Skill Tree\r\n✔Zombies ✔Better NPC´s\r\n✔Questsystem /quest ✔Defendable Bases\r\n✔BP Share ✔Virtual Quarries\r\n✔Gamble Cases ✔NPC Raids\r\n✔Remover Tool ✔Quicksmelt\r\n✔Up- and Downrade all Walls ✔Stackable Chests\r\n✔instant Baserepair ✔Buy your own Attack Heli\r\n✔Backpack Sorter ✔Skinbox\r\n✔Autosplit @Furnace ✔insane Clanmanagement\r\n✔Buyable Tugboats ✔Teleport\r\n✔Homes ✔Kits\r\n✔Loot+ ✔own Mini\r\n✔Jetpack ✔Skill your Char and lvl up to 300\r\n\r\n✔A lot of Giveaways\r\n✔Raid PVE and PVP Raidbases (PVE+PVP)\r\n✔own Recycler\r\n✔Stackable Items x50 Vanilla\r\n✔Shopsystem\r\n✔Testgenerator\r\n✔Heli/Brad Supply Signals\r\n✔Buy your Own Pet\r\n\r\n♣Some Events:♣\r\n•Convoy •Harbor •Gas Station •CargoEvent •AbandonedBases •some NPC Bosses\r\n•Defendable Basesn •NPC Raider •Bradley and Heli with 4 Level System\r\n\r\n☺Daily KITS:☺\r\n•Daily Free SupplySignal •Starter- Builder- and",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779775409,
"last_online": 1779820222,
"icon": null,
"name": "ZOMBIE CITY PVE|2X|Noob Friendly|Custom Maps|Loot+|Skill Tree|R",
"connect": "147.189.171.16:28015",
"request": "147.189.171.16:28017",
"map": "HELLFIRE: Chernobyl",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1692947162,
"last_update": 1779820222,
"banned": false,
"wipe": 1779771392,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3002,
"language": "de",
"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/1317621");
$data = json_decode($json, true);
var_dump($data);