curl --request GET \
--url https://gateway.apiosk.com/v1/apis{
"apis": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"price_usd": 123,
"category": "<string>",
"raw_category": "<string>",
"implementation_type": "<string>",
"model_backed": true,
"listing_type": "<string>",
"docs_url": "<string>",
"origin_url": "<string>",
"gateway_url": "<string>",
"active": true,
"verified": true,
"endpoint_count": 123,
"listing_metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"meta": {
"total": 123,
"returned": 123,
"limit": 123,
"offset": 123,
"sort": "<string>",
"order": "<string>",
"search": "<string>",
"category": "<string>"
}
}curl --request GET \
--url https://gateway.apiosk.com/v1/apis{
"apis": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"price_usd": 123,
"category": "<string>",
"raw_category": "<string>",
"implementation_type": "<string>",
"model_backed": true,
"listing_type": "<string>",
"docs_url": "<string>",
"origin_url": "<string>",
"gateway_url": "<string>",
"active": true,
"verified": true,
"endpoint_count": 123,
"listing_metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"meta": {
"total": 123,
"returned": 123,
"limit": 123,
"offset": 123,
"sort": "<string>",
"order": "<string>",
"search": "<string>",
"category": "<string>"
}
}Full-text search over name and description.
Optional category filter.
Sort order field.
name, price, newest Sort direction.
asc, desc Maximum number of records to return.
1 <= x <= 500Pagination offset.
x >= 0