Tomorrow.io · Capability

Timelines

Timelines 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

timelines.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: timelines
  description: Query Tomorrow.io weather, air quality, and environmental data layers across an arbitrary time range and timestep.
spec:
  api: tomorrow-io-weather-api
  operations:
    - operationId: getTimelines
      method: GET
      path: /timelines
    - operationId: postTimelines
      method: POST
      path: /timelines
  inputs:
    - name: location
      required: true
    - name: fields
      required: true
    - name: timesteps
      required: true
    - name: startTime
      required: false
    - name: endTime
      required: false
  outputs:
    - name: timelines
      description: Time-stepped intervals containing requested data layer values.