JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/519897
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 519897,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u23528 RustResort.com - EU Main](https://i.imgur.com/yMWV0M2.jpeg)Wipe every Thursday at EST 9:00pm/GMT 14:00pm/MSK 17:00pm.nnClassic Server:nNo donate;nNo limit in the team.nnBuy VIP: rustresort.com/storennProject rules:n- NO use: Hack/Cheat/Ma",
    "game": 252490,
    "owner": 23528,
    "boosts": 1,
    "last_offline": 1750457067,
    "last_online": 1676554269,
    "icon": null,
    "name": "RustResort.com - EU Main",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 0,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1643496834,
    "last_update": 1750457067,
    "banned": false,
    "wipe": 1675951000,
    "official": false,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13018,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "samnikes98485954",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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