API für 木卫二武装集团~PVP专服~交流群934132626
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90285330709648395",
"domain": null,
"id": 11587618,
"ip": "222.187.254.125",
"port": 16553,
"query": 16554,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1779357463,
"last_online": 1779785428,
"icon": null,
"name": "木卫二武装集团~PVP专服~交流群934132626",
"connect": "222.187.254.125:16553",
"request": "222.187.254.125:16554",
"map": "派系工艺 抢滩登陆2.4.1",
"gamemode": "sandbox",
"version": "1.12.7.0",
"numplayers": 3,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1779357463,
"last_update": 1779785428,
"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": 24,
"language": "zh",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11587618");
$data = json_decode($json, true);
var_dump($data);