ToolAssay

Weather forecast for any coordinates worldwide

Weather forecast for any coordinates worldwide: current conditions plus a condensed hourly forecast (temperature, wind, humidity, precipitation, condition codes) and a will-it-rain summary. Official MET Norway model data (the institute behind yr.no) — commercial use permitted, attribution included. $0.002 per call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1298 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agentbit.app/v1/data/weather

CategoryEverything else
Provider hostagentbit.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 1298 ms

Example input (from the provider)

{
  "body": {
    "hours": 12,
    "lat": 46.7712,
    "lon": 23.6236
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "description": {
      "type": "string"
    },
    "errors": {
      "items": {
        "properties": {
          "code": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "retryable": {
            "type": "boolean"
          },
          "status": {
            "type": "integer"
          }
        },
        "required": [
          "status",
          "code"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "Weather Forecast input. Weather forecast for any coordinates worldwide: current conditions plus a condensed hourly forecast (temperature, wind, humidity, precipitation, condition codes) and a will-it-rain summary. Official MET Norway model data (the institute behind yr.no) \u2014 commercial use permitted, attribution included. $0.002 per call.",
          "properties": {
            "hours": {
              "description": "Hourly entries to return (1-48, default 24)",
              "type": "integer"
            },
            "lat": {
              "description": "Latitude -90..90",
              "type": "number"
            },
            "lon": {
              "description": "Longitude -180..180",
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "headers": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "networks": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    },
    "pricing": {
      "properties": {
        "amount": {
          "type": [
            "number",
            "null"
          ]
        },
        "currency": {
          "type": "string"
        },
        "firstCallFree": {
          "type": "boolean"
        },
        "maxAmount": {
          "type": "number"
        },
        "model": {
          "type": "string"
        },
        "quoteHint": {
          "type": "string"
        },
        "volumeDiscounts": {
          "items": {
            "properties": {
              "minCalls30d": {
                "type": "integer"
              },
              "percent": {
                "type": "number"
              }
            },
            "required": [
              "minCalls30d",
              "percent"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "reliability": {
      "properties": {
        "measuredAt": {
          "type": "string"
        },
        "p50LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "p95LatencyMs": {
          "type": [
            "integer",
            "null"
          ]
        },
        "sampleSize": {
          "type": "integer"
        },
        "successRatePercent": {
          "type": "number"
        },
        "windowDays": {
          "type": "integer"
        }
      },
      "required": [
        "successRatePercent",
        "sampleSize",
        "windowDays"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON