API für [BETA] Flow Rust | AU 10X | NO BPS | KITS | SHOP

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11189619
json
{
  "response": {
    "modded": true,
    "fps": 188,
    "fps_avg": 187,
    "entities_count": 89559,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90284724822078468",
    "domain": null,
    "id": 11189619,
    "ip": "51.161.199.106",
    "port": 25596,
    "query": 25586,
    "color": 0,
    "city": "North Sydney",
    "description": "![[BETA] Flow Rust | AU 10X | NO BPS | KITS | SHOP](https://i.postimg.cc/mrkZvr2G/2e929fc4-50a0-4088-8f17-25a0899b422b-with-bgc.png)\nFLOW AU 10X | MODDED PVP SERVER\r\n\r\n • 10x Gather Rates\r\n • Instant Craft & Quick Smelt\r\n • Clans System\r\n • Kits (Starter / VIP / Prime / Champion)\r\n • Teleportation (/home /tpr)\r\n • Loot+ & Custom Loot Tables\r\n • Skinbox\r\n • Faster Nights\r\n • Raid & PvP Focused Gameplay\r\n • Active Admins\r\n\r\n Join the Flow and dominate the wipe.\r\n\r\n Website: https://flowrust.net\r\n Discord: https://discord.gg/ScbbSRzSZs",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775352126,
    "score": 0,
    "last_online": 1776828625,
    "icon": null,
    "name": "[BETA] Flow Rust | AU 10X | NO BPS | KITS | SHOP",
    "connect": "51.161.199.106:25596",
    "request": "51.161.199.106:25586",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699062,
    "last_update": 1776828625,
    "banned": false,
    "wipe": 1775179597,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4758,
    "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/11189619");
$data = json_decode($json, true);
var_dump($data);