[EU] Rust-France - 2x vanilla | Solo ONLY | FULLWIPED 28/04 28. 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/2616870
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 67909,
    "world_seed": 1420805976,
    "world_size": 3500,
    "steam_id": "90285082371626009",
    "domain": null,
    "id": 2616870,
    "ip": "54.37.46.40",
    "port": 28032,
    "query": 28035,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] Rust-France - 2x vanilla | Solo ONLY | FULLWIPED 28/04 28.](https://rust-france.net/img/2xsoloonly.jpg?v=2)\nFULLWIPE: Tuesday 6PM (CET/CEST) / Saturday 6PM (CET/CEST)\r\nFULLWIPE: Mardi 18H (CET/CEST) / Samedi 18H (CET/CEST)\r\n\r\n--- Français ---\r\nRust-France - 2x Vanilla • SOLO ONLY\r\n\r\n- Team max : 1\r\n- Récolte x2 • Craft x2 • Loot x2 • Recycler x2\r\n- Tier 1 BPs et composants électriques débloqués\r\n- Smelt x2 • Nuit raccourcie\r\n- Pas de kit • Pas de TP\r\n- Alliances interdites\r\n- Autokick : VAC < 3 mois ou ≥ 1 VAC ban\r\n- Comptes Steam niveau 0 refusés\r\n\r\nToute personne jouant sur le serveur doit connaître et respecter les règles sous peine de sanction.\r\n\r\n--- English ---\r\nRust-France - 2x Vanilla • SOLO ONLY\r\n\r\n- Max team: 1\r\n- 2x Gather • 2x Craft • 2x Loot • 2x Recycler\r\n- Tier 1 BPs & electricals unlocked\r\n- 2x Quick Smelt • Faster night\r\n- No kit • No TP\r\n- Alliances prohibited\r\n- Autokick: VAC ban within 3 months or 1+ VAC bans\r\n- Level 0 Steam accounts are not accepted\r\n\r\nAnyone playing on the server must know and follow the rules under penalty of sanction.\r\n\r\n--- Liens / Links ---\r\nWebsite: https://rust-france.net\r\nDiscord: https://discord.gg/rust-france\r\nSteam: https://steamcommunity.com/groups/rustfrancecommunity",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777392203,
    "score": null,
    "last_online": 1777646421,
    "icon": null,
    "name": "[EU] Rust-France - 2x vanilla | Solo ONLY | FULLWIPED 28/04 28.",
    "connect": "54.37.46.40:28032",
    "request": "54.37.46.40:28035",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1705779942,
    "last_update": 1777646421,
    "banned": false,
    "wipe": 1777392513,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2914,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/2616870");
$data = json_decode($json, true);
var_dump($data);