Space-weather alerts — newest bounded NOAA SWPC geomagnetic and solar-flare mess
Space-weather alerts — newest bounded NOAA SWPC geomagnetic and solar-flare messages with deterministic product-code kinds, complete-message digests, and freshness.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
598 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://space-weather.use.x402atlas.com/alerts
| Category | Code and developer |
|---|---|
| Provider host | space-weather.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 598 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 20
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"limit": {
"default": 20,
"description": "Maximum newest alerts returned after deterministic sorting",
"maximum": 50,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"_atlas": {
"additionalProperties": false,
"description": "Atlas documentation and related-route metadata added after deployment",
"properties": {
"docs": {
"description": "Documentation URL for this bridge",
"format": "uri",
"maxLength": 512,
"type": "string"
},
"related": {
"description": "Bounded related Atlas routes",
"items": {
"additionalProperties": false,
"description": "One related Atlas route",
"properties": {
"bridge": {
"description": "Related bridge name",
"maxLength": 64,
"type": "string"
},
"docs": {
"description": "Related bridge documentation URL",
"format": "uri",
"maxLength": 512,
"type": "string"
},
"summary": {
"description": "Short capability summary",
"maxLength": 256,
"type": "string"
},
"url": {
"description": "Related route URL",
"format": "uri",
"maxLength": 512,
"type": "string"
}
},
"required": [
"bridge",
"url",
"docs",
"summary"
],
"type": "object"
},
"maxItems": 3,
"type": "array"
}
},
"required": [
"docs"
],
"type": "object"
},
"alerts": {
"description": "Newest alerts in deterministic order",
"items": {
"additionalProperties": false,
"properties": {
"issued_at": {
"description": "Official issue time",
"format": "date-time",
"type": "string"
},
"kind": {
"description": "Kind from the explicit official product-code map; never prose-inferred severity",
"enum": [
"watch",
"alert",
"warning",
"summary",
"unknown"
],
"type": "string"
},
"message": {
"description": "Bounded human-authored source message",
"maxLength": 16384,
"type": "string"
},
"message_original_bytes": {
"description": "Complete source message byte length",
"minimum": 0,
"type": "integer"
},
"message_sha256": {
"description": "SHA-256 of complete pre-truncation source bytes",
"pattern": "^[0-9a-f]{64}$",
"type": "string"
},
"message_truncated": {
"description": "Whether message was cut at a UTF-8 boundary",
"type": "boolean"
},
"product_id": {
"description": "Official NOAA product identity",
"type": "string"
}
},
"required": [
"product_id",
"issued_at",
"kind",
"message",
"message_truncated",
"message_original_bytes",
"message_sha256"
],
"type": "object"
},
"maxItems": 50,
"type": "array"
},
"operation": {
"const": "space-weather-alerts",
"description": "Stable route operation",
"type": "string"
},
"query": {
"additionalProperties": false,
"description": "Normalized query identity after applying the default limit",
"properties": {
"limit": {
"description": "Applied maximum alert count",
"maximum": 50,
"minimum": 1,
"type": "integer"
}
},
"required": [
"limit"
],
"type": "object"
},
"schema_version