Tomorrow.io · Capability

Historical Weather

Historical Weather 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

historical-weather.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: historical-weather
  description: Retrieve historical weather observations and monthly climate normals from Tomorrow.io.
spec:
  api: tomorrow-io-historical-api
  operations:
    - operationId: postHistorical
      method: POST
      path: /historical
    - operationId: getClimateNormals
      method: GET
      path: /historical/climate/normals
  inputs:
    - name: location
      required: true
    - name: fields
      required: true
    - name: startTime
      required: false
    - name: endTime
      required: false
  outputs:
    - name: timelines
      description: Historical timeline intervals.
    - name: months
      description: Monthly climate normals (for the climate-normals operation).