ARK: Survival Evolved
API für CZ/SK Phobia ScorchedEarth XP5/H3/T7/B10
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4631146json
{
"response": {
"steam_id": "90284722751544337",
"domain": null,
"id": 4631146,
"ip": "88.86.100.21",
"port": 31120,
"query": 32120,
"color": 0,
"city": "Prague",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776741799,
"score": 0,
"last_online": 1776823291,
"icon": null,
"name": "CZ/SK Phobia ScorchedEarth XP5/H3/T7/B10",
"connect": "88.86.100.21:31120",
"request": "88.86.100.21:32120",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1717443798,
"last_update": 1776823291,
"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": 5238,
"language": "cs",
"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/4631146");
$data = json_decode($json, true);
var_dump($data);