[ITA] INFERNO | 2x | PVP | Wipe 2 Volte al Mese 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 117,
"fps_avg": 83,
"entities_count": 77108,
"world_seed": 1120624300,
"world_size": 4000,
"steam_id": "90286601821097994",
"domain": null,
"id": 11501088,
"ip": "5.9.121.103",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Falkenstein",
"description": "![[ITA] INFERNO | 2x | PVP | Wipe 2 Volte al Mese](https://i.ibb.co/7NJRkXzF/Gemini-Generated-Image-dqtenndqtenndqte.png)\nWipe 2 volte al mese Compresi i BluePrint\r\n- Tutto 2x Tranne lo Zolfo.\r\n- Team da 4 Persone MAX.\r\n- Protezione Base 48h dopo il wipe.\r\n- Fornaci Automatiche\r\n- Mini Con 4 Posti\r\n- Upgrade della Base Tramite TC\r\n- Notte 3 Minuti\r\n- Vip 1-2-3 tramite RP calcolati sul tempo di gioco\r\n- Vip 1 hai il plugin delle skin\r\n- Vip 2 hai il plugin delle building skin",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780589663,
"last_online": 1780591230,
"icon": null,
"name": "[ITA] INFERNO | 2x | PVP | Wipe 2 Volte al Mese",
"connect": "5.9.121.103:28005",
"request": "5.9.121.103:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1780591230,
"banned": false,
"wipe": 1779391852,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6024,
"language": "de",
"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/11501088");
$data = json_decode($json, true);
var_dump($data);