API für Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP

Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10347409
json
{
  "response": {
    "fps": 56,
    "fps_avg": 56,
    "entities_count": 105061,
    "world_seed": 1814957568,
    "world_size": 4250,
    "steam_id": "90284212308704282",
    "domain": null,
    "id": 10347409,
    "ip": "156.236.84.197",
    "port": 28120,
    "query": 28121,
    "color": 0,
    "city": "City of London",
    "description": "![Bubble Wrap Rust 3x Main | Noob Friendly | Free VIP](https://cdn3.mapstr.gg/cde6a00412eabc68044ca89cefedb58b.png)\nMODIFIERS:\r\n3x gather | 1x sulfur\r\n3x electric\r\nIncreased turret limit\r\n3x scrap, components, stack sizes\r\n3x crafting, recycling, smelting\r\n50% Upkeep\r\n\r\nPLUGINS INCLUDE:\r\n• Backpacks – players get extra storage in their backpack\r\n• SAM Site Auth – can't be shot down by your own SAMs\r\n• Free Minicopters – /mymini to spawn a mini, minis also spawn on roads\r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash\r\n• Drone marketplaces at Fishing Villages & Ranches\r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n• Starter Kits – spawn with essential supplies on first login\r\n• Map Wipe Polls – vote in Discord\r\n• Leaderboards – in game and online leaderboards\r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account\r\n\r\nSERVER INFO:\r\nMap Wipe: Monthly on the first Thursday of the month\r\nBlueprints: Never wipe\r\nMax Team Size: 4\r\nOffline Protection: 10 minutes after logging off, protection kicks in and you have peace of mind you won't be offline raided for the next 2 days\r\n\r\nDiscord: https://discord.gg/dnF4J8ywzr | VIP: TBC",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775758324,
    "score": 0,
    "last_online": 1775889615,
    "icon": null,
    "name": "Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP",
    "connect": "156.236.84.197:28120",
    "request": "156.236.84.197:28121",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1758526804,
    "last_update": 1775889615,
    "banned": false,
    "wipe": 1775758426,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3887,
    "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/10347409");
$data = json_decode($json, true);
var_dump($data);