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/1033034
json
{
"response": {
"id": 1033034,
"ip": "217.156.22.35",
"port": 27015,
"query": 27015,
"owner_name": "sensei12",
"owner_avatar": "53ae3159-fee2-415a-a71d-4a0e28545146.jpg",
"color": 0,
"description": "Free VIP visit our forum https://leaguecs.ro/forum/forum/9236-classic-oldschool/",
"game": 10,
"owner": 44114,
"boosts": 1,
"last_offline": 1742834043,
"score": 5,
"last_online": 1743656439,
"icon": null,
"name": "MIX3.DREAMLIFE.RO # TS.DREAMLIFE.RO",
"connect": "217.156.22.35:27015",
"request": "217.156.22.35:27015",
"map": "de_dust2",
"gamemode": "ESAGAMES.RO",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1688589053,
"last_update": 1743656439,
"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": "sensei12",
"avatar": "53ae3159-fee2-415a-a71d-4a0e28545146.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1033034");
$data = json_decode($json, true);
var_dump($data);