AsyncAPI channel · DTN
· DTN Lightning Stream API (event surface)
/v1/
Continuous stream of lightning strike observations matching the query criteria (radius or bounding box, optional startTime).
Channel address
/v1/
Operations
receive
receiveLightningStrikes
Subscribe to the strike stream (HTTP GET, chunked stream response). Backed by operation GET /v1/ in the published OpenAPI.
Messages
LightningStrike
A lightning strike observation (GeoJSON-style point with time and polarity attributes).
Content-Type:
About AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.