Soulmask
API für 三倍长久稳定PVE服(咕叽咕叽)QQ群2151048734_新版埃
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9677993json
{
"response": {
"steam_id": 90284248936368140,
"domain": null,
"id": 9677993,
"ip": "115.190.35.155",
"port": 8777,
"query": 27015,
"color": 0,
"city": "Beijing",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775947913,
"score": 0,
"last_online": 1776003706,
"icon": null,
"name": "三倍长久稳定PVE服(咕叽咕叽)QQ群2151048734_新版埃",
"connect": "115.190.35.155:8777",
"request": "115.190.35.155:27015",
"map": "DLC_Level01_Main",
"gamemode": "Soulmask",
"version": "1.0.0.0",
"numplayers": 12,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1751666360,
"last_update": 1776003706,
"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": 12,
"language": "zh",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9677993");
$data = json_decode($json, true);
var_dump($data);