API для mason on MASON-DESKTOP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "bf,r220,n0,s7,i3,mf,lf,vf,df,tdefend,g65545,h22148b31,f0,c-2147483648--2147483648,oGB,pw,e15,j0,k0,",
"os": "w",
"product": "Arma3",
"region": -1,
"steam_id": "90289437382285334",
"domain": null,
"id": 12526266,
"ip": "141.195.142.46",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Exeter",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1784760418,
"last_online": 1784752200,
"icon": null,
"name": "mason on MASON-DESKTOP",
"connect": "141.195.142.46:2302",
"request": "141.195.142.46:2303",
"map": "Tanoa",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": null,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784751720,
"last_update": 1784760418,
"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": 7057,
"language": "en",
"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/12526266");
$data = json_decode($json, true);
var_dump($data);