Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/6795502
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6795502,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"GKgKHWTaJO\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на сервер ExtremeIsland | PVE | 1x!\"}},{\"id\":\"RThCCiQeD7\",\"type\":\"paragraph\",\"data\":{\"text\":\"Исследуйте острова – погружайтесь в мир приключений, открывая тайны природы!\"}},{\"id\":\"MyFNg4s4-G\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мирное сосуществование – забудьте о PvP, сосредоточьтесь на сотрудничестве и строительстве с другими игроками.\"}},{\"id\":\"GpSpqnNv8x\",\"type\":\"paragraph\",\"data\":{\"text\":\"1x множитель ресурсов – собирайте материалы и стройте уникальные сооружения без спешки.\"}},{\"id\":\"s7ue3ebGvv\",\"type\":\"paragraph\",\"data\":{\"text\":\"Увлекательный контент – участвуйте в квестах и событиях, находите редкие предметы и улучшайте свое снаряжение!\"}},{\"id\":\"HFxZ9LhRKN\",\"type\":\"paragraph\",\"data\":{\"text\":\"Присоединяйтесь к нашему сообществу и найдите новых друзей для совместного приключения!\"}},{\"id\":\"b3vcp0DhkC\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to ExtremeIsland | PVE | 1x!\"}},{\"id\":\"fvh6uD6w3-\",\"type\":\"paragraph\",\"data\":{\"text\":\"Explore the Islands – dive into a world of adventure and uncover nature's mysteries!\"}},{\"id\":\"GM9-H10T8E\",\"type\":\"paragraph\",\"data\":{\"text\":\"Friendly Coexistence – leave PvP behind and focus on cooperation and building with fellow players.\"}},{\"id\":\"Xh18okOhcK\",\"type\":\"paragraph\",\"data\":{\"text\":\"1x Resource Multiplier – gather materials and create unique structures at your own pace.\"}},{\"id\":\"o9tXtN9U3k\",\"type\":\"paragraph\",\"data\":{\"text\":\"Engaging Content – participate in quests and events, discover rare items, and upgrade your gear!\"}},{\"id\":\"ii2yGBFKJ9\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join our community and find new friends for shared adventures!\"}},{\"id\":\"XgVlJGphar\",\"type\":\"paragraph\",\"data\":{\"text\":\"See you on the server!\\\"\"}}]",
    "game": 252490,
    "owner": 97833,
    "boosts": 1,
    "last_offline": 1768284067,
    "last_online": 1767369624,
    "icon": null,
    "name": "EXTREME ISLAND REBORN | HardCore PvE | Def Bases | 50+ EVENTS",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1733248565,
    "last_update": 1768284067,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13170,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "disarmedhook",
      "avatar": "15c3fcbd-b507-41b7-9bd0-042870724884.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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