API для JOp. Benji on Leviathan
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "bf,r220,n0,s7,i1,mf,lf,vf,df,tanti,g65545,heee4871c,f0,c-2147483648--2147483648,oJP,pw,e15,j0,k0,",
"os": "w",
"product": "Arma3",
"region": -1,
"steam_id": "90289383133242369",
"domain": null,
"id": 12426229,
"ip": "149.88.103.187",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1784664201,
"last_online": 1784684400,
"icon": null,
"name": "JOp. Benji on Leviathan",
"connect": "149.88.103.187:2302",
"request": "149.88.103.187:2303",
"map": "Enoch",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 1,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "JP",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1784664201,
"last_update": 1784684400,
"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": 526,
"language": "ja",
"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/12426229");
$data = json_decode($json, true);
var_dump($data);