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. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5797086
json
{
"response": {
"id": 5797086,
"ip": "212.22.85.57",
"port": 55555,
"query": 55555,
"owner_name": "argus24",
"owner_avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg",
"color": 0,
"description": "[{\"id\":\"XX9rSLHNNU\",\"type\":\"paragraph\",\"data\":{\"text\":\" Добро пожаловать на наш сервер.плюсы играть на нашем сервере\"}},{\"id\":\"SKUICGJ-te\",\"type\":\"paragraph\",\"data\":{\"text\":\"1.мощное железо - даже при полностью забитом сервере лагов, крашей не будет.\"}},{\"id\":\"id2W2T9Fw3\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. на нашем сервере режим паблик 10 карт которые можно менять\"}},{\"id\":\"cB-kbmjl23\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. у нас множество различных плагинов\"}},{\"id\":\"LIYwkUKx9B\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. так же у нас дешевые привелегии с большим функционалом\"}},{\"id\":\"-gnveWTvn2\",\"type\":\"paragraph\",\"data\":{\"text\":\"5. отзывчивая администрацияНаш сайт [https://ap-cs2.ru/](https://argus-cs2.ru/)\"}}]",
"game": 730,
"owner": 48394,
"boosts": 1,
"last_offline": 1743883752,
"score": 5,
"last_online": 1744358430,
"icon": null,
"name": "👑CS2👑[ARGUS] PUBLIC [!VIPTEST,!WS,!SHOP]",
"connect": "212.22.85.57:55555",
"request": "212.22.85.57:55555",
"map": "de_dust2_winter",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.4",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 107,
"points": 312,
"add_date": 1724407200,
"last_update": 1744358430,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": {
"username": "argus24",
"avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5797086");
$data = json_decode($json, true);
var_dump($data);