ARK: Survival Evolved
API für HytaleWelten.de ARK: Survival Evolved Server
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11138716json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11138716,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Berlin",
"description": null,
"game": 346110,
"owner": 124805,
"boosts": 1,
"last_offline": 1771653659,
"score": 0,
"last_online": 1770780015,
"icon": null,
"name": "HytaleWelten.de ARK: Survival Evolved Server",
"connect": null,
"request": null,
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": null,
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770537217,
"last_update": 1771653659,
"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": 14379,
"language": "de",
"parked": true,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": {
"username": "Matthias_Brenzel",
"avatar": "dbcdb449-5597-44a4-8eab-de47f27a2f54.jpg",
"last_online": 1775231445
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11138716");
$data = json_decode($json, true);
var_dump($data);