Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RapidAPI Collections API

Endpoints for browsing curated API collections organized around themes such as Top Meme APIs, Top Geocoding APIs, and other groupings.

RapidAPI Collections API is one of 29 APIs that RapidAPI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Collections. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 6 JSON Schemas.

This API exposes 6 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://gateway.rapidapi.com/v1.

6 operations 3 paths 4 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://gateway.rapidapi.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

RapidAPI Collections API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-RapidAPI-Key (rapidApiKey). By default, every request must be authenticated.

  • rapidApiKey — RapidAPI key used for authenticating requests to the Gateway API.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Collections 6

Endpoints for browsing curated API collections organized around themes such as Top Meme APIs, Top Geocoding APIs, and other groupings.

GET
/collections
List curated collections
listHubCollections 2 params → 200401
POST
/collections
Create a collection
createCollection body → 201400401
GET
/collections/{collectionId}/apis
List APIs in a collection
listApisInCollection 3 params → 200401404
GET
/collections/{collectionId}
Get a collection
getCollection 1 param → 200401404
PUT
/collections/{collectionId}
Update a collection
updateCollection 1 param body → 200400401404
DELETE
/collections/{collectionId}
Delete a collection
deleteCollection 1 param → 204401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ApiSummary (10 properties), Collection (5 properties), HubCollection (5 properties), CollectionInput (3 properties). Each schema is shown below with its type and property counts.

CollectionInput
object
3 properties 1 required
HubCollection
object
5 properties
ApiSummary
object
10 properties
Collection
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidapi-collections-api-openapi.yml Raw ↑

Other APIs RapidAPI publishes across the network.

RapidAPI Alerts API
RapidAPI Analytics API
RapidAPI Apis API
RapidAPI Applications API
RapidAPI Authentication API
RapidAPI Categories API
RapidAPI Definitions API
RapidAPI Documentation API
RapidAPI Endpoints API
RapidAPI Environments API
RapidAPI Executions API
RapidAPI Gateways API