[PT - PORTUGAL] Alenquer Wars 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90285465600587802",
"domain": null,
"id": 11588219,
"ip": "66.248.194.169",
"port": 9190,
"query": 9191,
"color": 0,
"city": "The Hague",
"description": "[SkiddleMap](https://steamcommunity.com/sharedfiles/filedetails/?id=3692814383)\r\n[SEAL_VBSS](https://steamcommunity.com/sharedfiles/filedetails/?id=2934061853)\r\n[Pacific](https://steamcommunity.com/sharedfiles/filedetails/?id=2934610817)\r\n[AdvancedMap](https://steamcommunity.com/sharedfiles/filedetails/?id=2951068492)\r\n[MECFaction](https://steamcommunity.com/sharedfiles/filedetails/?id=3701549420)\r\n[Boreal_OilFields](https://steamcommunity.com/sharedfiles/filedetails/?id=3234833130)\r\n[KorangalValley](https://steamcommunity.com/sharedfiles/filedetails/?id=3660225476)\r\n[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[UkraineFields](https://steamcommunity.com/sharedfiles/filedetails/?id=3690421741)\r\n[Mogadishu](https://steamcommunity.com/sharedfiles/filedetails/?id=2987280003)\r\n[OHD_Forest](https://steamcommunity.com/sharedfiles/filedetails/?id=2963857931)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1779357582,
"last_online": 1779907826,
"icon": null,
"name": "[PT - PORTUGAL] Alenquer Wars",
"connect": "66.248.194.169:9190",
"request": "66.248.194.169:9191",
"map": "Omaha Beach",
"gamemode": "Advance and Secure",
"version": "89",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779357582,
"last_update": 1779907826,
"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": 11,
"language": "nl",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11588219");
$data = json_decode($json, true);
var_dump($data);