ARK: Survival Evolved
API für #13 TLA [10x- JUST WIPED!! -mods-shop-all maps]
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10164210json
{
"response": {
"steam_id": "90284129186567187",
"domain": null,
"id": 10164210,
"ip": "144.217.252.20",
"port": 7849,
"query": 27051,
"color": 0,
"city": "Beauharnois",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1774720337,
"score": 0,
"last_online": 1775780475,
"icon": null,
"name": "#13 TLA [10x- JUST WIPED!! -mods-shop-all maps]",
"connect": "144.217.252.20:7849",
"request": "144.217.252.20:27051",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 25,
"maxplayers": 99,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756246479,
"last_update": 1775780475,
"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": 4127,
"language": "en",
"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/10164210");
$data = json_decode($json, true);
var_dump($data);