API für CityCluster-14-LostIsland-10xBreed-5xFarmXP-NoDecay
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286602985265178",
"domain": null,
"id": 10482055,
"ip": "178.25.188.112",
"port": 9788,
"query": 9790,
"project_id": null,
"color": 0,
"city": "Erlenbach am Main",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780593802,
"last_online": 1781356904,
"icon": null,
"name": "CityCluster-14-LostIsland-10xBreed-5xFarmXP-NoDecay",
"connect": "178.25.188.112:9788",
"request": "178.25.188.112:9790",
"map": "LostIsland",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1761121036,
"last_update": 1781356904,
"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": 6352,
"language": "de",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10482055");
$data = json_decode($json, true);
var_dump($data);