API для |||||R|Е|З|И|Д|Е|Н|Ц|И|Я|||||
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "cstrike",
"gametype": null,
"dedicated": true,
"steam_id": "90290868142630920",
"domain": null,
"id": 11950640,
"ip": "46.174.48.44",
"port": 27253,
"query": 27253,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1786924370,
"last_online": 1786759200,
"icon": null,
"name": "|||||R|Е|З|И|Д|Е|Н|Ц|И|Я|||||",
"connect": "46.174.48.44:27253",
"request": "46.174.48.44:27253",
"map": "$2000$",
"gamemode": null,
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 21,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783795827,
"last_update": 1786924370,
"ban_reason": null,
"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": 9374,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11950640");
$data = json_decode($json, true);
var_dump($data);