API für Unturned MountHost Server
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392935885872",
"domain": null,
"id": 11578778,
"ip": "124.198.145.78",
"port": 27015,
"query": 27015,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780351448,
"last_online": 1780595544,
"icon": "https://peekseek.net/public/img/logo.png/",
"name": "Unturned MountHost Server",
"connect": "124.198.145.78:27015",
"request": "124.198.145.78:27015",
"map": "Alpha Valley",
"gamemode": "Queue on PeekSeek.net",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356937,
"last_update": 1780595544,
"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": 1057,
"language": "pt",
"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/11578778");
$data = json_decode($json, true);
var_dump($data);