ARK: Survival Evolved
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10667409json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10667409,
"ip": "211.101.234.17",
"port": 8412,
"query": 28026,
"color": 0,
"city": "Chiyoda City",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776223272,
"score": 0,
"last_online": 1775979079,
"icon": null,
"name": null,
"connect": null,
"request": "211.101.234.17:28026",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": null,
"private": false,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1764578554,
"last_update": 1776223272,
"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": 13278,
"language": "ja",
"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/10667409");
$data = json_decode($json, true);
var_dump($data);