Arma 3
API for 红色警戒BRPVPVE丧尸围城|生存|建造|Q群:993404055
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10716496json
{
"response": {
"steam_id": "90284564438808576",
"domain": null,
"id": 10716496,
"ip": "211.154.18.212",
"port": 14552,
"query": 14553,
"color": 0,
"city": "Haidian",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775553087,
"score": 0,
"last_online": 1776819669,
"icon": null,
"name": "红色警戒BRPVPVE丧尸围城|生存|建造|Q群:993404055",
"connect": "211.154.18.212:14552",
"request": "211.154.18.212:14553",
"map": "altis",
"gamemode": "红色警戒BRPVPV146F1",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765133498,
"last_update": 1776819669,
"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": 1708,
"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/10716496");
$data = json_decode($json, true);
var_dump($data);