JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1031263
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 1031263,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "• Альянсовая и клановая система\n• Администрация всегда поможет с вопросами\n• Вайпы каждый месяц\nГуппа: https://vk.com/club222307652",
    "game": 252490,
    "owner": 43273,
    "boosts": 1,
    "last_offline": 1772949695,
    "score": null,
    "last_online": 1772053210,
    "icon": null,
    "name": "MONSTR RUST [CLASSIC]",
    "connect": null,
    "request": null,
    "map": "Procedural 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": 1688487484,
    "last_update": 1772949695,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7260,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "pavl4sh",
      "avatar": "no.jpg",
      "last_online": 1693751323
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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