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

Weather map tile retrieval operations

Rainbow.AI Tiles 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 Tiles. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, pricing, and 2 JSON Schemas.

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

2 operations 2 paths 2 schemas 2 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 Tiles 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 2

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

Tiles 2

Weather map tile retrieval operations

GET
/map/tile/{z}/{x}/{y}
Get Weather Map Tile
getMapTile 5 params → 200401404429
GET
/map/timestamps
Get Available Tile Timestamps
getAvailableTimestamps → 200401

Schemas 2

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

TimestampsResponse
object
Available tile timestamps for weather data
3 properties
ErrorResponse
object
Error response object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Rainbow.AI publishes across the network.

Rainbow.AI Nowcast API
Rainbow.AI Radar API
Rainbow.AI Snapshots API