API für BOOKMARK NEW IP - 178.32.109.170:25566 - COME JOIN US!

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/10571087
json
{
  "response": {
    "fps": 100,
    "fps_avg": 98,
    "entities_count": 96652,
    "world_seed": 1122626401,
    "world_size": 3750,
    "steam_id": "90284212314610717",
    "domain": null,
    "id": 10571087,
    "ip": "57.129.45.171",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![0  FUCKS  GIVEN! 10X • PVP • PVE [MyMini|Kits|Shop|TP] 4/2](https://tyler.gg/0fg.jpg)\nJoin 0FG.CA/DISCORD & 0FG.CA/STEAM For Perks!\r\n\r\n✓ 10X Gather / 10X Sulfur / 10X Loot (Junk Removed)\r\n✓ Offline Protection \r\n✓ Higher Stack Sizes\r\n✓ Instant Recycling/Crafting\r\n✓ Boosted Loot Tables\r\n✓ No Electricity Required\r\n✓ Waterless Sprinklers\r\n✓ No BPs\r\n✓ /MyMini (2 Minute CoolDown) For Everyone\r\n✓ Leaderboard + Loyalty Ranks\r\n✓ Bonus Kits (/kit)\r\n✓ Added Shop (/shop)\r\n✓ Purchase Vehicles With Scrap (/vb)\r\n✓ Anti-Cheat Measures Active (Appeal on 0FG.CA/DISCORD)\r\n✓ Active Non-Playing Owner (Friendly too!)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775587670,
    "score": 0,
    "last_online": 1775907016,
    "icon": null,
    "name": "BOOKMARK NEW IP - 178.32.109.170:25566 - COME JOIN US!",
    "connect": "57.129.45.171:28015",
    "request": "57.129.45.171:27017",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762847003,
    "last_update": 1775907016,
    "banned": false,
    "wipe": 1775152800,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4262,
    "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/10571087");
$data = json_decode($json, true);
var_dump($data);