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/4756092
json
{
"response": {
"id": 4756092,
"ip": "62.122.215.78",
"port": 27015,
"query": 27015,
"owner_name": "Santa_hvh",
"owner_avatar": "7f3c4293-6151-4845-9071-06eb23db322f.jpg",
"color": 5,
"description": "[{\"id\":\"2fw-ZWnwri\",\"type\":\"paragraph\",\"data\":{\"text\":\" Santa HvH Топовый сервер NUMBER 1Московский хостинг,отличный пинг.Для западной России и ближнего зарубежья. \"}}]",
"game": 730,
"owner": 94004,
"boosts": 4,
"last_offline": 1742483852,
"score": 3,
"last_online": 1743432033,
"icon": null,
"name": "[RU/EU] |Santa HvH| Rapid & Nospread {Mirage Only}",
"connect": "62.122.215.78:27015",
"request": "62.122.215.78:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 13,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 492,
"add_date": 1718034689,
"last_update": 1743432033,
"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/4756092");
$data = json_decode($json, true);
var_dump($data);