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/7845982
json
{
"response": {
"id": 7845982,
"ip": "91.211.118.16",
"port": 27051,
"query": 27051,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1740145144,
"score": 0,
"last_online": 1744902043,
"icon": null,
"name": "▅ ▆ ▇ |[Kyiv] Київський [Public] ▇ ▆ ▅",
"connect": "91.211.118.16:27051",
"request": "91.211.118.16:27051",
"map": "de_dust2",
"gamemode": "Protected by Kigen's Anti-Cheat",
"version": "1.0.0.34",
"numplayers": 19,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1740145144,
"last_update": 1744902043,
"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": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7845982");
$data = json_decode($json, true);
var_dump($data);