Skip to main content
GET
Search apps

Authorizations

Authorization
string
header
required

Authorization: Bearer <key>. Used when both headers are present.

Query Parameters

q
string
required

The query, in the console's search syntax.

p
integer
default:1

Page number, starting at 1. Each page holds 50 hits. A page past the end returns an empty hits array. Values below 1 or that are not numbers are treated as 1.

Required range: x >= 1

Response

One page of results.

total
integer
required

Number of apps matching the query, across all pages.

page
integer
required

The page returned, starting at 1.

hits
object[]
required

Up to 50 hits for this page.