JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1807080
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 1807080,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u76194 #1RustRell|| x2-x3||Max 3||Ru](https://gspics.org/images/2024/12/15/ILTutO.png)\nДобро пожаловать на сервер #1RustRell\r\nБыстрые крафты\r\nРемув /remove\r\nАбгрейд /up 1/2/3/4\r\nРейты x2\r\nКоличество игроков в тиме Max3\r\nСистему друзей /f",
    "game": 252490,
    "owner": 76194,
    "boosts": 1,
    "last_offline": 1751888070,
    "last_online": 1748811625,
    "icon": null,
    "name": "Name is not set on server",
    "connect": null,
    "request": null,
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1699801364,
    "last_update": 1751888070,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13181,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "evgenv",
      "avatar": "11bd93ff-d2e8-4c4b-8288-74fbc3f88b6d.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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