Arma 3
API for #05 [自娱自乐][PVE][无限防守]-QQ群778967276
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9055269json
{
"response": {
"steam_id": "90284715160462347",
"domain": null,
"id": 9055269,
"ip": "110.42.44.114",
"port": 22352,
"query": 22353,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776614605,
"score": 0,
"last_online": 1776805347,
"icon": null,
"name": "#05 [自娱自乐][PVE][无限防守]-QQ群778967276",
"connect": "110.42.44.114:22352",
"request": "110.42.44.114:22353",
"map": "Stratis",
"gamemode": "Dynamic Bulwarks (无限防守) z改版v1.005",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746990013,
"last_update": 1776805347,
"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": 1100,
"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/9055269");
$data = json_decode($json, true);
var_dump($data);