JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7287158
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7287158,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"phDlChTBZ0\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/fc2b3e94-58e4-4a60-aa3e-af6e0e93bc68.png\"}}},{\"id\":\"QJpCD25Le5\",\"type\":\"paragraph\",\"data\":{\"text\":\"CORE RUST X1000000 Battlefield\\nBattlefield HARD PVP\\nРейты X1000000 - X1000000 rates\\nБыстрый геймплей без фарма - Fast gameplay without grind\\nОптимизация под высокий FPS - Optimized for high FPS\"}}]",
    "game": 252490,
    "owner": 151768,
    "boosts": 1,
    "last_offline": 1767852059,
    "score": 0,
    "last_online": 1766955612,
    "icon": null,
    "name": "Test",
    "connect": null,
    "request": null,
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1736704042,
    "last_update": 1767852059,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": true,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8471,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Crypto1",
      "avatar": "309a50a0-ee7d-40c2-a343-63497514205a.jpg",
      "last_online": 1767925014
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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