Skip to main content
GET
Search developers

Authorizations

Authorization
string
header
required

The access_token returned by POST /oauth2/token, sent as Authorization: Bearer <access_token>. It is an opaque string, not a JWT.

Query Parameters

limit
integer
default:50

Page size, default 50, clamped to 200. meta.limit echoes the value actually applied, not what was asked for.

Required range: 1 <= x <= 200
offset
integer
default:0

Records to skip.

Required range: x >= 0

Search term. Aliases q and query are accepted for the same value.

q
string

Alias for search.

query
string

Alias for search.

sort
string

CSV of sort keys, most significant first; each may carry its own direction (name:desc, -name). Unknown keys are ignored.

Example:

"popular:desc,name:asc"

order
enum<string>
default:asc

Default direction for sort keys that do not carry one.

Available options:
asc,
desc

Omit for all enabled developers; true / false filters by the popular flag.

Available options:
true,
false

Response

Developers, offset-paged.

data
object[]
meta
object

Offset paging envelope. limit echoes the value actually applied after clamping, not what was asked for.