API для 无限防守测试
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "bf,r220,n152946,s1,i1,mf,lf,vf,dt,tcoop,g65545,hd45fd29e,f0,c-2147483648--2147483648,pw,e0,j0,k0,",
"os": "w",
"product": "Arma3",
"region": -1,
"steam_id": "90289605057595420",
"domain": null,
"id": 11166341,
"ip": "118.31.68.19",
"port": 2312,
"query": 2313,
"project_id": null,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1785231471,
"last_online": 1785102600,
"icon": null,
"name": "无限防守测试",
"connect": "118.31.68.19:2312",
"request": "118.31.68.19:2313",
"map": "Malden",
"gamemode": "Dynamic Bulwarks (无限防守) k1升级版v9.776",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228625,
"last_update": 1785231471,
"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": 4680,
"language": "zh",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11166341");
$data = json_decode($json, true);
var_dump($data);