JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8081372
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8081372,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"pHGljSbp2_\",\"type\":\"header\",\"data\":{\"text\":\"❤️Проект игровых серверов Pulse❤️\",\"level\":2}},{\"id\":\"L2kzWqpp0N\",\"type\":\"paragraph\",\"data\":{\"text\":\"У нас вы найдёте:\"}},{\"id\":\"VZoyIZcOBb\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Отзывчивую администрацию✅\"}},{\"id\":\"8uBGjP1l8n\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Конкурсы✅\"}},{\"id\":\"6kB1nvVhg4\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Подарки✅\"}},{\"id\":\"6MlhikbJty\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Стабильные сервера✅\"}},{\"id\":\"HNH8QnvrNQ\",\"type\":\"header\",\"data\":{\"text\":\"❤️Наш телеграмм канал: https://t.me/Pulsecs2❤️\",\"level\":2}},{\"id\":\"xNFii7bf4K\",\"type\":\"header\",\"data\":{\"text\":\"❤️Наш DISCORD канал: https://discord.gg/pulsecs2❤️\",\"level\":2}},{\"id\":\"o8XAwhx9bc\",\"type\":\"header\",\"data\":{\"text\":\"❤️Наш сайт сервера: https://pulsecs2.ru❤️\",\"level\":2}},{\"id\":\"94-fIZjWlD\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/6b22d760-c8dd-4d0b-9058-626a776daabb.png\"}}}]",
    "game": 730,
    "owner": 102475,
    "boosts": 1,
    "last_offline": 1750624841,
    "last_online": 1747784458,
    "icon": null,
    "name": "[CS2] PulseCS2.ru - PUBLIC #1 | !KNIFE !SKINS",
    "connect": null,
    "request": null,
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741559178,
    "last_update": 1750624841,
    "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": 11970,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "zloynoname666",
      "avatar": "d9d5f8cd-931b-464a-866c-a8ca01b4e4a5.jpg",
      "last_online": 1747008540
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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