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/7411760
json
{
"response": {
"id": 7411760,
"ip": "185.158.114.211",
"port": 30005,
"query": 30005,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "[{\"id\":\"wLlLV_B27g\",\"type\":\"paragraph\",\"data\":{\"text\":\"Самый лучший HVH сервер для NixWare users, и других софтов без дт. На сервере присутствует фикс дт (не работает) и работает нс (remove spread). А для доминирования над игрoками созданы привилегии VIP, PREMIUM и ADMIN. Кароче сервер для комфортной игры!\"}}]",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1741264097,
"score": 3,
"last_online": 1743432045,
"icon": null,
"name": "「EHVH // RU」 NO SPREAD ✦ FIX DT",
"connect": "185.158.114.211:30005",
"request": "185.158.114.211:30005",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 10,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 78,
"add_date": 1738003529,
"last_update": 1743432045,
"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": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7411760");
$data = json_decode($json, true);
var_dump($data);