API for OGHL.NET | #3 AR BUENOS AIRES Server [1000 FPS/FASTDL]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6164871
json
{
  "response": {
    "steam_id": "90283770146126856",
    "domain": null,
    "id": 6164871,
    "ip": "149.50.143.202",
    "port": 29424,
    "query": 29424,
    "color": 0,
    "city": "San Miguel de Tucumán",
    "description": null,
    "game": 9000049,
    "owner": 53325,
    "boosts": 1,
    "last_offline": 1774492277,
    "score": 0,
    "last_online": 1776775817,
    "icon": null,
    "name": "OGHL.NET | #3 AR BUENOS AIRES Server [1000 FPS/FASTDL]",
    "connect": "149.50.143.202:29424",
    "request": "149.50.143.202:29424",
    "map": "outcry",
    "gamemode": "AG Tournament",
    "version": "1.1.2.2/Stdio",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AR",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1728132567,
    "last_update": 1776775817,
    "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": 2,
    "language": "es",
    "parked": false,
    "app": {
      "id": 109,
      "steam_id": 9000049,
      "name": "Adrenaline Gamer",
      "url": "adrenaline-gamer"
    },
    "server_owner": {
      "username": "tamisama",
      "avatar": "6d789115-5898-491f-9599-e13448df0fc7.jpg",
      "last_online": 1728438569
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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