ARK: Survival Evolved
API für Kitty Cats
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/722031json
{
"response": {
"steam_id": "90280025145098262",
"domain": null,
"id": 722031,
"ip": "64.74.161.164",
"port": 7807,
"query": 27055,
"color": 0,
"city": "Pointe-Claire",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": null,
"last_online": 1775760662,
"icon": null,
"name": "Kitty Cats",
"connect": "64.74.161.164:7807",
"request": "64.74.161.164:27055",
"map": "TheCenter",
"gamemode": "TestGameMode_C",
"version": "357.4",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1672179523,
"last_update": 1775760662,
"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": 5067,
"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/722031");
$data = json_decode($json, true);
var_dump($data);