ARK: Survival Evolved
API für [UA/EU/RU]ArkGlobal 2 X10 PVE [Cluster][No Mods]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10858847json
{
"response": {
"steam_id": "90284344324558876",
"domain": null,
"id": 10858847,
"ip": "91.98.182.81",
"port": 27066,
"query": 27065,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776141716,
"score": 0,
"last_online": 1776196222,
"icon": null,
"name": "[UA/EU/RU]ArkGlobal 2 X10 PVE [Cluster][No Mods]",
"connect": "91.98.182.81:27066",
"request": "91.98.182.81:27065",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1768315745,
"last_update": 1776196222,
"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": 1912,
"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/10858847");
$data = json_decode($json, true);
var_dump($data);