API for Zenix NoWipe / 4 Man / PvP / 15x / Aberration
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286484930432030,
"domain": null,
"id": 11639061,
"ip": "65.21.137.238",
"port": 7797,
"query": 27035,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780329256,
"last_online": 1780341044,
"icon": null,
"name": "Zenix NoWipe / 4 Man / PvP / 15x / Aberration",
"connect": "65.21.137.238:7797",
"request": "65.21.137.238:27035",
"map": "Aberration",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 43,
"add_date": 1779917939,
"last_update": 1780341044,
"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": 624,
"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/11639061");
$data = json_decode($json, true);
var_dump($data);