API for 攻占阿尔蒂斯全境2.PVE.Q群:901416914二:138065405
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286228574483468",
"domain": null,
"id": 11728126,
"ip": "61.48.128.125",
"port": 2308,
"query": 2309,
"color": 0,
"city": "Jinrongjie",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1780591406,
"last_online": 1780437061,
"icon": null,
"name": "攻占阿尔蒂斯全境2.PVE.Q群:901416914二:138065405",
"connect": "61.48.128.125:2308",
"request": "61.48.128.125:2309",
"map": "Altis",
"gamemode": "-= Liberation RX =-",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 22,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780388859,
"last_update": 1780591406,
"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": 5776,
"language": "zh",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11728126");
$data = json_decode($json, true);
var_dump($data);