API для ^0-^5AAE^0- ^1Round^7:14 ^3Host^7:hamatwo240518
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": "90289588638950422",
"domain": null,
"id": 12631381,
"ip": "61.21.198.70",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Asaka",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1785234154,
"last_online": 1784991000,
"icon": null,
"name": "^0-^5AAE^0- ^1Round^7:14 ^3Host^7:hamatwo240518",
"connect": "61.21.198.70:27017",
"request": "61.21.198.70:27017",
"map": "zm_residentservices",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784990603,
"last_update": 1785234154,
"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": 63971,
"language": "ja",
"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/12631381");
$data = json_decode($json, true);
var_dump($data);