JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9658262
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9658262,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[\n    {\n        \"id\": \"3MdYG3O13d\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Давно искали хороший, классный сервер или проект с серверами?**\"\n        }\n    },\n    {\n        \"id\": \"tZ4dVhDhXu\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Мы можем вам предложить поиграть на нашем проекте, у нас есть хорошее комьюнити, дружелюбная атмосфера, бесплатный скинчейнджер.**\"\n        }\n    },\n    {\n        \"id\": \"dmVzLsUY_1\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Более подробно, вы можете ознакомится на нашем сайте по ссылкам ниже, но так же, кто приходит с мониторинга, вы можете написать тикет у нас в дискорде, и мы выдадим вам Premium на один день, в тикет, надо будет написать слово-промокод \\\"Vesna\\\", и отправить ссылку на ваш профиль.**\"\n        }\n    },\n    {\n        \"id\": \"tycAJfF3Mg\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Наши социальные сети:**\"\n        }\n    },\n    {\n        \"id\": \"iwdeJsCeRn\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Сайт:** https://cs2premium.com/\\n**ВК группа: **https://vk.com/premiumcs2\\n**Дискорд сервер: **https://discord.gg/cs2premium\"\n        }\n    },\n    {\n        \"id\": \"emCYmu0_lN\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Ждем вас, у себя на проекте ☺️**\"\n        }\n    },\n    {\n        \"id\": \"6AS3-urwvt\",\n        \"type\": \"image\",\n        \"data\": {\n            \"caption\": \"\",\n            \"withBorder\": false,\n            \"withBackground\": false,\n            \"stretched\": false,\n            \"file\": {\n                \"url\": \"https://cdn.gamemonitoring.net/images/content/45481d05-a1e1-469f-afee-dd8a8ae939c3.jpg\"\n            }\n        }\n    }\n]",
    "game": 730,
    "owner": 105732,
    "boosts": 1,
    "last_offline": 1772344855,
    "score": 5,
    "last_online": 1771458632,
    "icon": null,
    "name": "➥ CS2 - Premium Gaming | Public",
    "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": 1751447444,
    "last_update": 1772344855,
    "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": 12407,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "phoenixcs2",
      "avatar": "bbb76d26-7203-4ebc-b741-70deb1f7b46a.jpg",
      "last_online": 1775638689
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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