Skip to main content
GET
Search catalog
Pilot API — Available on Sandbox only at this stage. Endpoint is under active development and may change without notice. Not yet available in production.

Query Parameters

q
string
required

Search query string.

Maximum string length: 200
page
integer
default:1

Page number (starts from 1).

Required range: x >= 1
limit
integer
default:10

Results per group (default 10, max 50).

Required range: 1 <= x <= 50

Response

200 - application/json

Grouped search results.

Standard API response envelope used by all Catalog endpoints.

code
integer

Response code. 80000000 indicates success.

Example:

80000000

msg
string

Human-readable status message.

Example:

"success"

data
any

Response payload. Shape varies per endpoint.

timestamp
integer

UNIX timestamp in milliseconds.

Example:

1772530828000