{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "weather-concorde-ro-api-weather-cascade",
  "title": "Concorde \u00b7 Cascade Weather Data + Random",
  "url": "https://weather.concorde.ro/api/weather/cascade",
  "category": "data",
  "summary": "Retrieve weather forecasts with configurable parameters and random number generation.",
  "seo": {
    "title": "Weather Data API | Cascade Endpoints | x402",
    "description": "Fetch comprehensive weather data with random number generation. 0.0045 USDC per call on Base. Supports location filtering, forecast limits 1-14 days, and field selection."
  },
  "use_cases": [
    "Get multi-day weather forecasts",
    "Filter weather data by location",
    "Generate random numbers with weather context"
  ],
  "ideal_buyer": "Weather-dependent applications and agents needing forecast data with additional entropy generation.",
  "example_prompt": "Get the 7-day weather forecast for New York with all available fields.",
  "example_request_body": {
    "limit": 7,
    "fields": "all",
    "location": "New York, NY"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.225,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x8e2c60afc591fbb053b81530b0941722be522965",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "4500",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Cascade Endpoints - All Weather Data + Random Number",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "max": {
              "type": "number",
              "required": false,
              "description": "Maximum random number (default Number.MAX_SAFE_INTEGER)"
            },
            "min": {
              "type": "number",
              "required": false,
              "description": "Minimum random number (default 0)"
            },
            "limit": {
              "type": "number",
              "required": false,
              "description": "Forecast limit (1-14)"
            },
            "fields": {
              "type": "string",
              "required": false,
              "description": "Optional fields selector forwarded to XWeather"
            },
            "filter": {
              "type": "string",
              "required": false,
              "description": "Optional filter forwarded to XWeather"
            },
            "location": {
              "type": "string",
              "required": false,
              "description": "Location used for all endpoints (if location1/2/3 not provided)"
            },
            "location1": {
              "type": "string",
              "required": false,
              "description": "Conditions location override"
            },
            "location2": {
              "type": "string",
              "required": false,
              "description": "Roadweather location override"
            },
            "location3": {
              "type": "string",
              "required": false,
              "description": "Forecasts location override"
            }
          }
        },
        "output": {
          "oneOf": [
            {
              "type": "object",
              "title": "x402 Payment Required (HTTP 402)",
              "required": [
                "x402Version",
                "accepts",
                "facilitator"
              ],
              "properties": {
                "error": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "additionalProperties": true
                },
                "accepts": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "scheme",
                      "network",
                      "maxAmountRequired",
                      "resource",
                      "payTo"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "extra": {
                        "type": "object",
                        "additionalProperties": true
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "mimeType": {
                        "type": "string"
                      },
                      "resource": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "maxAmountRequired": {
                        "type": "string",
                        "pattern": "^[0-9]+$"
                      },
                      "maxTimeoutSeconds": {
                        "type": "integer"
                      }
                    },
                    "additionalProperties": true
                  },
                  "minItems": 1
                },
                "facilitator": {
                  "type": "string"
                },
                "x402Version": {
                  "enum": [
                    1
                  ],
                  "type": "integer"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: cascade (HTTP 200)",
              "required": [
                "success",
                "endpoint",
                "payment",
                "locations",
                "data",
                "random"
              ],
              "properties": {
                "data": {
                  "type": "object",
                  "properties": {
                    "forecasts": {
                      "type": [
                        "object",
                        "null"
                      ],
                      "additionalProperties": true
                    },
                    "conditions": {
                      "type": [
                        "object",
                        "null"
                      ],
                      "additionalProperties": true
                    },
                    "roadWeather": {
                      "type": [
                        "object",
                        "null"
                      ],
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": true
                },
                "random": {
                  "type": "object",
                  "additionalProperties": true
                },
                "payment": {
                  "type": "object",
                  "required": [
                    "charged",
                    "currency",
                    "network"
                  ],
                  "properties": {
                    "charged": {
                      "type": "integer"
                    },
                    "network": {
                      "type": "string"
                    },
                    "currency": {
                      "type": "string"
                    },
                    "breakdown": {
                      "type": "object",
                      "properties": {
                        "forecasts": {
                          "type": "integer"
                        },
                        "conditions": {
                          "type": "integer"
                        },
                        "roadWeather": {
                          "type": "integer"
                        }
                      },
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": true
                },
                "success": {
                  "type": "boolean",
                  "const": true
                },
                "endpoint": {
                  "type": "string",
                  "const": "cascade"
                },
                "locations": {
                  "type": "object",
                  "properties": {
                    "forecasts": {
                      "type": "string"
                    },
                    "conditions": {
                      "type": "string"
                    },
                    "roadWeather": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: non-cascade (HTTP 200)",
              "required": [
                "success",
                "endpoint",
                "payment",
                "data"
              ],
              "properties": {
                "data": {
                  "type": [
                    "object",
                    "array",
                    "string",
                    "number",
                    "boolean",
                    "null"
                  ],
                  "additionalProperties": true
                },
                "payment": {
                  "type": "object",
                  "required": [
                    "charged",
                    "currency",
                    "network"
                  ],
                  "properties": {
                    "charged": {
                      "type": "integer"
                    },
                    "network": {
                      "type": "string"
                    },
                    "currency": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                },
                "success": {
                  "type": "boolean",
                  "const": true
                },
                "endpoint": {
                  "enum": [
                    "conditions",
                    "roadweather",
                    "forecasts"
                  ],
                  "type": "string"
                }
              },
              "description": "Covers /api/weather/conditions/:location, /api/weather/roadweather/:location, /api/weather/forecasts/:location",
              "additionalProperties": true
            }
          ],
          "title": "Weather x402 API response schema",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "description": "Schemas for paid weather endpoints (conditions, roadweather, forecasts, cascade). Covers both 200 success and 402 x402 payment-required responses."
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-45706c09b670",
  "origin": {
    "slug": "weather-concorde-ro",
    "host": "weather.concorde.ro",
    "title": "weather.concorde.ro",
    "description": "Weather data API endpoint hosted at weather.concorde.ro. Currently unavailable due to Cloudflare Tunnel configuration issue.",
    "url": "https://weather.concorde.ro"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/weather-concorde-ro-api-weather-cascade",
    "url": "https://x402all.com/resource/weather-concorde-ro-api-weather-cascade",
    "name": "Concorde \u00b7 Cascade Weather Data + Random",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/weather-concorde-ro-api-weather-cascade",
      "@type": "Offer",
      "price": "0.0045",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.004500",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://weather.concorde.ro/api/weather/cascade",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/weather-concorde-ro",
      "url": "https://weather.concorde.ro",
      "name": "weather.concorde.ro",
      "@type": "Organization"
    },
    "identifier": "weather-concorde-ro-api-weather-cascade",
    "description": "Fetch comprehensive weather data with random number generation. 0.0045 USDC per call on Base. Supports location filtering, forecast limits 1-14 days, and field selection.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=weather-concorde-ro-api-weather-cascade",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=weather-concorde-ro-api-weather-cascade"
}
