API für WARBANDITS.GG EU 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPE

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10957480
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 175495,
    "world_seed": 450537879,
    "world_size": 3400,
    "steam_id": "90284740402820106",
    "domain": null,
    "id": 10957480,
    "ip": "185.29.166.79",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![WARBANDITS.GG EU 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPE](https://cdn.warbandits.gg/banners/eu5xnobps.jpg)\nWelcome to WarBandits.gg 5x No BPs!  \r\n - 5x Gather Rates \r\n - Instant crafting \r\n - Custom loot tables made for PVP \r\n ✦ Recyclers at additional monuments \r\n ✦ Custom High Performance Maps \r\n - All Blueprints unlocked  \r\n - Long Days & Short Nights \r\n - Active Staff \r\n - Fast Smelt",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773545564,
    "score": 0,
    "last_online": 1776821415,
    "icon": null,
    "name": "WARBANDITS.GG EU 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPE",
    "connect": "185.29.166.79:28010",
    "request": "185.29.166.79:28015",
    "map": "Wiped 11 Hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 55,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 81,
    "add_date": 1768741684,
    "last_update": 1776821415,
    "banned": false,
    "wipe": 1776779849,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 378,
    "language": "nl",
    "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/10957480");
$data = json_decode($json, true);
var_dump($data);