ARK: Survival Evolved
API for DawnstarPvEAberrationAllEngramsCluster
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5157372json
{
"response": {
"steam_id": "90284724926239745",
"domain": null,
"id": 5157372,
"ip": "45.92.38.36",
"port": 27045,
"query": 27046,
"color": 0,
"city": "Stockholm",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776747800,
"score": 0,
"last_online": 1776806533,
"icon": null,
"name": "DawnstarPvEAberrationAllEngramsCluster",
"connect": "45.92.38.36:27045",
"request": "45.92.38.36:27046",
"map": "Aberration",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1720952529,
"last_update": 1776806533,
"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": 5741,
"language": "sv",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5157372");
$data = json_decode($json, true);
var_dump($data);