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/4958800
json
{
"response": {
"id": 4958800,
"ip": "37.230.228.100",
"port": 7777,
"query": 7777,
"owner_name": "6ker9",
"owner_avatar": "70835ef7-f476-4d93-a693-df97958fe9aa.jpg",
"color": 4,
"description": "[{\"id\":\"p7VRU9x_BK\",\"type\":\"paragraph\",\"data\":{\"text\":\"На этом сервере вы можете не только поиграть, но и завести себе друзей с которыми будете играть в другие различные игры)\"}}]",
"game": 730,
"owner": 82850,
"boosts": 32,
"last_offline": 1738931821,
"score": 4.9,
"last_online": 1743493236,
"icon": null,
"name": "[CS2] GROZNYCS.RU| MIRAGE ONLY #1| !KNIFE !SKINS",
"connect": "37.230.228.100:7777",
"request": "37.230.228.100:7777",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.40.7.4",
"numplayers": 9,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 357,
"points": 19520,
"add_date": 1720130956,
"last_update": 1743493236,
"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": "6ker9",
"avatar": "70835ef7-f476-4d93-a693-df97958fe9aa.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4958800");
$data = json_decode($json, true);
var_dump($data);