API pentru Zombie Land 3x PVE | Raids | Skills | Events | Custom Maps

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/8849997
json
{
  "response": {
    "fps": 46,
    "fps_avg": 45,
    "entities_count": 221905,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90285226882315269",
    "domain": null,
    "id": 8849997,
    "ip": "185.199.95.46",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Toronto",
    "description": "![Zombie Land 3x PVE | Raids | Skills | Events | Custom Maps](https://zombieland.io/wp-content/uploads/2024/12/ZL2Header3x.png)\nTime to nut up or shut up - ZombieLand.io - discord.gg/ZombieLand\r\nWARNING: This is not an easy mode PVE server, you will face challenges\r\nOur NPCs are difficult and our zombies are brutal, this is not an easy server.\r\nThis server is for the fear and thrill of PVP rust, without the toxicity.\r\nIf you easily rage quit when challenged, this is not the server for you.\r\nWell established community, extremely active admin team, completely unique custom maps, fully hand crafted raid bases, and custom plugins.\r\n\r\n- 3x Resources, Scrap, and Comps / 9-12 Day Map Wipes\r\n- Custom Monuments, Maps, Bradley Tiers\r\n- Personal Heli | Personal Vehicles \r\n- Zombie Hordes and Custom NPCs map wide\r\n- FREE playtime ranks and perks\r\n- Quests | Auto Sort | Marketplace | Trade\r\n- Clans | Base Recycler | Remove Tool \r\n- TP | Home | Warp and other QoL plugins - rs01KJcaozJ/0%nMa4HK0P",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777474996,
    "score": 0,
    "last_online": 1777690210,
    "icon": null,
    "name": "Zombie Land 3x PVE | Raids | Skills | Events | Custom Maps",
    "connect": "185.199.95.46:28015",
    "request": "185.199.95.46:28017",
    "map": "discord.gg/ZombieLand",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 143,
    "maxplayers": 175,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 103,
    "add_date": 1746267826,
    "last_update": 1777690210,
    "banned": false,
    "wipe": 1777453366,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 137,
    "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/8849997");
$data = json_decode($json, true);
var_dump($data);