ARK: Survival Evolved
API for BlackBerry No-Mods X10 [G2N][CLUSTER]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11101819json
{
"response": {
"steam_id": "90284541153049619",
"domain": null,
"id": 11101819,
"ip": "95.217.117.164",
"port": 33030,
"query": 31030,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776389021,
"score": 0,
"last_online": 1776642039,
"icon": null,
"name": "BlackBerry No-Mods X10 [G2N][CLUSTER]",
"connect": "95.217.117.164:33030",
"request": "95.217.117.164:31030",
"map": "Gen2",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1770029800,
"last_update": 1776642039,
"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": 3051,
"language": "fi",
"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/11101819");
$data = json_decode($json, true);
var_dump($data);