API für SUBZERO VANILLA x1 0.5x SULFER | SOLO/DUO/TRIO | NOOB FRIENDLY
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 99916,
"world_seed": 953696863,
"world_size": 4250,
"steam_id": 90286545622053890,
"domain": null,
"id": 9528535,
"ip": "64.40.9.102",
"port": 28049,
"query": 28046,
"color": 0,
"city": "London",
"description": "\nWipes First Thursday Each Month with Forced Wipe & BP - /SKIN Free for Everyone\r\n\r\n<<Overview>>\r\nPVP with Raidable Bases\r\n1x Gather - 0.5x Sulfer - 1x Loot - 1x PlantGrowth - 1x Electricty\r\nNight 10mins Day 50mins \r\nIngame Info available using /info\r\nLanguage in chat should be English\r\nPlugins include - FurnaceSplitter / QuickSmelt /Info\r\n- DeathMessages / Remove /\r\n- Kits / Skinbox\r\n- BuildingSkins / AutoFuel / Instant Craft (except boom)\r\n Active admin who doesn't play the server for fairness.\r\n\r\n<<Check us out >>\r\nDiscord\r\nhttps://discord.gg/NARy2qpc",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780583611,
"last_online": 1780511432,
"icon": null,
"name": "SUBZERO VANILLA x1 0.5x SULFER | SOLO/DUO/TRIO | NOOB FRIENDLY",
"connect": "64.40.9.102:28049",
"request": "64.40.9.102:28046",
"map": "SubZero World",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1750538058,
"last_update": 1780583611,
"banned": false,
"wipe": 1778681573,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10414,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/9528535");
$data = json_decode($json, true);
var_dump($data);