API für BASEMATES | 2X | SOLO DUO TRIO QUAD | Wiped 09.03

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10780506
json
{
  "response": {
    "fps": 165,
    "fps_avg": 166,
    "entities_count": 37126,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284699937526792",
    "domain": null,
    "id": 10780506,
    "ip": "37.187.28.4",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Roubaix",
    "description": "![BASEMATES | 2X | SOLO DUO TRIO QUAD | Wiped 09.03](https://www.dropbox.com/scl/fi/av9a0ukwjqqcdlbujyet5/fixed-1.png?rlkey=94cd6u1ei5aupnmfs8azn99fd&st=2ohzgr7s&dl=1)\nWelcome to BASEMATES.NET\r\n\r\nQoL Features:\r\n- 2x Gather Rate\r\n- 2x Recycler Speed\r\n- 2x Crafting Speed\r\n- 2x Smelting Speed\r\n- 2x Loot from NPC/boxes/barrels\r\n- Short Nights\r\n\r\nRules:\r\n- No hacking / scripting / bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No toxicity or racism\r\n\r\nServer Features:\r\n- 24/7 Uptime & Stable Servers\r\n- High Performance & FPS\r\n- Anti-Cheat & Fair Play\r\n- Friendly BaseMates Community\r\n- Vanilla+ Experience\r\n- 2 Wipes a Week\r\n- Active Admins\r\n- DDoS Protection",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775201488,
    "score": 0,
    "last_online": 1776968423,
    "icon": null,
    "name": "BASEMATES | 2X | SOLO DUO TRIO QUAD | Wiped 09.03",
    "connect": "37.187.28.4:28015",
    "request": "37.187.28.4:28017",
    "map": "Wiped 20 days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766872408,
    "last_update": 1776968423,
    "banned": false,
    "wipe": 1775202400,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4304,
    "language": "fr",
    "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/10780506");
$data = json_decode($json, true);
var_dump($data);