La Ville de Nouveau Naufragé | 200K 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286863267425298",
"domain": null,
"id": 11587926,
"ip": "104.250.148.170",
"port": 5598,
"query": 5562,
"project_id": null,
"color": 0,
"city": "Pleasant View",
"description": null,
"game": 885570,
"owner": null,
"boosts": 1,
"last_offline": 1780181641,
"last_online": 1781192448,
"icon": null,
"name": "La Ville de Nouveau Naufragé | 200K",
"connect": "104.250.148.170:5598",
"request": "104.250.148.170:5562",
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": "1.10.0.0",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1779357515,
"last_update": 1781192448,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11587926");
$data = json_decode($json, true);
var_dump($data);