API для Lcayun游戏服务器
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "69355303-8568-4837-ae29-436b90912d05;__95F414C35DF064A69E628D8344EE5FAC1D8406506A1C0929B8629C37EA18B5C4",
"os": "w",
"product": "The Forest",
"region": -1,
"steam_id": "90289233755565066",
"domain": null,
"id": 12064637,
"ip": "202.189.7.30",
"port": 6146,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1784580312,
"last_online": 1785687000,
"icon": null,
"name": "Lcayun游戏服务器",
"connect": "202.189.7.30:6146",
"request": "202.189.7.30:27016",
"map": "Normal",
"gamemode": null,
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783800207,
"last_update": 1785687000,
"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": 169,
"language": "zh",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12064637");
$data = json_decode($json, true);
var_dump($data);