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 Apis API

The Apis API from RapidAPI — 6 operation(s) for apis.

RapidAPI Apis 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 Apis. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 6 JSON Schemas.

This API exposes 9 operations across 6 paths, and defines 9 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.

9 operations 6 paths 9 schemas 1 DELETE5 GET1 POST2 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 Apis 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 9

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

Apis 9
GET
/apis/{apiSlug}
Get API details
getApiDetails 1 param → 200401404
GET
/apis/{apiSlug}/endpoints
List API endpoints
listApiEndpoints 1 param → 200401404
GET
/apis
List all APIs
listApis 2 params → 200401403
POST
/apis
Create an API
createApi body → 201400401403
GET
/apis/{apiId}
Get an API
getApi 1 param → 200401404
PUT
/apis/{apiId}
Update an API
updateApi 1 param body → 200400401404
DELETE
/apis/{apiId}
Delete an API
deleteApi 1 param → 204401404
GET
/apis/{apiId}/versions
List API versions
listApiVersions 1 param → 200401404
PUT
/apis/{apiId}/versions/{versionId}
Update an API version
updateApiVersion 2 params body → 200400401404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ApiDetails (15 properties), Api (10 properties), ApiEndpoint (7 properties), EndpointParameter (6 properties). Each schema is shown below with its type and property counts.

ApiUpdateInput
object
6 properties
ApiDetails
object
15 properties
ApiVersionUpdateInput
object
3 properties
ApiCreateInput
object
6 properties 3 required
Api
object
10 properties
EndpointParameter
object
6 properties
PricingPlan
object
5 properties
ApiVersion
object
5 properties
ApiEndpoint
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rapidapi-apis-api-openapi.yml Raw ↑

Other APIs RapidAPI publishes across the network.

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