API für World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES

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/7965998
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 44973,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284197410496514",
    "domain": null,
    "id": 7965998,
    "ip": "168.100.160.17",
    "port": 29015,
    "query": 29017,
    "color": 0,
    "city": "Ashburn",
    "description": "![World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES](https://cdn3.mapstr.gg/c1d8db6196155148ec1f7ac9c1729cf2.jpg)\n★ SLAYERS.GG 1000x | Perfectly Modded for Clan Warfare! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI and Roaming Zombies! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• FLY PLANES! Starwars, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775905816,
    "icon": null,
    "name": "World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES",
    "connect": "168.100.160.17:29015",
    "request": "168.100.160.17:29017",
    "map": "Fly Jets, Planes and UFOs!",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741001247,
    "last_update": 1775905816,
    "banned": false,
    "wipe": 1775151640,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3706,
    "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/7965998");
$data = json_decode($json, true);
var_dump($data);