Skip to main content
GET
Search users

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

q
string
required

Search query

Minimum string length: 1
Example:

"askreddit"

count
integer
default:25

Number of users to fetch (maximum: 100)

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

25

cursor
string

Pagination cursor

Example:

"0"

Response

Returns matching users

data
object
required