JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/9500866
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500866,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 227300,
    "owner": 98165,
    "boosts": 1,
    "last_offline": 1754646224,
    "score": 0,
    "last_online": 1751551230,
    "icon": null,
    "name": "Name is not set on server",
    "connect": null,
    "request": null,
    "map": "/map/grandutopia.mbd",
    "gamemode": "Группа VK: vk.com/clubmorozco",
    "version": null,
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "NL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1750069558,
    "last_update": 1754646224,
    "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": 1248,
    "language": "nl",
    "parked": true,
    "app": {
      "id": 1980,
      "steam_id": 227300,
      "name": "Euro Truck Simulator 2",
      "url": "euro-truck-simulator-2"
    },
    "server_owner": {
      "username": "Denis96RUS",
      "avatar": "aac099df-311d-4c18-a011-2399a1b137e5.jpg",
      "last_online": 1773248376
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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