JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11596831
json
{
  "response": {
    "fps": 42,
    "fps_avg": 42,
    "entities_count": 75402,
    "world_seed": 540296134,
    "world_size": 3500,
    "steam_id": "90286016808394779",
    "domain": null,
    "id": 11596831,
    "ip": "177.155.113.75",
    "port": 40008,
    "query": 40009,
    "color": 0,
    "city": "Dois Vizinhos",
    "description": "![NOWIPE.GG | 2X | SOLO | SEMANAL | WIPE 21/05](https://i.imgur.com/i67SiP4.png)\nBEM VINDO AO NO WIPE! \r\n - Anti-cheat monitorado \r\n - Wipe full toda quinta \r\n - Administração ativa \r\n - Kits \r\n - tp \r\n - Comunidade ativa",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779392622,
    "last_online": 1779390780,
    "icon": null,
    "name": "NOWIPE.GG | 2X | SOLO | SEMANAL | WIPE 21/05",
    "connect": "177.155.113.75:40008",
    "request": "177.155.113.75:40009",
    "map": "NoWipe.gg",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779358599,
    "last_update": 1779392622,
    "banned": false,
    "wipe": 1778192852,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9234,
    "language": "pt",
    "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/11596831");
$data = json_decode($json, true);
var_dump($data);