v1
latestOpenAPI 3.0.32026-07-176925.3 KBLook up entity by Reep ID or Wikidata QID
Deprecated. Prefer POST /batch/resolve with a one-element items array, or GET /search when you only have a name. This endpoint remains functional but is not the recommended path for new integrations.
Exact lookup by Reep ID or Wikidata QID. The ID type is auto-detected:
- reep_p... / reep_t... / reep_c... / reep_l... / reep_s... / reep_m... → Reep ID lookup
- Q... → Wikidata QID lookup (may return multiple records for dual-role people)
Also accepts the legacy ?qid= parameter for backwards compatibility.
get/lookup
Query parameters
idstring required
Reep ID (reep_p...) or Wikidata QID (Q...)
type'player' | 'team' | 'coach' | 'competition' | 'season' | 'match'
Filter by entity type (only needed for QID lookups with dual-role people)
Response
Entity details. When the client asked for a retired reep_id that has a canonical successor, the response body carries the canonical entity's fields with _deprecated, _canonical_id, and _deprecated_at attached. Provider-id lookups (QIDs) redirect silently — no deprecation meta.