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/4855500
json
{
"response": {
"id": 4855500,
"ip": "46.174.48.173",
"port": 27015,
"query": 27015,
"owner_name": "molderid_686",
"owner_avatar": "4a9a1efd-5ad8-4052-be0e-5dd7f4bd4522.jpg",
"color": 0,
"description": null,
"game": 240,
"owner": 72364,
"boosts": 1,
"last_offline": 1741530796,
"score": 0,
"last_online": 1744401644,
"icon": null,
"name": "ABSTERGO DEATH-MATCH",
"connect": "46.174.48.173:27015",
"request": "46.174.48.173:27015",
"map": "de_dust2_fo_final",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 33,
"maxplayers": 65,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 97,
"add_date": 1719102345,
"last_update": 1744401644,
"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": "molderid_686",
"avatar": "4a9a1efd-5ad8-4052-be0e-5dd7f4bd4522.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4855500");
$data = json_decode($json, true);
var_dump($data);