API für WILD EU 3X SOLO/DUO/TRIO/QUAD/MAX 5 |LOOT+|BPs+|KITS
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 68931,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286184530620445",
"domain": null,
"id": 7311223,
"ip": "185.248.134.161",
"port": 28015,
"query": 28016,
"color": 0,
"city": "London",
"description": "\nServer Wipe Monday & Friday @ 14:00 UTC\r\nBP Wipe every Friday\r\n\r\nStore : store.wild-rust.com\r\n\r\n - Max Group: 5\r\n - 3x Gather & Resources\r\n - 3x Crafting Speed\r\n - 3x Components & Scrap\r\n - Extended Workbench Range\r\n - Tier 1 BPs Unlocked\r\n - Auto Pickup Loot\r\n - Recyclers++ \r\n - Fast Smelt\r\n - Long Days & Short Nights\r\n - Always Day\r\n - Better TC, SkinBox\r\n - Teleports\r\n - Active Staff\r\n - Ranks Based on Playtime\r\n - Loot ++\r\n\r\nJoin Our Discord: https://discord.gg/wildrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778767381,
"last_online": 1779718827,
"icon": null,
"name": "WILD EU 3X SOLO/DUO/TRIO/QUAD/MAX 5 |LOOT+|BPs+|KITS",
"connect": "185.248.134.161:28015",
"request": "185.248.134.161:28016",
"map": "WILD MAP FPS++",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736803366,
"last_update": 1779718827,
"banned": false,
"wipe": 1778680458,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3421,
"language": "en",
"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/7311223");
$data = json_decode($json, true);
var_dump($data);