ARK: Survival Evolved
API für [XM100] X5ALL PVE VN (EPICvsSTEAM) Clus
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1621958json
{
"response": {
"steam_id": "90281971988171781",
"domain": null,
"id": 1621958,
"ip": "14.241.190.115",
"port": 7030,
"query": 27014,
"color": 0,
"city": "Tây Ninh",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776215513,
"score": null,
"last_online": 1776807636,
"icon": null,
"name": "[XM100] X5ALL PVE VN (EPICvsSTEAM) Clus",
"connect": "14.241.190.115:7030",
"request": "14.241.190.115:27014",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 8,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "VN",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1698318788,
"last_update": 1776807636,
"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": 2604,
"language": "vi",
"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/1621958");
$data = json_decode($json, true);
var_dump($data);