API pentru KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/9647468
json
{
  "response": {
    "fps": 56,
    "fps_avg": 55,
    "entities_count": 118831,
    "world_seed": 1565357757,
    "world_size": 3500,
    "steam_id": "90285141657388043",
    "domain": null,
    "id": 9647468,
    "ip": "91.229.114.53",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Chicago",
    "description": "![KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS ](https://raw.githubusercontent.com/WeaselSauce/kaboomrust/main/kaboom-best-banner.png)\n1000X modded optimized for PvP and raiding. 100+ air drops per hour. \n\n- Kits / Clans / Always Day / TC & lock sharing\n- Homes / TP / Spawn Minicopters / Box Sorter \n\nAI powered admin and anti-cheat software\nHigh quality DDoS protected dedicated hardware\nCustom plugins unique to our servers\n\nVisit https://kaboomrust.com\nWipes EVERY 3 DAYS at 16:00 (4:00pm) USA CT\n\nDiscord: https://discord.gg/4e6A32Z7Bm",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777296803,
    "score": 0,
    "last_online": 1777656619,
    "icon": null,
    "name": "KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS",
    "connect": "91.229.114.53:28014",
    "request": "91.229.114.53:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 33,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1751369606,
    "last_update": 1777656619,
    "banned": false,
    "wipe": 1777497097,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 900,
    "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/9647468");
$data = json_decode($json, true);
var_dump($data);