HumanitZ
[BR] Zumbi e Sobrevivencia - PVP Hard Raid 17hrs as 00 hrs discord.gg/2MytcYEbcJ 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11252400json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252400,
"ip": "169.155.126.19",
"port": 1050,
"query": 1050,
"color": 0,
"city": "Osasco",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1776791553,
"score": 0,
"last_online": 1776529892,
"icon": null,
"name": "[BR] Zumbi e Sobrevivencia - PVP Hard Raid 17hrs as 00 hrs discord.gg/2MytcYEbcJ",
"connect": "169.155.126.19:1050",
"request": "169.155.126.19:1050",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1773792985,
"last_update": 1776791553,
"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": 318,
"language": "pt",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11252400");
$data = json_decode($json, true);
var_dump($data);