Counter-Strike 2
API für ███ ➥ [CS2] MOONX | MIRAGE [!vip !ws !viptest !skins]
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/3266880json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3266880,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"niPN0-RlEU\",\"type\":\"image\",\"data\":{\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/0e897716-ae30-4b3d-810e-e7d16c130f3a.jpg\"},\"caption\":\"\",\"withBorder\":false,\"stretched\":false,\"withBackground\":false}},{\"id\":\"q7v5pb0h8\",\"type\":\"paragraph\",\"data\":{\"text\":\"🔴 [MOONX][𝙲𝚂𝟸] ONLY MIRAGE 🔴\"}},{\"id\":\"9z24aavpj\",\"type\":\"paragraph\",\"data\":{\"text\":\"🔸 - Сайт сервера: moon-x.ru\\n🔸 - Discord: [](https://discord.gg/aegy8pUrMM)[https://discord.gg/aegy8pUrMM](https://discord.gg/aegy8pUrMM)\\n🔸 - Гарантируем вам:➡⤵\\n🔸 1. ТОЛЬКО мираж карту ❗\\n🔸 2. Отзывчивая, Добрая, Адекватная Администрация/Модерация ❗\\n🔸 3. Мероприятие, розыгрыши vip ❗\\n🔸 4. Частные обновления ❗\\n🔸 6. Помощь новым игрокам в освоение сервера ❗\\n🔸 7. Очень малое количество багов как и игровых, так и текстурных❗\\n🔸 8. Моментальна тех/поддержка ❗\\n🔸 9. Хороший пинг и FPS. ❗\\n🔸 10. Выбор любых скинов, ножей и перчаток бесплатно ❗\"}},{\"id\":\"5smpg00yh\",\"type\":\"paragraph\",\"data\":{\"text\":\"💖 Заходите со своими друзьями и играйте на наших серверах.\"}}]",
"game": 730,
"owner": 53380,
"boosts": 1,
"last_offline": 1759762816,
"score": 4.9,
"last_online": 1756365746,
"icon": null,
"name": "███ ➥ [CS2] MOONX | MIRAGE [!vip !ws !viptest !skins]",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1709745088,
"last_update": 1759762816,
"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": 15614,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "oldkrash",
"avatar": "bb85ca77-95ac-4ff8-a8bd-48641999b451.jpg",
"last_online": 1756201423
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/3266880");
$data = json_decode($json, true);
var_dump($data);