ARK: Survival Evolved
API for [17/04] LIGHT-PVEX100-PRIMAL-ETERNAL-CROPS-KITS-CLUSTER 1/3 - (
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/838472json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 838472,
"ip": "46.4.33.217",
"port": 7780,
"query": 28000,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776419625,
"score": null,
"last_online": 1776439271,
"icon": null,
"name": "[17/04] LIGHT-PVEX100-PRIMAL-ETERNAL-CROPS-KITS-CLUSTER 1/3 - (",
"connect": "46.4.33.217:7780",
"request": "46.4.33.217:28000",
"map": null,
"gamemode": "ARK: Survival Evolved",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684413378,
"last_update": 1776439271,
"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": 4554,
"language": "de",
"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/838472");
$data = json_decode($json, true);
var_dump($data);