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/3824372
json
{
"response": {
"id": 3824372,
"ip": "146.19.87.132",
"port": 27088,
"query": 27088,
"owner_name": "albert228",
"owner_avatar": "1dd067c0-b8c9-4a26-ab9f-2ee921731c0f.jpg",
"color": 0,
"description": "[{\"id\":\"9nbIgBSPHX\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\n\\nПривет! Ищешь сервер на котором у тебя не будет лагов? Тогда тебе к нам!\"}},{\"id\":\"8LWt7n74fA\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на наш - OBLIVION PUBLIC SERVER !\"}},{\"id\":\"cSMVNAPMzM\",\"type\":\"paragraph\",\"data\":{\"text\":\"IP PUBLIC- 146.19.87.132:27088\\n\"}},{\"id\":\"mR2WFLaYb6\",\"type\":\"paragraph\",\"data\":{\"text\":\"oblivion.cssold.ru\\n\"}},{\"id\":\"jnKFQl5Ji0\",\"type\":\"paragraph\",\"data\":{\"text\":\"Особенности сервера:\\n\"}},{\"id\":\"wVENRjat8X\",\"type\":\"paragraph\",\"data\":{\"text\":\"Классическая игра - без лишней ерунды.\\n\"}},{\"id\":\"32lJVJGqsS\",\"type\":\"paragraph\",\"data\":{\"text\":\"Голосовой чат (16+).\\n\"}},{\"id\":\"rz6-VII1SY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Адекватная администрация сервера.\\n\"}},{\"id\":\"tCaN0BJgf5\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мы против читерства.\\n\"}},{\"id\":\"WIbsOUzOTn\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мы не портим меню и конфиги игрокам.\\n\"}},{\"id\":\"vF319vqzu7\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мы против оскорблений и неадекватности.\\n\\n\"}}]",
"game": 730,
"owner": 67329,
"boosts": 1,
"last_offline": 1740973599,
"score": 5,
"last_online": 1743493236,
"icon": null,
"name": "OBLIVION PUBLIC [+FPS|!GL|!WS|!KNIFE]",
"connect": "146.19.87.132:27088",
"request": "146.19.87.132:27088",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.4",
"numplayers": 4,
"maxplayers": 32,
"bots": 6,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 99,
"add_date": 1713051364,
"last_update": 1743493236,
"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": "albert228",
"avatar": "1dd067c0-b8c9-4a26-ab9f-2ee921731c0f.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3824372");
$data = json_decode($json, true);
var_dump($data);