Unturned
API für an.gg #2 | Polaris【5x Loot・Kits・Vaults・JUST WIPED】
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11173087json
{
"response": {
"steam_id": "85568392927323933",
"domain": null,
"id": 11173087,
"ip": "162.245.187.26",
"port": 27030,
"query": 27030,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1776810643,
"icon": "https://cdn.astronet.gg/assets/image/64/icon.png",
"name": "an.gg #2 | Polaris【5x Loot・Kits・Vaults・JUST WIPED】",
"connect": "162.245.187.26:27030",
"request": "162.245.187.26:27030",
"map": "A6 Polaris",
"gamemode": "5X • KITS • TPA • VAULT • MAXSKILLS",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229137,
"last_update": 1776810643,
"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": 480,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11173087");
$data = json_decode($json, true);
var_dump($data);