API для 一起玩长期 萌新长期纯净15档
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "summer",
"secondaries": {
"1137196188": {
"id": "1137196188",
"port": 25241,
"__addr": "180.188.24.130",
"steamid": "90292175697582089"
}
},
"directory_id": "KU_MhpX8b-Z^3PkpoGP2xcX7H6+R",
"steam_id": null,
"domain": null,
"id": 14606890,
"ip": "180.188.24.130",
"port": 25003,
"query": 25003,
"project_id": null,
"color": 0,
"city": "Тайчжоу",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788554520,
"last_online": 1788589802,
"icon": null,
"name": "一起玩长期 萌新长期纯净15档",
"connect": "180.188.24.130:25003",
"request": "180.188.24.130:25003",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 10,
"maxplayers": 10,
"bots": null,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1788554520,
"last_update": 1788589802,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 31,
"language": "zh",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14606890");
$data = json_decode($json, true);
var_dump($data);