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

Rainbow.AI Radar API

Real-time radar data operations

Rainbow.AI Radar API is one of 4 APIs that Rainbow.AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

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

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.rainbow.ai/v1.

1 operations 1 paths 4 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.rainbow.ai/v1
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Rainbow.AI Radar API declares 2 security schemes for authenticating requests. An API key is passed in the header as Ocp-Apim-Subscription-Key (ApiKeyHeader). An API key is passed in the query as token (ApiKeyQuery). By default, every request must be authenticated.

  • ApiKeyHeader — API key passed in the Ocp-Apim-Subscription-Key header
  • ApiKeyQuery — API key passed as a token query parameter

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Radar 1

Real-time radar data operations

GET
/weather/radar
Get Radar Data
getRadarData 2 params → 200401429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ErrorResponse (3 properties), RadarResponse (3 properties), RadarPoint (3 properties), Location (2 properties). Each schema is shown below with its type and property counts.

RadarPoint
object
A single radar observation data point
3 properties
Location
object
Geographic location coordinates
2 properties
RadarResponse
object
Real-time radar data for a location
3 properties
ErrorResponse
object
Error response object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rainbow-ai-radar-api-openapi.yml Raw ↑

Other APIs Rainbow.AI publishes across the network.

Rainbow.AI Nowcast API
Rainbow.AI Snapshots API
Rainbow.AI Tiles API