API для [ID] JOS MILSIM by JOSGC.com
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "bf,r220,n152946,s7,i3,mf,lf,vt,dt,tzeus,g65545,h669b6067,f0,c0-52,pl,e15,j0,k0,",
"os": "l",
"product": "Arma3",
"region": -1,
"steam_id": "90289423828835342",
"domain": null,
"id": 12498895,
"ip": "158.140.180.107",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "South Tangerang",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1784744199,
"last_online": 1784734800,
"icon": null,
"name": "[ID] JOS MILSIM by JOSGC.com",
"connect": "158.140.180.107:2302",
"request": "158.140.180.107:2303",
"map": "Malden",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": null,
"country": "ID",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784730125,
"last_update": 1784744199,
"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": 6805,
"language": "id",
"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/12498895");
$data = json_decode($json, true);
var_dump($data);