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/6615383
json
{
"response": {
"id": 6615383,
"ip": "188.34.136.15",
"port": 21337,
"query": 21337,
"owner_name": "bmarchuk98",
"owner_avatar": "no.jpg",
"color": 0,
"description": null,
"game": 240,
"owner": 91216,
"boosts": 1,
"last_offline": 1744663420,
"score": 5,
"last_online": 1744440053,
"icon": null,
"name": "[V.92] ☠[Sмертельний Шепіт][UA]☠",
"connect": "188.34.136.15:21337",
"request": "188.34.136.15:21337",
"map": "de_dust2",
"gamemode": "Counter-Strike: Source",
"version": null,
"numplayers": 0,
"maxplayers": 34,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1731404841,
"last_update": 1744663420,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source",
"popular_maps_available": true
},
"server_owner": {
"username": "bmarchuk98",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6615383");
$data = json_decode($json, true);
var_dump($data);