BETA|OryxCity | 30K Start Logement 100€ |Fast DL|PDG&Staff 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286526083329049",
"domain": null,
"id": 11587898,
"ip": "82.25.200.111",
"port": 20243,
"query": 20228,
"project_id": null,
"color": 0,
"city": "Aubervilliers",
"description": null,
"game": 885570,
"owner": null,
"boosts": 1,
"last_offline": 1781100219,
"last_online": 1780437045,
"icon": null,
"name": "BETA|OryxCity | 30K Start Logement 100€ |Fast DL|PDG&Staff",
"connect": "82.25.200.111:20243",
"request": "82.25.200.111:20228",
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": "1.10.0.0",
"numplayers": 0,
"maxplayers": 45,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357514,
"last_update": 1781100219,
"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": 61,
"language": "fr",
"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/11587898");
$data = json_decode($json, true);
var_dump($data);