{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "weather-concorde-ro-api-weather-roadweather",
  "title": "Concorde \u00b7 Road Weather Conditions",
  "url": "https://weather.concorde.ro/api/weather/roadweather",
  "category": "data",
  "summary": "Retrieve weather conditions specifically formatted for road and driving safety applications.",
  "seo": {
    "title": "Road Weather API - Driving Conditions Data",
    "description": "Access road weather conditions via x402. 0.0015 USDC per call on Base. Real-time weather data for route planning and driving safety."
  },
  "use_cases": [
    "Get weather conditions for route planning",
    "Access road-specific weather hazards",
    "Integrate driving weather into logistics systems"
  ],
  "ideal_buyer": "Logistics and transportation agents monitoring weather for fleet and route optimization.",
  "example_prompt": "Get the current road weather conditions for I-80 through Nebraska including visibility and precipitation.",
  "example_request_body": {
    "filter": "current",
    "location": "I-80, Nebraska"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.075,
    "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": "1500",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Road Weather Conditions",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "filter": {
              "type": "string",
              "required": false,
              "description": "Optional filter forwarded to XWeather"
            },
            "location": {
              "type": "string",
              "required": true,
              "description": "Location for roadweather (required)"
            }
          }
        },
        "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-roadweather",
    "url": "https://x402all.com/resource/weather-concorde-ro-api-weather-roadweather",
    "name": "Concorde \u00b7 Road Weather Conditions",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/weather-concorde-ro-api-weather-roadweather",
      "@type": "Offer",
      "price": "0.0015",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001500",
        "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/roadweather",
    "@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-roadweather",
    "description": "Access road weather conditions via x402. 0.0015 USDC per call on Base. Real-time weather data for route planning and driving safety.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=weather-concorde-ro-api-weather-roadweather",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=weather-concorde-ro-api-weather-roadweather"
}
