API für Schlachtpalast_GER|ENG_PvP|6-Teams|AntiOffline
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 42,
"fps_avg": 40,
"entities_count": 104523,
"world_seed": 698503246,
"world_size": 4000,
"steam_id": "90286577218580496",
"domain": null,
"id": 442358,
"ip": "37.120.183.139",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Nuremberg",
"description": "\nWelcome! Willkommen!\r\nMontly wipe cycle. Map Size: 4000.\r\nWe offer: Slightly more loot and a bit higher gather rate. PVP everywhere but with raid times and offline raid protection.\r\nSpecial drops, clan system, raidable custom bases, bad ass airfield and harbour guards with good loot, clan limit is 6 players.\r\nQuality of live mods: teleportation, bigger backpacks, remover tool, auto auth, sign artist, skip night and many more.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780031017,
"last_online": 1780552225,
"icon": null,
"name": "Schlachtpalast_GER|ENG_PvP|6-Teams|AntiOffline",
"connect": "37.120.183.139:28015",
"request": "37.120.183.139:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779629,
"last_update": 1780552225,
"banned": false,
"wipe": 1778177378,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1225,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/442358");
$data = json_decode($json, true);
var_dump($data);