API for [PL] Arena 1VS1 TR128 [VIP] @ 1shot1kill.pl
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11598794,
"ip": "91.224.117.21",
"port": 27215,
"query": 27215,
"project_id": null,
"color": 0,
"city": "Gdynia",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1781401996,
"last_online": 1780627951,
"icon": null,
"name": "[PL] Arena 1VS1 TR128 [VIP] @ 1shot1kill.pl",
"connect": "91.224.117.21:27215",
"request": "91.224.117.21:27215",
"map": "am_walterv2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779359109,
"last_update": 1781401996,
"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": 1977,
"language": "pl",
"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/11598794");
$data = json_decode($json, true);
var_dump($data);