API for [RU] Resolution HVH | MM | https://discord.gg/wp42pP6FR
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252571,
"ip": "46.174.48.195",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 181667,
"boosts": 1,
"last_offline": 1778858585,
"last_online": 1779472222,
"icon": null,
"name": "[RU] Resolution HVH | MM | https://discord.gg/wp42pP6FR",
"connect": "46.174.48.195:27015",
"request": "46.174.48.195:27015",
"map": "cs_office",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774201287,
"last_update": 1779472222,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 524,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "mastyrbatorshvh",
"avatar": "no.jpg",
"last_online": 1774383427
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11252571");
$data = json_decode($json, true);
var_dump($data);