Misfits PVE 3x |Backpacks|Skill Tree|Raidable Bases|Quests|Kits 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 48,
"fps_avg": 50,
"entities_count": 159798,
"world_seed": 287175241,
"world_size": 4000,
"steam_id": "90286953288825877",
"domain": null,
"id": 10460308,
"ip": "66.51.99.67",
"port": 28010,
"query": 28011,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Misfits PVE 3x |Skill Tree|Raidable Bases|Quests|Server RP|Kits| Server Rewards|Custom Maps|and so much more! This server is under development and may not have all plugins fully configured when they are added. We are always adding more and tweaking existing to make a fun and relaxing PVE experience!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781122469,
"last_online": 1781342425,
"icon": null,
"name": "Misfits PVE 3x |Backpacks|Skill Tree|Raidable Bases|Quests|Kits",
"connect": "66.51.99.67:28010",
"request": "66.51.99.67:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1760474457,
"last_update": 1781342425,
"banned": false,
"wipe": 1780597819,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2298,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10460308");
$data = json_decode($json, true);
var_dump($data);