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/7667527
json
{
"response": {
"id": 7667527,
"ip": "193.19.119.127",
"port": 30037,
"query": 30037,
"owner_name": "YellowMan",
"owner_avatar": "29407b77-7cb2-43ba-9534-496c0eb187ab.jpg",
"color": 0,
"description": "[{\"id\":\"QSTdWJ46vd\",\"type\":\"paragraph\",\"data\":{\"text\":\"Самый лучший HVH сервер для всех софтов с дт и. На сервере присутствует дт (работает) и не работает нс (only spread). А для доминирования над игрoками созданы привилегии VIP, PREMIUM и ADMIN. Кароче сервер для комфортной игры!\"}}]",
"game": 730,
"owner": 102647,
"boosts": 1,
"last_offline": 1741242465,
"score": 5,
"last_online": 1743432034,
"icon": null,
"name": "『3# FHVH//RU』SPREAD ✦ DT",
"connect": "193.19.119.127:30037",
"request": "193.19.119.127:30037",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1739560138,
"last_update": 1743432034,
"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": "YellowMan",
"avatar": "29407b77-7cb2-43ba-9534-496c0eb187ab.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7667527");
$data = json_decode($json, true);
var_dump($data);