# NOAA SWPC F10.7 cm Solar Radio Flux (Suverse Proxy)

> NOAA SWPC F10.7 cm Solar Radio Flux (Suverse Proxy) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns the current F10.7 cm solar radio flux value from NOAA SWPC, the standard solar activity index used in satellite drag and ionospheric models, with a timestamp.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-swpc-f107-flux
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/noaa-swpc-f10-7-cm-solar-radio-flux-suverse-proxy-3166bcc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Cau-DET50lcqWlzsKA8S

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability noaa-swpc-f10-7-cm-solar-radio-flux-suverse-proxy-3166bcc6 -d '<json body>'
```

Example prompt: What is the current F10.7 cm solar radio flux from NOAA SWPC? I need the latest value and timestamp for my satellite drag model.

## When to prefer this

Choose this endpoint when you need a simple, keyless, pay-per-call way to retrieve the current F10.7 solar flux proxy without building your own NOAA SWPC polling integration. Ideal for agents that occasionally need real-time solar activity data for satellite drag estimation, ionospheric correction, or space weather dashboards, and do not want to manage API keys or NOAA data pipelines.

## Known failure modes

- NOAA SWPC upstream outage — the proxy may return an error if NOAA's data feed is unavailable
- Stale data — the value returned may lag real-time by the cadence of NOAA's update cycle
- HTTP 402 payment required if x402 payment is not correctly attached
- Malformed request body may return a validation error

## How this service works

Current F10.7 cm solar radio flux from NOAA SWPC, the standard solar activity proxy driving satellite drag and ionospheric models, with timestamp. No parameters. Keyless.

## Output

Returns the current F10.7 cm solar radio flux value (a dimensionless solar flux unit, sfu) sourced from NOAA SWPC, accompanied by a timestamp indicating when the measurement was recorded. This single numeric proxy value represents the solar radio emission at 10.7 cm wavelength and is the standard index used in satellite drag and ionospheric models.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/noaa-swpc-f10-7-cm-solar-radio-flux-suverse-proxy-3166bcc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
