Counter-Strike 2
███ ➥ [CS2] MOONX | MIRAGE [!vip !ws !viptest !skins] 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10035692json
{
"response": {
"steam_id": "85568392935075116",
"domain": null,
"id": 10035692,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"klu59pMF3H\",\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/6a4a26f9-b716-4cac-80ad-5a90ebbd4529.jpg\"\n }\n }\n },\n {\n \"id\": \"gJaFLPTnWY\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔴 [MOONX][𝙲𝚂𝟸] ONLY MIRAGE 🔴\"\n }\n },\n {\n \"id\": \"vwi7u-RMm9\",\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 {\n \"id\": \"znyOO0K_qj\",\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\": \"jK0KE5nXLy\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"💖 Заходите со своими друзьями и играйте на наших серверах.\"\n }\n }\n]",
"game": 730,
"owner": 69196,
"boosts": 1,
"last_offline": 1755800125,
"score": 5,
"last_online": 1756195218,
"icon": null,
"name": "███ ➥ [CS2] MOONX | MIRAGE [!vip !ws !viptest !skins]",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.9.6",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1755073052,
"last_update": 1756195218,
"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": 16087,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "sp1le",
"avatar": "87f62262-7f65-4733-858a-a552a87867d0.jpg",
"last_online": 1760649718
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10035692");
$data = json_decode($json, true);
var_dump($data);