Skip to main content
Xbox endpoints accept a gamertag or XUID. POST /search is validation-only: it normalizes the identifier type and does not call Xbox or consume credits.

Search types

Canonical types:
  • gamertag
  • xuid
Aliases:
  • xbox, xbl, and username -> gamertag
  • id, xbox_id, and xuid -> xuid

Endpoint groups

POST /tools/xbox/title-detail also requires a numeric titleId in the body.

Fast path

Validate an input before launching enrichment.
Use /all when you need a complete Xbox profile without full per-title achievements.
Fetch title-specific details separately.