{
  "x402Version": 2,
  "id": 305,
  "slug": "305",
  "resource": "https://vibesprings.net/api/weather",
  "description": "Historical weather and climate database. Access daily temperature highs, lows, total precipitation (rain/snow), wind speeds, and cloud conditions for any coordinates or city worldwide. Essential for geointelligence, climate modeling, historical records, and agricultural planning.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "data-provider",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "end_date": "2024-01-07",
            "location": "London",
            "start_date": "2024-01-01"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "days": [
              {
                "condition": "Partly cloudy",
                "date": "2024-01-01",
                "precipitation_mm": 1.2,
                "temp_max_c": 8.5,
                "temp_min_c": 4.2,
                "wind_max_kmh": 15.4
              }
            ],
            "latitude": 51.5074,
            "location": "London, Greater London, United Kingdom",
            "longitude": -0.1278,
            "period": {
              "end": "2024-01-07",
              "start": "2024-01-01"
            },
            "processingTime": "120ms",
            "summary": {
              "avg_temp_c": 6.35,
              "days_with_rain": 3,
              "total_precipitation_mm": 5.4
            },
            "timezone": "Europe/London"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "end_date": {
                    "description": "End date for historical query in YYYY-MM-DD format (maximum range: 90 days)",
                    "type": "string"
                  },
                  "location": {
                    "description": "City name, region, country, or geocode coordinates (e.g. 'London', 'Paris', '40.7128,-74.0060')",
                    "type": "string"
                  },
                  "start_date": {
                    "description": "Start date for historical query in YYYY-MM-DD format (must be in the past)",
                    "type": "string"
                  }
                },
                "required": [
                  "location",
                  "start_date",
                  "end_date"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "weather",
        "historical-weather",
        "climate-data",
        "precipitation",
        "temperature-history",
        "geointelligence",
        "environmental-data"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "vibesprings.net",
  "lastUpdated": "2026-08-26T00:36:42.294Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:36:42.13Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vibesprings.net",
    "manifest_name": "vibesprings.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}