API для Antistasi Ultimate Community Ops Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Arma3",
"gametype": "bf,r220,n152946,s7,i3,mf,lf,vf,dt,tescape,g65545,h7d16c1e4,f0,c-2147483648--2147483648,pw,e15,j0,k0,",
"dedicated": true,
"steam_id": "90290507161948181",
"domain": null,
"id": 13614033,
"ip": "62.49.15.91",
"port": 2600,
"query": 2601,
"project_id": null,
"color": 0,
"city": "Wandsworth",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1786566294,
"last_online": 1786302600,
"icon": null,
"name": "Antistasi Ultimate Community Ops Server",
"connect": "62.49.15.91:2600",
"request": "62.49.15.91:2601",
"map": "CUP_Chernarus_A3",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786298104,
"last_update": 1786566294,
"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": 10598,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13614033");
$data = json_decode($json, true);
var_dump($data);