API for [ HIRLESS HVH ] MM HvH | 16k
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11756671,
"ip": "45.95.31.136",
"port": 27115,
"query": 27115,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 198606,
"boosts": 1,
"last_offline": 1780613597,
"last_online": 1781094035,
"icon": null,
"name": "[ HIRLESS HVH ] MM HvH | 16k",
"connect": "45.95.31.136:27115",
"request": "45.95.31.136:27115",
"map": "de_dust2_old",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780584602,
"last_update": 1781094035,
"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": 148,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "vladbmw530",
"avatar": "10a48d32-954d-49f4-80b6-6c46d3e35aeb.webp"
},
"mods": [
{
"id": 1999,
"name": "hvh"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11756671");
$data = json_decode($json, true);
var_dump($data);