JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/5616242
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 5616242,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"FTYJSOFCBG\",\"type\":\"header\",\"data\":{\"text\":\"! Gato Rust Hardcore [ No Kit / No Limit / Vanilla bags ] x 1.5 \",\"level\":1}},{\"id\":\"AmYZ2puBNY\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/496cd659-8108-4f57-b9f6-ce6eb05a7c5d.png\"}}},{\"id\":\"a7icF7wYfE\",\"type\":\"header\",\"data\":{\"text\":\"Welcome to Gato Rust Hardcore.\",\"level\":2}},{\"id\":\"wo50yz4JxJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Gather rate x1.5.\"}},{\"id\":\"OEP1KsAdv2\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Accelerated recycler speed.\"}},{\"id\":\"bRzOadNEVt\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Recyclers available at monuments.\"}},{\"id\":\"cd8MrAnISM\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Faster smelting in furnaces.\"}},{\"id\":\"rr8TAm5UsM\",\"type\":\"paragraph\",\"data\":{\"text\":\"5. Quick trading in vending machines.\"}},{\"id\":\"ktQy005klU\",\"type\":\"paragraph\",\"data\":{\"text\":\"6. Maximum of 9 sleeping bags. Bags 300/ Bads 120 seconds cooldown.\"}},{\"id\":\"DBBN5Oymrd\",\"type\":\"paragraph\",\"data\":{\"text\":\"7. There is no safe zone in the city.\"}},{\"id\":\"00rGhjXszc\",\"type\":\"paragraph\",\"data\":{\"text\":\"8.  No KIT.\"}},{\"id\":\"61sVOgBVyx\",\"type\":\"paragraph\",\"data\":{\"text\":\"9. Built-in latest Anti-Cheat.\"}},{\"id\":\"onDdtdFeiJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"10. There is no weapon craft. The cost of repair is equal to the craft.\"}},{\"id\":\"8RaOXnn19N\",\"type\":\"paragraph\",\"data\":{\"text\":\"You can support the project through the store\"}},{\"id\":\"pvKYV5J-oM\",\"type\":\"paragraph\",\"data\":{\"text\":\"gatorust.gamestores.app with the right to skip the queue.\"}},{\"id\":\"cqy3_gEG3o\",\"type\":\"header\",\"data\":{\"text\":\"Добро пожаловать на Gato Rust Easy Hardcore. \",\"level\":2}},{\"id\":\"qvwm_QiaBE\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Скорость добычи х1.5. \"}},{\"id\":\"S14ydE8vyT\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Ускорено время переработчика. \"}},{\"id\":\"A4zBewOHuR\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Переработчики на РТ. \"}},{\"id\":\"-Dz6V1xeKz\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Ускорено время плавки ресурсов в печах. \"}},{\"id\":\"SFoXJs-ucf\",\"type\":\"paragraph\",\"data\":{\"text\":\"5. Быстрый обмен в магазинах.\"}},{\"id\":\"4mRWCjSwQj\",\"type\":\"paragraph\",\"data\":{\"text\":\"6. Максимум 9 спальных мешков. Спальник 300/ Кровать 120 секунд.\"}},{\"id\":\"OCla5hvGlL\",\"type\":\"paragraph\",\"data\":{\"text\":\"7. Мирная зона в городе отсутствует.\"}},{\"id\":\"1l7VsRyKHK\",\"type\":\"paragraph\",\"data\":{\"text\":\"8. Отсутствует донат.\"}},{\"id\":\"VLJqUwvtno\",\"type\":\"paragraph\",\"data\":{\"text\":\"9. Встроен последний Античит.\"}},{\"id\":\"v3uh_T1Shf\",\"type\":\"paragraph\",\"data\":{\"text\":\"10. Отсутствует крафт оружия. Стоимость ремонта равна крафту.\"}},{\"id\":\"pcN6scwFZo\",\"type\":\"paragraph\",\"data\":{\"text\":\"Поддержать проект можно через магазин \"}},{\"id\":\"rGXapRhjkY\",\"type\":\"paragraph\",\"data\":{\"text\":\"gatorust.gamestores.app с правом прохода вне очереди. \"}}]",
    "game": 252490,
    "owner": 136303,
    "boosts": 1,
    "last_offline": 1763532063,
    "last_online": 1762605612,
    "icon": null,
    "name": "! Gato Rust Hardcore 07/11 [ No Kit / No Limit / Vanilla bags ]",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Hardcore",
    "version": null,
    "numplayers": 0,
    "maxplayers": 400,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1723694853,
    "last_update": 1763532063,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12641,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "GatoRust",
      "avatar": "18cf6c0a-d588-4052-a093-d12c40274242.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

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