Zenless Zone Zero

Endpoint publik untuk data ZZZ — agent, w-engine, drive disc, bangboo, mindscape.

Semua endpoint di-scoped {game}=zzz. Data source: showcase pipeline internal DYOGG.

Endpoint

GET /v1/player/zzz/{uid}

Player overview + agent showcase.

Path params

NamaTipeRequiredDeskripsi
uidstringUID ZZZ — 9-10 digit.

Query params

NamaTipeDefaultDeskripsi
include_detailbooleantrueInclude w-engine + drive disc + core skill.
langstringenen, id, ja, zh-cn.

Response 200

{
  "data": {
    "uid": "1003970424",
    "game": "zzz",
    "nickname": "Lost",
    "level": 60,
    "signature": "Proxy of the New Eridu",
    "profile_picture_url": "https://cdn.dyogg.com/zzz/pfps/IconInterKnotRole0029.png",
    "showcase": [
      {
        "agent_id": 1371,
        "name": "Yixuan",
        "element": "Ether",
        "specialty": "Rupture",
        "level": 60,
        "mindscape": 6,
        "ascension": 6,
        "core_skill": "F",
        "w_engine": { "id": 14371, "name": "Qingming Birdcage", "level": 60, "upgrade": 5 },
        "drive_discs": [ /* 6 disc slots */ ],
        "skills": [
          { "id": "basic", "level": 12 },
          { "id": "special", "level": 12 },
          { "id": "dash", "level": 1 },
          { "id": "ultimate", "level": 12 },
          { "id": "core", "level": 7 },
          { "id": "assist", "level": 10 }
        ]
      }
    ]
  },
  "meta": { "cache": "hit", "ttl_seconds": 52 }
}

GET /v1/agent/zzz/{agent_id}

Agent metadata — element (attribute), specialty, faction, ascension curve, mindscape descriptions.


GET /v1/w-engine/zzz/{w_engine_id}

W-Engine metadata — specialty compat, base stats curve, phase passive (P1–P5).


GET /v1/drive-disc/zzz/set/{suite_id}

Drive disc set — 2pc/4pc bonus, main-affix per slot (1–6), sub-affix pool.


GET /v1/bangboo/zzz/{bangboo_id}

Bangboo metadata — rarity, active/passive skill, cost, chain interaction.


GET /v1/mindscape/zzz/{agent_id}

Full mindscape tree M1-M6 + core skill A-F unlock condition.


Konvensi ZZZ

  • W-Engine bukan weapon — response pakai w_engine, phase (bukan refinement).
  • Specialty enum: Attack, Anomaly, Stun, Support, Defense, Rupture (Yixuan).
  • Element enum: Physical, Fire, Ice, Electric, Ether.
  • Mindscape = konstelasi/eidolon equivalent (M1-M6).
  • Core Skill = talent progression (A-F, unlock via material upgrade).