JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/7618840
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7618840,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"VmtlzBn6hs\",\"type\":\"paragraph\",\"data\":{\"text\":\"Привет друг! чтобы зайти на сервер и посмотреть что на нём есть тебе нужно скачать моды ссылка на которые есть тут в описании\"}},{\"id\":\"A4aXPsMvQU\",\"type\":\"paragraph\",\"data\":{\"text\":\"сборка модов - [https://drive.google.com/file/d/150txeowogtbtjslsAtsbo7KOYU5HQ6aQ/view?usp=sharing](https://drive.google.com/file/d/150txeowogtbtjslsAtsbo7KOYU5HQ6aQ/view?usp=sharing)\"}}]",
    "game": 9000034,
    "owner": 106123,
    "boosts": 1,
    "last_offline": 1750457064,
    "last_online": 1741621828,
    "icon": null,
    "name": "-----------[ ArtemizWorldRP]------- Заходить только с модами!",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": "FML",
    "version": null,
    "numplayers": 0,
    "maxplayers": 1000,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1739482086,
    "last_update": 1750457064,
    "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": 5603,
    "language": "en",
    "parked": true,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": {
      "username": "valkodezel85",
      "avatar": "no.jpg"
    },
    "mods": [
      {
        "id": 1601,
        "name": "Essentials"
      },
      {
        "id": 1591,
        "name": "CoreProtect"
      },
      {
        "id": 1595,
        "name": "SkinsRestorer"
      },
      {
        "id": 1592,
        "name": "AuthMe"
      },
      {
        "id": 1598,
        "name": "GSit"
      }
    ],
    "disabled_modules": []
  }
}

Exemple de cod

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