# NASA POWER Climate Normals by Coordinate

> NASA POWER Climate Normals by Coordinate is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns long-term monthly climate normals (temperature, precipitation, solar radiation) for any geographic coordinate using NASA POWER data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/climate-normals
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nasa-power-climate-normals-by-coordinate-fcae6ed6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hQlh2ypIOL6auIiBd1vA2

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 nasa-power-climate-normals-by-coordinate-fcae6ed6 -d '<json body>'
```

Example prompt: Can you pull up the long-term monthly climate normals — average temperature, precipitation, and solar radiation — for the coordinates 34.05 latitude and -118.25 longitude?

## When to prefer this

Use this endpoint when you need long-term baseline climate data (normals) for any geographic point on Earth and want temperature, precipitation, and solar radiation in a single call. Prefer this over real-time weather APIs when historical averages matter more than current conditions, such as for site feasibility, agricultural planning, energy modeling, or environmental assessments.

## Known failure modes

- Missing lat or lng parameters returns an error or empty response
- Coordinates outside valid range (lat -90 to 90, lng -180 to 180) may return an error
- NASA POWER upstream unavailability may cause timeout or 503
- Payment not completed results in 402 Payment Required
- Coordinates over open ocean may return limited or no data

## How this service works

SCIENCE: NASA POWER long-term monthly climate normals (temp, precip, solar) for any coordinate. ?lat&lng. Returns JSON.

## Output

A JSON object containing long-term monthly climate normal values for the specified coordinate, including average temperature, precipitation totals, and solar radiation figures derived from NASA POWER datasets — one value per month for each climate variable.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nasa-power-climate-normals-by-coordinate-fcae6ed6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
