API pentru ![PVE] WARNING! There Are Zombies
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 172,
"fps_avg": 172,
"entities_count": 33116,
"world_seed": 2021802775,
"world_size": 3500,
"steam_id": "90286604331053084",
"domain": null,
"id": 11260610,
"ip": "185.125.205.113",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "![![PVE] WARNING! There Are Zombies](https://i.ibb.co/0msrcYH/banner1.png)\nWARNING! There Are Zombies \r\nA heavily modded fun but not easy RPG survival version of Rust. (server npc count ~ 2k)\r\n\r\nRaidable NPC Bases, \r\nCustom Undead NPC's (Zombies, Wights, Shades of Doom, Bone Wights, Revenants of Doom, Zombie Lords, Zombie Rabbits, Zombie Rats, Lich, Vampire Nuns, Zombie Cows, Werewolves, Undead Centurions and more), \r\nKilling Spree Drops and Spawns no limit!, \r\nDifferent Level Guarded Crates, \r\nBradley Guards,\r\nBecome a Mage,\r\nThunderPoons!\r\nPlayer Challenges Reconfigured and Extended for PVE Stats.\r\nRare Magic Items.\r\nMulti-Kills-Killer-Chickens and Stags.\r\nEconomy - Sell your farmed produce for RP - supply and demand type system (sell prices updated every~4hours).\r\nRPG system ZLevelsRemastered including crafting up to instant craft.\r\n\r\nPlus a lot of additional quality of life improvements.\r\nHome x 2, Teleportation, Large Backpacks, Trade\r\n\r\nRandom Skins or the ones you own. (toggle with /rs) /reskinme /deskinbox /reskinbox \r\n\r\nServer Reward system, unlock MANY perks with RP and become a god of the undead slayers.\r\n\r\nAuto Pickup\r\nExtra clip size/durability on guns.\r\nExtra Health\r\nRecycler and much more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780600828,
"icon": null,
"name": "![PVE] WARNING! There Are Zombies",
"connect": "185.125.205.113:28080",
"request": "185.125.205.113:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1774555198,
"last_update": 1780600828,
"banned": false,
"wipe": 1780596880,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 968,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11260610");
$data = json_decode($json, true);
var_dump($data);