API für UnderTheRadar's PvE |California 2|AntiGrief
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286296847014923",
"domain": null,
"id": 11630516,
"ip": "91.99.32.135",
"port": 25612,
"query": 25612,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1780549351,
"icon": "https://i.imgur.com/xMj1hVl.jpeg",
"name": "UnderTheRadar's PvE |California 2|AntiGrief",
"connect": "91.99.32.135:25612",
"request": "91.99.32.135:25612",
"map": "California2",
"gamemode": "Home|Garage|TPA|Vault|Challenges|Battlepass",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916691,
"last_update": 1780549351,
"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": 1100,
"language": "de",
"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/11630516");
$data = json_decode($json, true);
var_dump($data);