ARK: Survival Evolved
API for #29 KNIGHTS 5xXP 8xT 10xH ScorchedEarth [NoWipe][Cross] - (v361
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/573933json
{
"response": {
"steam_id": "90283803433811998",
"domain": null,
"id": 573933,
"ip": "199.83.113.135",
"port": 7887,
"query": 27125,
"color": 0,
"city": "Garland",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775089331,
"score": null,
"last_online": 1776667831,
"icon": null,
"name": "#29 KNIGHTS 5xXP 8xT 10xH ScorchedEarth [NoWipe][Cross] - (v361",
"connect": "199.83.113.135:7887",
"request": "199.83.113.135:27125",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 6,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1668898088,
"last_update": 1776667831,
"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": 1664,
"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/573933");
$data = json_decode($json, true);
var_dump($data);