API для Flap Wings Castle
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286469593771024",
"domain": null,
"id": 11660515,
"ip": "36.235.179.66",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Yuanlin",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780565608,
"last_online": 1780433561,
"icon": null,
"name": "Flap Wings Castle",
"connect": "36.235.179.66:27015",
"request": "36.235.179.66:27016",
"map": "VRisingWorld",
"gamemode": "9624a818-3e4c-4700-92d4-96bd576fbb84",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "TW",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780178464,
"last_update": 1780565608,
"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": 4522,
"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/11660515");
$data = json_decode($json, true);
var_dump($data);