Unturned
API für Cybrancee hosted Server
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11173077json
{
"response": {
"steam_id": "85568392935711011",
"domain": null,
"id": 11173077,
"ip": "157.180.56.230",
"port": 10010,
"query": 10010,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1774137716,
"score": 0,
"last_online": 1776721943,
"icon": "https://gspics.org/images/2025/11/25/IQQDzE.png",
"name": "Cybrancee hosted Server",
"connect": "157.180.56.230:10010",
"request": "157.180.56.230:10010",
"map": "Sicily",
"gamemode": "THE BEST SERVER IN UNTURNED!",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229136,
"last_update": 1776721943,
"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": "fi",
"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/11173077");
$data = json_decode($json, true);
var_dump($data);