API für 🎀【童话镇】🎀雨林-互通-3采3经-永不删档-无�
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286311917726732",
"domain": null,
"id": 11575314,
"ip": "183.134.19.110",
"port": 8777,
"query": 8776,
"project_id": null,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1780293247,
"last_online": 1780691455,
"icon": null,
"name": "🎀【童话镇】🎀雨林-互通-3采3经-永不删档-无�",
"connect": "183.134.19.110:8777",
"request": "183.134.19.110:8776",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1779356786,
"last_update": 1780691455,
"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": 568,
"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/11575314");
$data = json_decode($json, true);
var_dump($data);