ARK: Survival Evolved
API für AMP Powered ARK: Survival Evolved Server
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11430735json
{
"response": {
"steam_id": "90284103369366538",
"domain": null,
"id": 11430735,
"ip": "152.53.92.227",
"port": 7781,
"query": 27017,
"color": 0,
"city": "Vienna",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1774976594,
"score": 0,
"last_online": 1777063882,
"icon": null,
"name": "AMP Powered ARK: Survival Evolved Server",
"connect": "152.53.92.227:7781",
"request": "152.53.92.227:27017",
"map": "LostIsland",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": true,
"country": "AT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774976594,
"last_update": 1777063882,
"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": 11440,
"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/11430735");
$data = json_decode($json, true);
var_dump($data);