Counter-Strike 2
API for ███ ➥ [CS2] MOONX | RANDOM MODELS | MIRAGE [!vip !ws !v
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10035693json
{
"response": {
"steam_id": "85568392935080299",
"domain": null,
"id": 10035693,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"Orr-piSbhj\",\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/9ede4778-fdbd-4717-88bf-9232f023935e.jpg\"\n }\n }\n },\n {\n \"id\": \"kCrtVpFJ5J\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔴 [MOONX][𝙲𝚂𝟸] RANDOM MODELS | ONLY MIRAGE 🔴\"\n }\n },\n {\n \"id\": \"wH3pmUF3KH\",\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\": \"X5H_o59YyL\",\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\": \"kFuoW7juOU\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"💖 Заходите со своими друзьями и играйте на наших серверах.\"\n }\n }\n]",
"game": 730,
"owner": 69196,
"boosts": 1,
"last_offline": 1755777182,
"score": 5,
"last_online": 1756195818,
"icon": null,
"name": "███ ➥ [CS2] MOONX | RANDOM MODELS | MIRAGE [!vip !ws !v",
"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": 1755073058,
"last_update": 1756195818,
"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": 16052,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": {
"username": "sp1le",
"avatar": "87f62262-7f65-4733-858a-a552a87867d0.jpg",
"last_online": 1760649718
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10035693");
$data = json_decode($json, true);
var_dump($data);