API für [US] Rust in Peace - 2x Vanilla Mondays | Shared BPs | Max 8

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/1133586
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 230853,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284354536643608",
    "domain": null,
    "id": 1133586,
    "ip": "104.129.132.98",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Rust in Peace - 2x Vanilla Mondays | Shared BPs | Max 8](https://i.imgur.com/mg5ICKL.png)\nWelcome to Rust in Peace 2x Mondays - Monday Wipes - store.rustinpeace.co (Queue Skip)\r\nKey Features:\r\n- 2x Gather (2.5x Wood, Sulfur)\r\n- 5 Minute Nights\r\n- Shared BPs\r\n- 8 Max Group Size\r\n- Balanced Loot Tables (No Junk Items)\r\n- QoL Improvements (Doesn't effect gameplay)\r\n- FREE Skinbox & Other Features\r\n- Custom events (Cargo Plane, Convoy)\r\n\r\nActive staff (non-playing)\r\nRules listed in discord.gg/rustinpeace",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776166918,
    "score": null,
    "last_online": 1776234011,
    "icon": null,
    "name": "[US] Rust in Peace - 2x Vanilla Mondays | Shared BPs | Max 8",
    "connect": "104.129.132.98:28014",
    "request": "104.129.132.98:28015",
    "map": "Wiped 1 day ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 68,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 87,
    "add_date": 1688933646,
    "last_update": 1776234011,
    "banned": false,
    "wipe": 1776110248,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 297,
    "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/1133586");
$data = json_decode($json, true);
var_dump($data);