Dark and Light
API for 妹妹PVE 自动炉 5年老服 重磅回归 - (v100.54351)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11393596json
{
"response": {
"steam_id": "90283406774840349",
"domain": null,
"id": 11393596,
"ip": "110.16.72.70",
"port": 27010,
"query": 27015,
"color": 0,
"city": "Zhangzhou",
"description": null,
"game": 529180,
"owner": null,
"boosts": 1,
"last_offline": 1774596829,
"score": 0,
"last_online": 1776784834,
"icon": null,
"name": "妹妹PVE 自动炉 5年老服 重磅回归 - (v100.54351)",
"connect": "110.16.72.70:27010",
"request": "110.16.72.70:27015",
"map": "DNL_ALL",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 4,
"maxplayers": 88,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1774596829,
"last_update": 1776784834,
"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": 79,
"language": "zh",
"parked": false,
"app": {
"id": 180,
"steam_id": 529180,
"name": "Dark and Light",
"url": "dark-and-light"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11393596");
$data = json_decode($json, true);
var_dump($data);