Skip to main content
GET
Search the reviewed catalogue

Authorizations

Authorization
string
header
required

A pc_… token generated from Settings > API & MCP.

Query Parameters

categories
string[]

Category slugs. Several widen the result rather than narrowing it.

Maximum array length: 9
cursor
string

From a previous page's nextCursor. Opaque: do not construct one.

Maximum string length: 512
limit
integer
default:24

How many to return. The app asks for one page at a time.

Required range: 1 <= x <= 48
query
string

Free text over name, summary, publisher handle and declared integrations.

Maximum string length: 200

Response

Success.

listings
object[]
required
total
integer
required

Matches before limit is applied.

Required range: -9007199254740991 <= x <= 9007199254740991
nextCursor
string | null
required

Opaque cursor for the next page, or null.