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/1957282
json
{
"response": {
"id": 1957282,
"ip": "151.80.155.221",
"port": 27015,
"query": 27015,
"owner_name": "Rekoiru",
"owner_avatar": "61c311bd-6204-4325-863a-46b695354bc6.jpg",
"color": 0,
"description": "",
"game": 10,
"owner": 86614,
"boosts": 1,
"last_offline": 1730422458,
"score": null,
"last_online": 1744596027,
"icon": null,
"name": "Rincon de EEPROM* | Publico [ESP]",
"connect": "151.80.155.221:27015",
"request": "151.80.155.221:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 26,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1700911166,
"last_update": 1744596027,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike",
"popular_maps_available": true
},
"server_owner": {
"username": "Rekoiru",
"avatar": "61c311bd-6204-4325-863a-46b695354bc6.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1957282");
$data = json_decode($json, true);
var_dump($data);