API for BattleGrounds 10000000X |KITS|TP|CLANS|SKINBOX|PVP|Battlefield|

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10063351
json
{
  "response": {
    "fps": 20,
    "fps_avg": 21,
    "entities_count": 131497,
    "world_seed": 1992336077,
    "world_size": 4000,
    "steam_id": "90284915346206727",
    "domain": null,
    "id": 10063351,
    "ip": "108.74.19.235",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Port Saint Lucie",
    "description": "![BattleGrounds 10000000X |KITS|TP|CLANS|SKINBOX|PVP|Battlefield|](https://www.dropbox.com/scl/fi/3brpchpakor3ykwsq0j1s/BGheader100000x.jpg?rlkey=h36uk43b9zc6i0wz78q4thfab&st=s8mn40p2&dl=1)\nWelcome to BattleGrounds - x1000000 \r\n Custom Map \r\n  \r\n • Backpacks \r\n • Teleportation \r\n • Clans \r\n • Shop \r\n• Kits \r\n • Active Admins \r\n • Custom Building Sites \r\n • 100x Gather Rates \r\n • Instant Craft \r\n • Quick Smelt \r\n • Trade",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777059797,
    "score": 0,
    "last_online": 1777656023,
    "icon": null,
    "name": "BattleGrounds 10000000X |KITS|TP|CLANS|SKINBOX|PVP|Battlefield|",
    "connect": "108.74.19.235:28019",
    "request": "108.74.19.235:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1755187561,
    "last_update": 1777656023,
    "banned": false,
    "wipe": 1777060212,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3725,
    "language": "en",
    "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/10063351");
$data = json_decode($json, true);
var_dump($data);