API for |>--RASSLABYXA.ru--<|_4_TeamDM EASY DD2unlim[<10ping]
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286514202084375",
"domain": null,
"id": 11696304,
"ip": "79.120.114.212",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1780352656,
"last_online": 1780400461,
"icon": null,
"name": "|>--RASSLABYXA.ru--<|_4_TeamDM EASY DD2unlim[<10ping]",
"connect": "79.120.114.212:27016",
"request": "79.120.114.212:27016",
"map": "de_dust2_unlimited_0011",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 32,
"bots": 2,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780226448,
"last_update": 1780400461,
"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": 3405,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11696304");
$data = json_decode($json, true);
var_dump($data);