Skip to main content
GET
Search content

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Query Parameters

query
string
required

Search query

Minimum string length: 1
Example:

"khaby.lame"

cursor
string
default:0

Pagination cursor

Example:

"0"

count
integer
default:50

Number of items to fetch (maximum: 100, actual results may vary)

Required range: 1 <= x <= 100
Example:

50

order
enum<string>
default:relevance

Sort order: relevance (default), most-liked, or date-posted

Available options:
relevance,
most-liked,
date-posted
Example:

"relevance"

published
enum<string>
default:all-time

Filter by publish time: all-time (default), yesterday, this-week, this-month, last-3-months, or last-6-months

Available options:
all-time,
yesterday,
this-week,
this-month,
last-3-months,
last-6-months
Example:

"all-time"

Response

Returns the search results

data
object
required