Search performs a full-text search across all content types in the catalog. Results can be filtered by content type and scoped to a specific market.
Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access without user context. Optional if Authorization is provided.
"ang_live_..."
Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.
"ar"
The search query string. Must not be empty.
Optional content type filters to narrow results. If empty, all content types are searched.
Optional market/region code to scope results (e.g., "LB", "SA"). If empty, the server uses the caller's default market.
Maximum number of items to return per page (1-100, default 20).
Opaque page token from a previous response. Omit for the first page.