API для 萌机
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"lanonly": false,
"dedicated": true,
"secondaries": {
"3621264326": {
"id": "3621264326",
"port": 10998,
"__addr": "134.175.22.108",
"steamid": "90292787578480648"
}
},
"clienthosted": false,
"directory_id": "83767b7a682a4e4a7fb4cc401a3b5438",
"steam_id": null,
"domain": null,
"id": 14603574,
"ip": "134.175.22.108",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Гуанчжоу",
"description": null,
"game": 322330,
"boosts": 1,
"last_offline": 1788554500,
"last_online": 1789590009,
"icon": null,
"name": "萌机",
"connect": "134.175.22.108:10999",
"request": "134.175.22.108:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 6,
"bots": null,
"secured": null,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788554500,
"last_update": 1789590009,
"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": 42188,
"language": "zh",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14603574");
$data = json_decode($json, true);
var_dump($data);