API reference
List Apis
GET /v1/catalog
/v1/catalogLists active public APIs only. API handles include the @ prefix; each method supplies its callable operation and human-readable label.
Authentication
This endpoint does not require an API key.
Parameters
| Name | Location | Required | Type | Description |
|---|---|---|---|---|
query | query | No | string | |
cursor | query | No | string | |
category | query | No | "ai" · "blockchain" · "commerce" · "communication" · "data" · "developer-tools" · "documents" · "education" · "energy" · "entertainment" · "finance" · "food" · "government" · "health" · "identity" · "jobs" · "legal" · "logistics" · "maps" · "marketing" · "media" · "news" · "payments" · "productivity" · "real-estate" · "science" · "search" · "security" · "social" · "sports" · "storage" · "travel" · "weather" · "other" | |
api | query | No | string | |
limit | query | No | integer | |
sort | query | No | "relevant" · "popular" · "newest" · "updated" | |
max_cost_credits | query | No | number | Maximum estimated cost per call in credits. |
Responses
200
Success
application/json
| Field | Type | Required | Description |
|---|---|---|---|
success | value | Yes | |
data | object | Yes |
Full schema:
{
"type": "object",
"properties": {
"success": {
"const": true
},
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CatalogApi"
}
},
"next_cursor": {
"type": [
"string",
"null"
]
}
},
"required": [
"items",
"next_cursor"
],
"additionalProperties": false
}
},
"required": [
"success",
"data"
],
"additionalProperties": false
}
400
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
401
Standard error. Inspect error.code, details and request_id.
WWW-Authenticate: Bearer authentication challenge; invalid or expired keys use invalid_token.
application/json
See the Error schema and error handling guide.
402
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
403
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
404
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
408
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
409
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
413
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
422
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
429
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
500
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
502
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
503
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.
504
Standard error. Inspect error.code, details and request_id.
application/json
See the Error schema and error handling guide.