Counter-Strike 2
API for ███ ➥ [CS2] MOONX | +300FPS MIRAGE [!vip !ws !viptest !
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/10035691json
{
"response": {
"steam_id": "85568392935075034",
"domain": null,
"id": 10035691,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"fpbf6Zm8Dr\",\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/fb71940a-9496-47ab-b75a-945fda4cc1ae.jpg\"\n }\n }\n },\n {\n \"id\": \"bbHDteZBZw\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔴 [MOONX][𝙲𝚂𝟸] +300FPS MIRAGE 🔴\"\n }\n },\n {\n \"id\": \"1eAiCDk0D1\",\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\": \"ea9WAvqo3F\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔸 1. FPS буст карту, которая добавит вам очень много фпс, что позволяет играть в CS2 даже на слабом ПК ❗\\n🔸 2. Отзывчивая, Добрая, Адекватная Администрация/Модерация ❗\\n🔸 3. Мероприятие, розыгрыши vip ❗\\n🔸 4. Частные обновления ❗\\n🔸 5. Помощь новым игрокам в освоение сервера ❗\\n🔸 6. Очень малое количество багов как и игровых, так и текстурных❗\\n🔸 7. Моментальная тех/поддержка ❗\\n🔸 8. Хороший пинг и FPS. ❗\\n🔸 9. Выбор любых скинов, ножей и перчаток бесплатно ❗\"\n }\n },\n {\n \"id\": \"8Y1iTKg3fd\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"💖 Заходите со своими друзьями и играйте на наших серверах.\"\n }\n }\n]",
"game": 730,
"owner": 69196,
"boosts": 1,
"last_offline": 1755776000,
"score": 5,
"last_online": 1756195218,
"icon": null,
"name": "███ ➥ [CS2] MOONX | +300FPS MIRAGE [!vip !ws !viptest !",
"connect": null,
"request": null,
"map": "de_mirage_fps_dpp",
"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": 1755073034,
"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": 16050,
"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/10035691");
$data = json_decode($json, true);
var_dump($data);