Unturned
API für Unturned Rainbow 6 Dark Edition
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7392133json
{
"response": {
"steam_id": "85568392935910546",
"domain": null,
"id": 7392133,
"ip": "74.217.200.28",
"port": 27030,
"query": 27030,
"color": 0,
"city": "Hong Kong",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1777685591,
"score": 0,
"last_online": 1778592044,
"icon": "https://i.imgur.com/J2EIjOX.jpeg",
"name": "Unturned Rainbow 6 Dark Edition",
"connect": "74.217.200.28:27030",
"request": "74.217.200.28:27030",
"map": "Oregon Y5.4",
"gamemode": "Rainbow 6 Verson 5.5 [March 20th 2019]",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "HK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1737067642,
"last_update": 1778592044,
"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": 201,
"language": "zh",
"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/7392133");
$data = json_decode($json, true);
var_dump($data);