Current space-weather conditions — normalized NOAA SWPC Kp, solar wind, magnetic
Current space-weather conditions — normalized NOAA SWPC Kp, solar wind, magnetic field, and X-ray flux used for solar-flare monitoring, with observation times and freshness.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
824 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/now
| Category | Image and media |
|---|---|
| Provider host | space-weather.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 11 from 9 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 | 824 ms |
Example input (from the provider)
{
"method": "GET",
"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": {},
"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"
},
"kp": {
"additionalProperties": false,
"description": "Required planetary K-index observation controlling route freshness",
"properties": {
"estimated_kp": {
"additionalProperties": false,
"description": "Dimensionless estimated planetary K index",
"properties": {
"observed_at": {
"description": "Official source observation time",
"format": "date-time",
"type": "string"
},
"source_field": {
"description": "Exact NOAA SWPC source field",
"type": "string"
},
"unit": {
"description": "Physical or dimensionless unit",
"type": "string"
},
"value": {
"description": "Normalized numeric observation",
"type": "number"
}
},
"required": [
"value",
"unit",
"observed_at",
"source_field"
],
"type": "object"
},
"kp_index": {
"description": "Source integer Kp index when present",
"maximum": 9,
"minimum": 0,
"type": "integer"
},
"text": {
"description": "Source textual Kp representation when present",
"type": "string"
}
},
"required": [
"estimated_kp"
],
"type": "object"
},
"magnetic": {
"additionalProperties": false,
"description": "Fresh interplanetary magnetic observations, or null with a warning",
"properties": {
"bt": {
"additionalProperties": false,
"description": "Total interplanetary magnetic field",
"properties": {
"observed_at": {
"description": "Official source observation time",
"format": "date-time",
"type": "string"
},
"source_field": {
"description": "Exact NOAA SWPC source field",
"type": "string"
},
"unit": {
"description": "Physical or dimensionless unit",
"type": "string"
},
"value": {
"description": "Normalized numeric observation",
"type": "number"
}
},
"required": [
"value",
"unit",
"observed_at",
"source_field"
],
"type": "object"