API for [HIKIPROJECT] 4 ПРЫЖКА | !SHOP | !KNIFE | ФРИИ ВИП
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286619134832670,
"domain": null,
"id": 11220894,
"ip": "170.168.115.87",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Mytishchi",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1781434399,
"last_online": 1780684863,
"icon": null,
"name": "[HIKIPROJECT] 4 ПРЫЖКА | !SHOP | !KNIFE | ФРИИ ВИП",
"connect": "170.168.115.87:27015",
"request": "170.168.115.87:27015",
"map": "mg_skygrass_balkanstar_hdr",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772829279,
"last_update": 1781434399,
"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": 1600,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11220894");
$data = json_decode($json, true);
var_dump($data);