API für 斩首 & 逃离 萌新大佬一起嗨 QQ群:903615998
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286841533506563",
"domain": null,
"id": 11791828,
"ip": "43.248.116.93",
"port": 5000,
"query": 5001,
"project_id": null,
"color": 0,
"city": "Zhenjiang",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1781377322,
"last_online": 1781409772,
"icon": null,
"name": "斩首 & 逃离 萌新大佬一起嗨 QQ群:903615998",
"connect": "43.248.116.93:5000",
"request": "43.248.116.93:5001",
"map": "Malden",
"gamemode": "斩首行动2.1:马尔登 [萌新大佬版]",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781377322,
"last_update": 1781409772,
"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": 4080,
"language": "zh",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11791828");
$data = json_decode($json, true);
var_dump($data);