ARK: Survival Evolved
API for Ethereal Dominion - PvE - Genesis: Part 2
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3689639json
{
"response": {
"steam_id": "90284733316749343",
"domain": null,
"id": 3689639,
"ip": "74.204.80.18",
"port": 7714,
"query": 27007,
"color": 0,
"city": "Chicago",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776422618,
"score": null,
"last_online": 1776821431,
"icon": null,
"name": "Ethereal Dominion - PvE - Genesis: Part 2",
"connect": "74.204.80.18:7714",
"request": "74.204.80.18:27007",
"map": "Gen2",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 9,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1712096836,
"last_update": 1776821431,
"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": 1179,
"language": "en",
"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/3689639");
$data = json_decode($json, true);
var_dump($data);