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/8081041
json
{
"response": {
"id": 8081041,
"ip": "45.136.205.85",
"port": 27015,
"query": 27015,
"owner_name": "Santa_hvh",
"owner_avatar": "7f3c4293-6151-4845-9071-06eb23db322f.jpg",
"color": 6,
"description": "[{\"id\":\"lVaXgj1mhD\",\"type\":\"paragraph\",\"data\":{\"text\":\"Santa HvH Топовый сервер NUMBER 1Московский хостинг,отличный пинг.Для западной России и ближнего зарубежья. \"}}]",
"game": 730,
"owner": 94004,
"boosts": 4,
"last_offline": 1743478644,
"score": 0,
"last_online": 1743493236,
"icon": null,
"name": "[RU/EU] |Santa HvH| FIX DT & Spread {Mirage Only}",
"connect": "45.136.205.85:27015",
"request": "45.136.205.85:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.4",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 364,
"add_date": 1741538684,
"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": "Santa_hvh",
"avatar": "7f3c4293-6151-4845-9071-06eb23db322f.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8081041");
$data = json_decode($json, true);
var_dump($data);