API für [EU] Masters 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS |

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10740602
json
{
  "response": {
    "fps": 17,
    "fps_avg": 16,
    "entities_count": 250581,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284727073716230",
    "domain": null,
    "id": 10740602,
    "ip": "31.56.81.22",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![[EU] Masters 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS |](https://i.ibb.co/JwbS0GH1/eu-10x.png)\nWelcome to The Masters\r\n\r\n- https://discord.gg/the-masters\r\n\r\n- PVE Server - Clans\r\n- Bug abuse results in a ban, Report and be rewarded\r\n- Friendly community, ideal for beginners or those seeking a peaceful experience\r\n- Commands /mymini /nv /top /shop /homes /clans\r\n- Raidable Bases at various levels for training\r\n- Skill Tree with many abilities\r\n- Epic Loot with sets that make your gameplay much more immersive\r\n- Integrated monetary system with several in-game advantages\r\n- VIP System, Kits and Unlocked Skins.\r\n- Exclusive Building Skins\r\n- Better TC and Better NPC for greater control and challenge\r\n- Bradley with custom drops\r\n- Heli using signal flares for strategic battles\r\n- Shop with useful items for your journey\r\n- Fast and practical Teleport System\r\n\r\n- Biweekly wipe.\r\n- Map Size: 4000",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776353027,
    "score": 0,
    "last_online": 1776828615,
    "icon": null,
    "name": "[EU] Masters 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS |",
    "connect": "31.56.81.22:28015",
    "request": "31.56.81.22:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 20,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1766250719,
    "last_update": 1776828615,
    "banned": false,
    "wipe": 1776353125,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 528,
    "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/10740602");
$data = json_decode($json, true);
var_dump($data);