JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644977
json
{
  "response": {
    "fps": 50,
    "fps_avg": 49,
    "entities_count": 123959,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286579255902217",
    "domain": null,
    "id": 11644977,
    "ip": "65.109.115.184",
    "port": 20810,
    "query": 20811,
    "color": 0,
    "city": "Helsinki",
    "description": "![GEXRUST X5 | NOLIMIT | TP | KITS](https://i.postimg.cc/RFj0hCdT/s-Y3L09ASo-M.png)\nGEX RUST | X5 | TP | HOME WIPE soon\r\n\r\nIP: 46.174.50.175:20540\r\nDiscord: https://discord.gg/vCeWRPZ39Y \r\nShop: https://gexrustx5.gamestores.app/ \r\nTelegram: Скоро\r\nVKontakte: Скоро\r\n\r\n  ОСОБЕННОСТИ:\r\n• Рейты x2\r\n• Solo/duo/trio\r\n• Телепорты (/home, /tpr)\r\n• Внутриигровой магазин /shop\r\n• И много чего другого!\r\n\r\n  ВАЙПЫ:\r\n• Вайп: пятница 13:00 (МСК)\r\n• Глобал: раз в 2 недели",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780371247,
    "last_online": 1780618230,
    "icon": null,
    "name": "GEXRUST X5 | NOLIMIT | TP | KITS",
    "connect": "65.109.115.184:20810",
    "request": "65.109.115.184:20811",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177440,
    "last_update": 1780618230,
    "banned": false,
    "wipe": 1780049704,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3526,
    "language": "fi",
    "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/11644977");
$data = json_decode($json, true);
var_dump($data);