API für KLSD-S1
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90286211468940290,
"domain": null,
"id": 11587988,
"ip": "103.91.210.218",
"port": 35189,
"query": 54112,
"color": 0,
"city": "Jinan",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1779357523,
"last_online": 1779851439,
"icon": null,
"name": "KLSD-S1",
"connect": "103.91.210.218:35189",
"request": "103.91.210.218:54112",
"map": "Isle V3",
"gamemode": "Survival",
"version": "0.1.53.3",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1779357523,
"last_update": 1779851439,
"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": 44,
"language": "zh",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11587988");
$data = json_decode($json, true);
var_dump($data);