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/7411697
json
{
"response": {
"id": 7411697,
"ip": "62.122.215.240",
"port": 27015,
"query": 27015,
"owner_name": "FFFoxy",
"owner_avatar": "2a603223-d0fc-43d7-aff5-854829542769.jpg",
"color": 0,
"description": "[{\"id\":\"4EjsahLuyV\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сетка серверов magicreborn.ru\"}}]",
"game": 730,
"owner": 101215,
"boosts": 1,
"last_offline": 1742522254,
"score": 0,
"last_online": 1743337833,
"icon": null,
"name": "MAGICREBORN.RU | AWP_LEGO | !KNIFE !SKINS !VIPTEST",
"connect": "62.122.215.240:27015",
"request": "62.122.215.240:27015",
"map": "awp_lego_2",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 12,
"points": 102,
"add_date": 1737741606,
"last_update": 1743337833,
"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": "FFFoxy",
"avatar": "2a603223-d0fc-43d7-aff5-854829542769.jpg"
},
"mods": [
{
"id": 379,
"name": "VIP"
},
{
"id": 436,
"name": "Weapon Skins"
},
{
"id": 425,
"name": "Knife"
}
],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7411697");
$data = json_decode($json, true);
var_dump($data);