ARK: Survival Evolved
API for [TR] ARKTURKIYE 10x PVE KIT/SHOP/NOWIPE/CROSS-IS
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/830348json
{
"response": {
"steam_id": "90284797360640017",
"domain": null,
"id": 830348,
"ip": "176.88.249.64",
"port": 27080,
"query": 27082,
"color": 0,
"city": "Pendik",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776259914,
"score": null,
"last_online": 1776837137,
"icon": null,
"name": "[TR] ARKTURKIYE 10x PVE KIT/SHOP/NOWIPE/CROSS-IS",
"connect": "176.88.249.64:27080",
"request": "176.88.249.64:27082",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684409815,
"last_update": 1776837137,
"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": 4014,
"language": "tr",
"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/830348");
$data = json_decode($json, true);
var_dump($data);