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/5203454
json
{
"response": {
"id": 5203454,
"ip": "77.66.176.13",
"port": 6666,
"query": 6666,
"owner_name": "firsovkm",
"owner_avatar": "no.jpg",
"color": 0,
"description": "[{\"id\":\"f6YqDmxCu4\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер создан для отдыха, приятная компания. Есть бесплатный скинченжер, Есть магазин с кастомными скинами на оружие,и персонажей. Соблюден игровой балан , нет распрыжек , дополнительных бонусов к здоровью.\"}}]",
"game": 730,
"owner": 96300,
"boosts": 1,
"last_offline": 1744355434,
"score": 4.2,
"last_online": 1737646231,
"icon": null,
"name": "Краснодар |15| AWP [CS2][!WS][!KNIFE]",
"connect": "77.66.176.13:6666",
"request": "77.66.176.13:6666",
"map": "awp_lego_2",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 163,
"points": 263,
"add_date": 1721080776,
"last_update": 1744355434,
"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": "firsovkm",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5203454");
$data = json_decode($json, true);
var_dump($data);