Tomorrow.io · Capability

Weather On Route

Weather On Route is a Naftiko capability published by Tomorrow.io, one of 10 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

weather-on-route.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: weather-on-route
  description: Retrieve weather conditions along a polyline of waypoints at their expected arrival times.
spec:
  api: tomorrow-io-route-api
  operations:
    - operationId: postRoute
      method: POST
      path: /route
  inputs:
    - name: waypoints
      required: true
      description: Array of point + time pairs describing the route.
    - name: fields
      required: true
  outputs:
    - name: waypoints
      description: Array of per-waypoint weather values at arrival time.