ToolAssay

Get a global weather forecast for a city/locality name or exact coordinates

Get a global weather forecast for a city/locality name or exact coordinates. Returns normalized day/night or hourly periods worldwide: NOAA/NWS is preferred within supported U.S. coverage for optional station conditions and active alerts, while MET Norway provides an attributed open-data fallback globally.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
349 msmedian answer time
$0.003listed price per call
$0.003price 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://apiacre.com/v1/data/us-weather-forecast

CategoryEverything else
Provider hostapiacre.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
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.003 349 ms

Example input (from the provider)

{
  "body": {
    "include_active_alerts": true,
    "include_current_conditions": true,
    "periods": 2,
    "place": "Washington, DC, US"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "oneOf": [
            {
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "latitude"
                    ]
                  },
                  {
                    "required": [
                      "longitude"
                    ]
                  }
                ]
              },
              "required": [
                "place"
              ]
            },
            {
              "not": {
                "required": [
                  "place"
                ]
              },
              "required": [
                "latitude",
                "longitude"
              ]
            }
          ],
          "properties": {
            "forecast_type": {
              "enum": [
                "day_night",
                "hourly"
              ],
              "type": "string"
            },
            "include_active_alerts": {
              "type": "boolean"
            },
            "include_current_conditions": {
              "type": "boolean"
            },
            "latitude": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "longitude": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "periods": {
              "type": "integer"
            },
            "place": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "source_preference": {
              "enum": [
                "auto",
                "nws",
                "met"
              ],
              "type": "string"
            },
            "timezone": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "units": {
              "enum": [
                "us",
                "si"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "additionalProperties": false,
              "properties": {
                "activeAlerts": {
                  "type": "object"
                },
                "currentConditions": {
                  "type": "object"
                },
                "forecastType": {
                  "type": "string"
                },
                "generatedAt": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "limitations": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "location": {
                  "type": "object"
                },
                "periodCount": {
                  "type": "integer"
                },
                "periods": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                },
                "periodsTruncated": {
                  "type": "boolean"
                },
                "retrievedAt": {
                  "type": "string"
                },
                "source": {
                  "type": "object"
                },
                "units": {
                  "type": "string"
                },
                "updatedAt": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              },
              "required": [
                "location",
                "forecastType",
                "units",
                "generatedAt",
                "updatedAt",
                "periodCount",
                "periodsTruncated",
                "periods",
                "currentConditions",
                "activeAlerts",
                "source",
                "retrievedAt",
                "limitations"
              ],
              "type": "object"
            },
            "meta": {
              "properties": {
                "cached": {
                  "type": "boolean"
                },
                "duration_ms": {
                  "type": "integer"
                },
                "next_actions": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                },
                "sources": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "warnings": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
             

This page as JSON