API for [US] Zach's Battlefield 1000000x [ Loadouts | Kits | Clans | TP

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10413417
json
{
  "response": {
    "fps": 100,
    "fps_avg": 96,
    "entities_count": 92004,
    "world_seed": 397777641,
    "world_size": 3500,
    "steam_id": "90285214545068035",
    "domain": null,
    "id": 10413417,
    "ip": "156.236.84.14",
    "port": 28110,
    "query": 28111,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Zach's Battlefield 1000000x [ Loadouts | Kits | Clans | TP](https://www.dropbox.com/scl/fi/zul7e2xqcctp6bhy4qvog/Battle1.png?rlkey=votw9qjedyu4rku7yxgewz8jg&st=x6ry1zec&dl=1)\n★ Welcome to [US] Zach's Battlefield ★\r\n\r\nMap wipes Monthly on Saturdays @ 3:00PM EST! This is a battlefield, KILL, DIE, REPEAT!\r\n \r\n★ Key Features:\r\n FREE Skinbox, bgrade, furnace splitter, auto doors, loot sorter, and more\r\n Custom events\r\n Airstrikes & Bombtrucks\r\n Clans, Auth share, Auto Clan TP Accept, Auto Locks\r\n Faster Puzzle and Loot Respawn\r\n No Team/Clan limit\r\n Reduced HV Rocket PvP Damage and In-game Statistics\r\n Always Day\r\n \r\n Active non-playing admins, and community driven.\r\n \r\n★ Want FREE VIP? ★\r\n Join Discord.gg/HxXURwEbYr",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777645392,
    "score": 0,
    "last_online": 1777656020,
    "icon": null,
    "name": "[US] Zach's Battlefield 1000000x [ Loadouts | Kits | Clans | TP",
    "connect": "156.236.84.14:28110",
    "request": "156.236.84.14:28111",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1759823840,
    "last_update": 1777656020,
    "banned": false,
    "wipe": 1775152829,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1819,
    "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/10413417");
$data = json_decode($json, true);
var_dump($data);