API for (UNIQUE)охлаждённый ONLY DUST 2
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11489901,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Marks",
"description": null,
"game": 4465480,
"owner": 178355,
"boosts": 1,
"last_offline": 1778479333,
"last_online": 1777541416,
"icon": null,
"name": "(UNIQUE)охлаждённый ONLY DUST 2",
"connect": null,
"request": null,
"map": "de_dust2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 1,
"points": 0,
"add_date": 1777023002,
"last_update": 1778479333,
"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": 1806,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "trembl",
"avatar": "61a3d3ba-ab98-41a3-bb26-2bb1a95385a4.jpg",
"last_online": 1779187629
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489901");
$data = json_decode($json, true);
var_dump($data);