ARK: Survival Evolved
API für ARKEOPOLIS x4 The Center Beginner PvE
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/2167489json
{
"response": {
"steam_id": "90284731267512328",
"domain": null,
"id": 2167489,
"ip": "179.41.0.193",
"port": 7807,
"query": 27022,
"color": 0,
"city": "Buenos Aires",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776675801,
"score": null,
"last_online": 1776837040,
"icon": null,
"name": "ARKEOPOLIS x4 The Center Beginner PvE",
"connect": "179.41.0.193:7807",
"request": "179.41.0.193:27022",
"map": "TheCenter",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1702422934,
"last_update": 1776837040,
"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": 3641,
"language": "es",
"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/2167489");
$data = json_decode($json, true);
var_dump($data);