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

Windy Webcams API

The Webcams API from Windy — 2 operation(s) for webcams.

Windy Webcams API is one of 2 APIs that Windy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webcams. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 3.0.

Requests are made against a single base URL, https://api.windy.com.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
3.0
Base URL
https://api.windy.com/api/point-forecast/v2
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Windy Webcams API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-windy-api-key (WindyApiKey).

  • WindyApiKey — Windy Webcams API key, obtained at https://api.windy.com/keys.

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.

Webcams 2
GET
/webcams/api/v3/webcams
List and filter webcams.
listWebcams 9 params → 200401
GET
/webcams/api/v3/webcams/{webcamId}
Get a single webcam by ID.
getWebcam 3 params → 200401404

Schemas 2

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

WebcamList
object
2 properties
Webcam
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windy-webcams-api-openapi.yml Raw ↑

Other APIs Windy publishes across the network.

Windy Point Forecast API