API für WEREWOLF GAMING.CO 3x Solo/Duo/Trio/Quad|Loot X3| JUST WIPED

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/570408
json
{
  "response": {
    "steam_id": 90284740224117780,
    "domain": null,
    "id": 570408,
    "ip": "64.52.81.123",
    "port": 28037,
    "query": 28035,
    "color": 0,
    "city": "Poplar",
    "description": "![WEREWOLF GAMING.CO 3x Solo/Duo/Trio/Quad|Loot X3| JUST WIPED](https://dunb17ur4ymx4.cloudfront.net/wysiwyg/947169/d11b370a981d2a86d4e30e5f1b52c151656c1e75.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x Quad\r\n▶Max Group: 4\r\n▶3x Gather Rates|3x Crafting Speed|3x Components\r\n▶FREE Skinbox\r\n▶High Performance Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776543799,
    "score": null,
    "last_online": 1776825615,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 3x Solo/Duo/Trio/Quad|Loot X3| JUST WIPED",
    "connect": "64.52.81.123:28037",
    "request": "64.52.81.123:28035",
    "map": "Server WIPED 12 HOURS AGO",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 67,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 82,
    "add_date": 1668892622,
    "last_update": 1776825615,
    "banned": false,
    "wipe": 1776779682,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 352,
    "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/570408");
$data = json_decode($json, true);
var_dump($data);