Skip to main content
Roblox endpoints accept a username or numeric user ID. POST /search is validation-only: it normalizes the identifier type and does not call Roblox or consume credits.

Search types

Canonical types:
  • username
  • user_id
Aliases:
  • roblox and user -> username
  • id, roblox_id, and userid -> user_id
Roblox profile URLs such as https://www.roblox.com/users/123/profile are normalized to user_id.

Endpoint groups


Fast path

Validate an input before launching enrichment.
Use /all when you need the complete Roblox account snapshot.

Availability

Roblox routes use public provider APIs and do not require a provider secret in V1. If resolve fails, enriched routes return an error. In /all, secondary collector failures are returned in data.partialErrors.

Caching

Provider responses are cached by collector and normalized identifier or user ID. Cache entries reduce repeated provider calls and do not change route pricing.