Unturned
API for OUTLAW #1 l VANILLA+ l AIRDROPS l 17.03 START
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11386377json
{
"response": {
"steam_id": 85568392935970050,
"domain": null,
"id": 11386377,
"ip": "51.195.53.92",
"port": 27215,
"query": 27215,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776799351,
"score": 0,
"last_online": 1776760875,
"icon": "https://i.ibb.co/FqW9ZHhQ/20bc77c7-9f59-4987-b4d7-c8c6e82cac85.png",
"name": "OUTLAW #1 l VANILLA+ l AIRDROPS l 17.03 START",
"connect": "51.195.53.92:27215",
"request": "51.195.53.92:27215",
"map": "Russia",
"gamemode": "NO HOME/TPA l BULLETDROP OFF l FIRST PERSON",
"version": "3.26.1.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774596269,
"last_update": 1776799351,
"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": 778,
"language": "de",
"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/11386377");
$data = json_decode($json, true);
var_dump($data);