Hemos migrado nueva ip discord RUSTAÑA 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11189086
json
{
  "response": {
    "fps": 47,
    "fps_avg": 47,
    "entities_count": 134452,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285199128624131",
    "domain": null,
    "id": 11189086,
    "ip": "141.94.99.89",
    "port": 27026,
    "query": 27029,
    "color": 0,
    "city": "Gravelines",
    "description": "![[ESP/EU] RUSTAÑA PVE | Monthly|No Limit|Custom Vehicles|Atlant](https://i.postimg.cc/B63ZvWkK/pve-tematico-mensual.png)\nBienvenidos a Rustaña PVE, una nueva generación de servidor PVE con mapas temáticos únicos.\r\nWipes mensuales y sin límite de equipo: ven con tus amigos, da igual cuántos seáis.\r\nAquí venimos a reírnos, disfrutar, rolear y darle guerra a la IA.\r\nDisponemos de vehículos custom de Karuza: aviones, tanques, jeeps y mucho más. ¿Te atreves a probarlos?\r\nAdministración activa.\r\n¿Dudas o ayuda? ¡Únete a nuestro Discord!\r\n\r\nWelcome to Rustaña PVE, a new generation PVE server with unique themed maps.\r\nMonthly wipes and no team limits: bring your friends, it doesn’t matter how many you are.\r\nHere we come to have fun, roleplay, enjoy the game and fight against the AI.\r\nWe have custom Karuza vehicles available: planes, tanks, jeeps and much more. Dare to try them?\r\nActive administration.\r\nNeed help or have questions? Join our Discord!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777618991,
    "score": 0,
    "last_online": 1777637419,
    "icon": null,
    "name": "Hemos migrado nueva ip discord RUSTAÑA",
    "connect": "141.94.99.89:27026",
    "request": "141.94.99.89:27029",
    "map": "Atlanta-WalkingDead",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 1,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699031,
    "last_update": 1777637419,
    "banned": false,
    "wipe": 1775152787,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4612,
    "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/11189086");
$data = json_decode($json, true);
var_dump($data);