Unturned
API for LTU-[WarZone-Z]Modded-PVP-Rank-Shop-Vault-Kits
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3520345json
{
"response": {
"steam_id": "85568392923379403",
"domain": null,
"id": 3520345,
"ip": "145.239.130.61",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775230932,
"score": null,
"last_online": 1776142223,
"icon": "warzonez.net/starltu.png",
"name": "LTU-[WarZone-Z]Modded-PVP-Rank-Shop-Vault-Kits",
"connect": "145.239.130.61:27015",
"request": "145.239.130.61:27015",
"map": "IslandZ",
"gamemode": null,
"version": "3.26.2.2",
"numplayers": 1,
"maxplayers": 72,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1710781968,
"last_update": 1776142223,
"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": 82,
"language": "fr",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3520345");
$data = json_decode($json, true);
var_dump($data);