API für RUST 212 | RUST MOROCCO | SOLO/DUO | RUST MAROC | JUST WIPED

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10870445
json
{
  "response": {
    "modded": true,
    "fps": 152,
    "fps_avg": 143,
    "entities_count": 57703,
    "world_seed": 1812915537,
    "world_size": 3000,
    "steam_id": "90284573448767519",
    "domain": null,
    "id": 10870445,
    "ip": "151.242.106.72",
    "port": 10003,
    "query": 9003,
    "color": 0,
    "city": "Amsterdam",
    "description": "![RUST 212 | RUST MOROCCO | SOLO/DUO | RUST MAROC | JUST WIPED](https://i.ibb.co/CKJS8tMP/connect.png)\n🔥 Welcome to RUST 212 | MOROCCO 🔥 ➤ Vanilla+ Experience (2x Gathering) ➤ SOLO / DUO only (strictly enforced) ➤ Fresh wipes & active development ➤ High performance server (low lag / high FPS) ➤ Active & fair admin team (no abuse) 🧱 Server Features: • 2x Resources (balanced gameplay) • Vanilla gameplay (no pay-to-win) • Fast support & active moderation • Clean environment (no cheaters tolerated) 📅 Wipe Schedule: • Weekly Map Wipe (Friday) • BP Wipe (when needed) • Wipe time: 20:00 (Paris Time) 🌐 Website: http://rust212.com/ 💬 Discord: https://discord.gg/8S3aERWP3t 🎯 Goal: Provide a fair, competitive, and fun Rust experience for everyone. 🔥 Join now and start your adventure on RUST 212 🔥",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776360823,
    "score": 0,
    "last_online": 1776537018,
    "icon": null,
    "name": "RUST 212 | RUST MOROCCO | SOLO/DUO | RUST MAROC | JUST WIPED",
    "connect": "151.242.106.72:10003",
    "request": "151.242.106.72:9003",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 10,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1768318418,
    "last_update": 1776537018,
    "banned": false,
    "wipe": 1776448832,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 891,
    "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/10870445");
$data = json_decode($json, true);
var_dump($data);