nomarust LL | JP | Vanilla | Monthly 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 70,
"fps_avg": 60,
"entities_count": 216599,
"world_seed": 1778889714,
"world_size": 6000,
"steam_id": 90286575409259550,
"domain": null,
"id": 11596739,
"ip": "31.57.218.199",
"port": 32015,
"query": 32017,
"color": 0,
"city": "Tokyo",
"description": "Next wipe:2026-06-20_09:00:00(JST)\r\n---\r\nWelcome! nomarust server!\r\n---\r\nMax team size:8\r\nMax players:200\r\nWorld size:6000\r\nWipe schedule:monthly\r\nWipe type: FULL\r\nNext restart/stop time:2026-06-05_09:00:00(JST)\r\nLive Streaming:OK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779927821,
"last_online": 1780566027,
"icon": null,
"name": "nomarust LL | JP | Vanilla | Monthly",
"connect": "31.57.218.199:32015",
"request": "31.57.218.199:32017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779358597,
"last_update": 1780566027,
"banned": false,
"wipe": 1778891272,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1707,
"language": "ja",
"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/11596739");
$data = json_decode($json, true);
var_dump($data);