API для ^0-^5AAE^0- ^1Round^7:100 ^3Host^7:DONT OPEN DOORS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 90287338373695500,
"domain": null,
"id": 11859205,
"ip": "77.94.120.26",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Ufa",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1782072781,
"last_online": 1781971980,
"icon": null,
"name": "^0-^5AAE^0- ^1Round^7:100 ^3Host^7:DONT OPEN DOORS",
"connect": "77.94.120.26:27017",
"request": "77.94.120.26:27017",
"map": "zm_hextower",
"gamemode": "^2v3.8.4 ^1Zombies^7:10029 ^3Players^7:7",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 7,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781956806,
"last_update": 1782072781,
"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": 1099,
"language": "ru",
"parked": false,
"app": {
"id": 4041,
"steam_id": 311210,
"name": "Call of Duty: Black Ops III",
"url": "call-of-duty-black-ops-iii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11859205");
$data = json_decode($json, true);
var_dump($data);