JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1135458
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 205669,
    "world_seed": 1363151330,
    "world_size": 3500,
    "steam_id": "90286747165468680",
    "domain": null,
    "id": 1135458,
    "ip": "131.196.198.103",
    "port": 28032,
    "query": 28034,
    "project_id": null,
    "color": 0,
    "city": "Cotia",
    "description": "Bem vindo ao RUSTICO 10X SOLO/DUO, um servidor feito para vocĂȘ!  \r\n\r\n» Comando /skin grĂĄtis! \r\n» BP's compartilhados \r\n» Fornalhas muito mais rĂĄpidas \r\n» Recicladora Instantanea  \r\n» Pesquisa Instantanea \r\n» Workbench em toda a base \r\n» Teleport/Menu \r\n» Voteday \r\n» Remove \r\n» Mymini \r\n» Stackeio ++ \r\n» Componentes e Sucata ++ \r\n» Kits variados \r\n» BGrade \r\n» Sistema de upgrade da base pelo armĂĄrio \r\n» Sistema de divisĂŁo de loot \r\n» Sistema de TOP Players \r\n» Sistema para compartilhar AutorizaçÔes (TC, Sentinelas, Codelocks, etc) \r\n» Sistema de Amigos/ClĂŁs (MAX TEAM 2)\r\n» Sistema de Trade \r\n» E muitas mais caracterĂ­sticas!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780913061,
    "last_online": 1780927828,
    "icon": null,
    "name": "[BR/LATAM] RUSTICO 10X SOLO/DUO | FULLWIPE 5/6 NEW UPDATE!",
    "connect": "131.196.198.103:28032",
    "request": "131.196.198.103:28034",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 11,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1689017736,
    "last_update": 1780927828,
    "banned": false,
    "wipe": 1780678849,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1461,
    "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/1135458");
$data = json_decode($json, true);
var_dump($data);