API для ^0-^5AAE^0- ^1Round^7:7 ^3Host^7:#####
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "\\playerCount\\1\\gametype\\zclassic\\dedicated\\false\\ranked\\false\\hardcore\\false\\zombies\\true\\modName\\^1[ZM] ^3All-around Enhanceme",
"os": "w",
"product": "blackops3server",
"region": -1,
"steam_id": "90288736055030794",
"domain": null,
"id": 12228512,
"ip": "36.112.191.162",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1784014879,
"last_online": 1783843302,
"icon": null,
"name": "^0-^5AAE^0- ^1Round^7:7 ^3Host^7:#####",
"connect": "36.112.191.162:27017",
"request": "36.112.191.162:27017",
"map": "zm_moon",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783833110,
"last_update": 1784014879,
"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": 17469,
"language": "zh",
"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/12228512");
$data = json_decode($json, true);
var_dump($data);