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/7411664
json
{
"response": {
"id": 7411664,
"ip": "193.19.119.127",
"port": 30045,
"query": 30045,
"owner_name": "YellowMan",
"owner_avatar": "29407b77-7cb2-43ba-9534-496c0eb187ab.jpg",
"color": 3,
"description": "[{\"id\":\"2SdaDzFTiY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Самый лучший HVH сервер для NS users, и других софтов. На сервере присутствует дт ( работает) и работает нс (Remove Spread). А для доминирования над игрoками созданы привилегии VIP, PREMIUM и ADMIN. Кoроче сервер для комфортной игры!\"}}]",
"game": 730,
"owner": 102647,
"boosts": 1,
"last_offline": 1743105414,
"score": 5,
"last_online": 1743432034,
"icon": null,
"name": "『1# FHVH // RU // NIXWARE USERS』 NO SPREAD | FIX DT mw3754",
"connect": "193.19.119.127:30045",
"request": "193.19.119.127:30045",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1737478645,
"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/7411664");
$data = json_decode($json, true);
var_dump($data);