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/5201456
json
{
"response": {
"id": 5201456,
"ip": "95.31.1.242",
"port": 27017,
"query": 27017,
"owner_name": "VOLK_RuS",
"owner_avatar": "75c43b4c-afbd-46b1-b77d-44dd91378b69.jpg",
"color": 0,
"description": "[{\"id\":\"sfuJFiST9O\",\"type\":\"paragraph\",\"data\":{\"text\":\"Старый добрый паблик, который уже целых 9 лет работает для вашего удовольствия. Заходите, если хотите лампового общения и приятного время препровождения!\"}},{\"id\":\"ffSVzOR8xG\",\"type\":\"paragraph\",\"data\":{\"text\":\"[VK](https://vk.com/awpcountrycs2)\"}},{\"id\":\"xyljCYoHAr\",\"type\":\"paragraph\",\"data\":{\"text\":\"[Discord](https://discord.gg/ubecT5V)\"}},{\"id\":\"dXUFv4dzCf\",\"type\":\"paragraph\",\"data\":{\"text\":\"[Сайт](http://awpcountry.ru)\"}},{\"id\":\"NeoB5AXO7k\",\"type\":\"paragraph\",\"data\":{\"text\":\"[Steam](http://steamcommunity.com/gid/103582791440014071)\"}}]",
"game": 730,
"owner": 75431,
"boosts": 1,
"last_offline": 1742072087,
"score": 5,
"last_online": 1744358442,
"icon": null,
"name": "[CS2] AWPCountry.ru [Public]",
"connect": "95.31.1.242:27017",
"request": "95.31.1.242:27017",
"map": "awp_lego_2",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.4",
"numplayers": 0,
"maxplayers": 14,
"bots": 1,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1721077642,
"last_update": 1744358442,
"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": "VOLK_RuS",
"avatar": "75c43b4c-afbd-46b1-b77d-44dd91378b69.jpg"
},
"mods": [
{
"id": 379,
"name": "VIP"
},
{
"id": 343,
"name": "Skins"
},
{
"id": 435,
"name": "VIP FREE"
},
{
"id": 338,
"name": "Show Damage"
},
{
"id": 414,
"name": "AWP"
},
{
"id": 412,
"name": "Aim"
}
],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5201456");
$data = json_decode($json, true);
var_dump($data);