Counter-Strike 2
███ ➥ [CS2] MOONX | RANDOM MODELS | MIRAGE [!vip !ws !v 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9688555json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9688555,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"zaL9FkSotv\",\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/a901d281-41d8-4bf4-9be0-6637aeff5bfd.png\"\n }\n }\n },\n {\n \"id\": \"GUHtW85MPN\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔴 [MOONX][𝙲𝚂𝟸] RANDOM MODELS | ONLY MIRAGE 🔴\"\n }\n },\n {\n \"id\": \"ayuo95WT_y\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔸 - Сайт сервера: [moon-x.ru](http://moon-x.ru)\\n🔸 - Discord: [https://discord.gg/aegy8pUrMM](https://discord.gg/aegy8pUrMM)\\n🔸 - Гарантируем вам:➡⤵\"\n }\n },\n {\n \"id\": \"wV3-Am2KZm\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔸 1. ТОЛЬКО мираж карту ❗\\n🔸 2. Отзывчивая, Добрая, Адекватная Администрация/Модерация ❗\\n🔸 3. Мероприятие, розыгрыши vip ❗\\n🔸 4. Частные обновления ❗\\n🔸 5. Помощь новым игрокам в освоение сервера ❗\\n🔸 6. Очень малое количество багов как и игровых, так и текстурных❗\\n🔸 7. Моментальная тех.поддержка ❗\\n🔸 8. Хороший пинг и FPS. ❗\\n🔸 9. Выбор любых скинов и ножей бесплатно ❗\"\n }\n },\n {\n \"id\": \"ym56sELxIt\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"💖 Заходите со своими друзьями и играйте на наших серверах.\"\n }\n }\n]",
"game": 730,
"owner": 53380,
"boosts": 1,
"last_offline": 1759762963,
"score": 0,
"last_online": 1756365619,
"icon": null,
"name": "███ ➥ [CS2] MOONX | RANDOM MODELS | MIRAGE [!vip !ws !v",
"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": 1751708931,
"last_update": 1759762963,
"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": 16060,
"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": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9688555");
$data = json_decode($json, true);
var_dump($data);