{
  "x402Version": 2,
  "id": 15151,
  "slug": "15151",
  "resource": "https://x402-service-production-e242.up.railway.app/flood-risk",
  "description": "FEMA flood-zone lookup by street address or lat/lng coordinates.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "4JVizZAF12UxgMF1Fi1nqcrfBhuuCpHiRM7o9FFfeGdc",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "floodZone": "AE",
            "query": {
              "address": null,
              "lat": 29.7604,
              "lon": -95.3698
            },
            "resolvedAddress": null,
            "source": "FEMA National Flood Hazard Layer",
            "zoneDescription": "1% annual chance flood hazard"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "Street address (alternative to lat/lon)",
                    "type": "string"
                  },
                  "lat": {
                    "description": "Latitude (alternative to address)",
                    "type": "number"
                  },
                  "lon": {
                    "description": "Longitude (alternative to address)",
                    "type": "number"
                  }
                },
                "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": [
    "bazaar"
  ],
  "sourceHost": "x402-service-production-e242.up.railway.app",
  "lastUpdated": "2026-09-10T23:34:56.052Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T23:34:55.882Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-service-production-e242.up.railway.app",
    "manifest_name": "x402-service-production-e242.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}