Jabroni Brawl: Episode 3
BEACHE ENTERPRISE | FAST DL | CUSTOM MAPS 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/6539650json
{
"response": {
"steam_id": "85568392932955628",
"domain": null,
"id": 6539650,
"ip": "137.220.49.197",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Dallas",
"description": null,
"game": 869480,
"owner": null,
"boosts": 1,
"last_offline": 1776042710,
"score": 0,
"last_online": 1776145831,
"icon": null,
"name": "BEACHE ENTERPRISE | FAST DL | CUSTOM MAPS",
"connect": "137.220.49.197:27015",
"request": "137.220.49.197:27015",
"map": "jb_mall_b8",
"gamemode": "Jabroni Brawl: Episode 3",
"version": "175",
"numplayers": 1,
"maxplayers": 33,
"bots": 1,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1730541867,
"last_update": 1776145831,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 21,
"steam_id": 869480,
"name": "Jabroni Brawl: Episode 3",
"url": "jabroni-brawl-episode-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/6539650");
$data = json_decode($json, true);
var_dump($data);