API for ZOMBIE CITY PVE|2X|Noob Friendly|Custom Maps|Loot+|Skill Tree|R
JSON for programs, websites and more
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 2247,
"world_seed": 1,
"world_size": 1000,
"steam_id": "90286227859418121",
"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": 1779810622,
"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": 1779810622,
"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": 2961,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1317621");
$data = json_decode($json, true);
var_dump($data);