JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11602792
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11602792,
    "ip": "168.222.251.98",
    "port": 2558,
    "query": 2558,
    "color": 0,
    "city": "São Paulo",
    "description": "[{\"id\":\"fkfwsMj0i3\",\"type\":\"paragraph\",\"data\":{\"text\":\"🇺🇸 [BR] StarBlue RPG - [Android/PC] \\n🌟🚓🔥 Welcome to StarBlue RPG, the perfect server for players looking for fun, action, and immersive RP in SA-MP!\\n📱 Compatible with Android and PC\\n🚗 Exclusive systems\\n💼 Various jobs\\n🏠 Houses, businesses, and organizations\\n👮 Police, medics, mechanics, and much more!\\n💰 Balanced economy\\n🎉 Daily events and active administration\\n🌎 Join now and start your story in the world of StarBlue RPG!\\n⭐ Make friends, build your wealth, and dominate the city!\\n\\n🚀 Your adventure starts here!\"}}]",
    "game": 9000035,
    "owner": 121257,
    "boosts": 1,
    "last_offline": 1779611464,
    "last_online": 1779906614,
    "icon": null,
    "name": "[BR] StarBlue RPG - [Android/PC]",
    "connect": "168.222.251.98:2558",
    "request": "168.222.251.98:2558",
    "map": "Portugues/PT | Brasil",
    "gamemode": "RPG | Brasil [BR/PT]",
    "version": "0.3.7-R2",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 4,
    "points": 94,
    "add_date": 1779611464,
    "last_update": 1779906614,
    "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": 11,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 168,
      "steam_id": 9000035,
      "name": "Samp",
      "url": "samp"
    },
    "server_owner": {
      "username": "jokerzin13",
      "avatar": "f0b37d94-ac2e-4774-928a-1d62a566bfc5.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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