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/3945276
json
{
"response": {
"id": 3945276,
"ip": "193.19.119.140",
"port": 27507,
"query": 27507,
"owner_name": "auttend",
"owner_avatar": "2cecd304-7748-4cd0-8d70-0c4380d64c16.jpg",
"color": 0,
"description": "[{\"id\":\"qNAySBhGtz\",\"type\":\"paragraph\",\"data\":{\"text\":\" Добро пожаловать на страницу сервера проекта Игровых серверов HackerSpace!\"}},{\"id\":\"kBOMHoax0Y\",\"type\":\"paragraph\",\"data\":{\"text\":\" У нас вы можете найти:\\n● Любые виды скинов, агентов, музыки.\\n● Привилегии, которые скрасят вашу игру на проекте.\\n● Уютная и приятная атмосфера.\\n● Различные бонусы и акции, включая бесплатные привилегии. \"}}]",
"game": 730,
"owner": 47064,
"boosts": 1,
"last_offline": 1742937455,
"score": 5,
"last_online": 1743013829,
"icon": null,
"name": "[CS2] HackerSpace - FPS BOOST | SkinChanger | FREE VIP | SKINS",
"connect": "193.19.119.140:27507",
"request": "193.19.119.140:27507",
"map": "de_anubis_fps_boost_new",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1713910714,
"last_update": 1743013829,
"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": "auttend",
"avatar": "2cecd304-7748-4cd0-8d70-0c4380d64c16.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3945276");
$data = json_decode($json, true);
var_dump($data);