Arma 3
API for [纠察组]PVE_萌新HQ公开服 Q群: 594220980
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10539737json
{
"response": {
"steam_id": "90284756225303565",
"domain": null,
"id": 10539737,
"ip": "61.147.247.32",
"port": 3252,
"query": 3253,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1774191117,
"score": 0,
"last_online": 1776814258,
"icon": null,
"name": "[纠察组]PVE_萌新HQ公开服 Q群: 594220980",
"connect": "61.147.247.32:3252",
"request": "61.147.247.32:3253",
"map": "Altis",
"gamemode": "JCZ-HQ Tactical Cooperation I&A",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762520059,
"last_update": 1776814258,
"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": 1502,
"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/10539737");
$data = json_decode($json, true);
var_dump($data);