ARK: Survival Evolved
API for unofficial-lostisland-748
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8645069json
{
"response": {
"steam_id": "90284722757280793",
"domain": null,
"id": 8645069,
"ip": "83.87.192.232",
"port": 51504,
"query": 51506,
"color": 0,
"city": "'s-Hertogenbosch",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776741799,
"score": 0,
"last_online": 1776833437,
"icon": null,
"name": "unofficial-lostisland-748",
"connect": "83.87.192.232:51504",
"request": "83.87.192.232:51506",
"map": "LostIsland",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1745435816,
"last_update": 1776833437,
"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": 2675,
"language": "nl",
"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/8645069");
$data = json_decode($json, true);
var_dump($data);