API for [Senser.tw]Jabroni Brawl: Episode 3 (Taiwan)

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6048985
json
{
  "response": {
    "steam_id": "85568392931499391",
    "domain": null,
    "id": 6048985,
    "ip": "220.130.108.125",
    "port": 27100,
    "query": 27100,
    "color": 0,
    "city": "Kaohsiung",
    "description": null,
    "game": 869480,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775787724,
    "score": 0,
    "last_online": 1776147063,
    "icon": null,
    "name": "[Senser.tw]Jabroni Brawl: Episode 3 (Taiwan)",
    "connect": "220.130.108.125:27100",
    "request": "220.130.108.125:27100",
    "map": "jb_arcane",
    "gamemode": "Jabroni Brawl: Episode 3",
    "version": "175",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TW",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1727646550,
    "last_update": 1776147063,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 21,
      "steam_id": 869480,
      "name": "Jabroni Brawl: Episode 3",
      "url": "jabroni-brawl-episode-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6048985");
$data = json_decode($json, true);
var_dump($data);