SERVICE / DETAILweather

Space Weather Intelligence

GET space-weather.use.x402atlas.com/forecast

SONAR SCORE0.829
LIVE PRICE0.005000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

19 observations in the last 24h
HANDSHAKE SUCCESS94.7%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY3054msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Space-weather forecast — normalized one-to-three-day NOAA SWPC geomagnetic Kp-index periods labeled observed, estimated, or predicted.

Resource: space-weather.use.x402atlas.com/forecast

Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

Payment methods: · Last validation: 2026-09-13 23:01:28.914+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "properties": {
          "days": {
            "type": "integer",
            "default": 3,
            "maximum": 3,
            "minimum": 1,
            "description": "Number of 24-hour periods from retrieval time"
          }
        },
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "operation",
          "schema_version",
          "query",
          "issued_at",
          "periods",
          "source",
          "stale",
          "source_age_seconds",
          "warnings"
        ],
        "properties": {
          "query": {
            "type": "object",
            "required": [
              "days"
            ],
            "properties": {
              "days": {
                "type": "integer",
                "maximum": 3,
                "minimum": 1,
                "description": "Applied forecast-day window"
              }
            },
            "description": "Normalized query identity after applying the default day window",
            "additionalProperties": false
          },
          "stale": {
            "type": "boolean",
            "description": "True only when a validated cached snapshot was used"
          },
          "_atlas": {
            "type": "object",
            "required": [
              "docs"
            ],
            "properties": {
              "docs": {
                "type": "string",
                "format": "uri",
                "maxLength": 512,
                "description": "Documentation URL for this bridge"
              },
              "related": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "bridge",
                    "url",
                    "docs",
                    "summary"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 512,
                      "description": "Related route URL"
                    },
                    "docs": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 512,
                      "description": "Related bridge documentation URL"
                    },
                    "bridge": {
                      "type": "string",
                      "maxLength": 64,
                      "description": "Related bridge name"
                    },
                    "summary": {
                      "type": "string",
                      "maxLength": 256,
                      "description": "Short capability summary"
                    }
                  },
                  "description": "One related Atlas route",
                  "additionalProperties": false
                },
                "maxItems": 3,
                "description": "Bounded related Atlas routes"
              }
            },
            "description": "Atlas documentation and related-route metadata added after deployment",
            "additionalProperties": false
          },
          "source": {
            "type": "object",
            "required": [
              "name",
              "products",
              "retrieved_at"
            ],
            "properties": {
              "name": {
                "type": "string",
                "description": "Official source organization"
              },
              "products": {
                "type": "array",
                "items": {
                  "type": "string",
                  "description": "Product identifier"
                },
                "description": "Fixed normalized NOAA SWPC products"
              },
              "retrieved_at": {
                "type": "string",
                "format": "date-time",
                "description": "Time the served normalized snapshot was retrieved"
              }
            },
            "description": "Official NOAA SWPC provenance for the served normalized snapshot",
            "additionalProperties": false
          },
          "periods": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "valid_at",
                "kp",
                "noaa_scale",
                "kind"
              ],
              "properties": {
                "kp": {
                  "type": "number",
                  "maximum": 9,
                  "minimum": 0,
                  "description": "Forecast planetary K index"
                },
                "kind": {
                  "enum": [
                    "observed",
                    "estimated",
                    "predicted"
                  ],
                  "type": "string",
                  "description": "Exact normalized source observed classification"
                },
                "valid_at": {
                  "type": "string",
                  "format": "date-time",
                  "description": "Official period valid time"
                },
                "noaa_scale": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Official NOAA scale value when supplied"
                }
              },
              "additionalProperties": false
            },
            "description": "Unique periods in ascending valid-time order; missing periods are not filled"
          },
          "warnings": {
            "type": "array",
            "items": {
              "type": "string",
              "description": "Actionable warning"
            },
            "description": "Freshness, missing-component, provenance, and interpretation limitations"
          },
          "issued_at": {
            "type": [
              "string",
              "null"
            ],
            "format": "date-time",
            "description": "Always null because this source publishes no issuance timestamp"
          },
          "operation": {
            "type": "string",
            "const": "kp-forecast",
            "description": "Stable route operation"
          },
          "schema_version": {
            "type": "string",
            "const": "noaa-swpc-normalized-v1",
            "description": "Pinned NOAA SWPC normalization contract"
          },
          "source_age_seconds": {
            "type": "integer",
            "minimum": 0,
            "description": "Age in whole seconds of the route's controlling freshness timestamp; retrieval time controls alerts and forecast"
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:137",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:42161",
        "maxTimeoutSeconds": 300
      },
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:42161",
      "amountAtomic": "5000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.