JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11095723
json
{
  "response": {
    "fps": 79,
    "fps_avg": 79,
    "entities_count": 85540,
    "world_seed": 1337,
    "world_size": 3700,
    "steam_id": "90286741840053275",
    "domain": null,
    "id": 11095723,
    "ip": "45.157.16.53",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Jakarta",
    "description": "![PRIME EXTINCAO 2X | TEAM NO-LIMITS | NEW WIPE 06/06](https://www.primextincao.com/loggimg/server_image.png)\nBem-vindo ao Prime Extincao\r\n\r\nINFO:\r\n-Loot Vanilla (1X) *\r\n- Stack somente recursos 4K*\r\n- Gather (Farming/Recursos) 2X*\r\n-Team ZERG (no_limits)\r\n-5 Minutos noite\r\n- Plantacoes aceleradas para valorizar os chás\r\n-/comandos para mais info\r\n-->VIPS no site: www.primextincao.com <--\r\n- Beneficios da VIP:\r\n >Skin\r\n>Organizador de bau\r\n>Tag VIP\r\n>Reserva de Slot\r\n\r\nStaff não tem piedade!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780693455,
    "last_online": 1780969833,
    "icon": null,
    "name": "PRIME EXTINCAO 2X | TEAM NO-LIMITS | NEW WIPE 06/06",
    "connect": "45.157.16.53:28015",
    "request": "45.157.16.53:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ID",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1770028159,
    "last_update": 1780969833,
    "banned": false,
    "wipe": 1780775307,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4162,
    "language": "id",
    "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/11095723");
$data = json_decode($json, true);
var_dump($data);