API для 4#[CN]【散人联盟】#4 萌新哈基镇 无BUFF萌新服丨菜就多练 菜鸡萌新服 Q群305032903
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "ad9b2849f5944ea4a06b83f829c5d3c9",
"steam_id": null,
"domain": null,
"id": 14104831,
"ip": "202.189.22.73",
"port": 64368,
"query": 64368,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1787758974,
"last_online": 1787776375,
"icon": null,
"name": "4#[CN]【散人联盟】#4 萌新哈基镇 无BUFF萌新服丨菜就多练 菜鸡萌新服 Q群305032903",
"connect": "202.189.22.73:64368",
"request": "202.189.22.73:64368",
"map": "Harju_Seed_v1",
"gamemode": "Seed",
"version": "v10.5.3.657966.2759",
"numplayers": 6,
"maxplayers": 96,
"bots": null,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1787758974,
"last_update": 1787776375,
"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": 140,
"language": "zh",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14104831");
$data = json_decode($json, true);
var_dump($data);