API для 五月新档麒麟三服|暗黑刷宝|宠物养成|技能改造
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286341314357263",
"domain": null,
"id": 11660439,
"ip": "114.227.110.54",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780178461,
"last_online": 1780298427,
"icon": null,
"name": "五月新档麒麟三服|暗黑刷宝|宠物养成|技能改造",
"connect": "114.227.110.54:28021",
"request": "114.227.110.54:28022",
"map": "VRisingWorld",
"gamemode": "f3b199a6-fad4-4f54-b0fe-c4cfcca7de54",
"version": "0.0.0.1",
"numplayers": 15,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780178461,
"last_update": 1780298427,
"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": 9,
"language": "zh",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11660439");
$data = json_decode($json, true);
var_dump($data);