# Lee County (Tupelo) MS Heat & Tropical Trend Analysis

> Lee County (Tupelo) MS Heat & Tropical Trend Analysis is a paid API for AI agents from weather.parklandarchives.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns pre-computed decade-by-decade 100°F+ day trends, hot-year frequency buckets, U.S. tropical impact rates, and record years for Lee County (Tupelo), MS from 1930–2024.

## Facts

- Endpoint: GET https://weather.parklandarchives.com/api/archive/heat-trends
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lee-county-tupelo-ms-heat-tropical-trend-analysis-ef7e357a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5KeHlLL2kk3ht6LwT3WD3

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 lee-county-tupelo-ms-heat-tropical-trend-analysis-ef7e357a
```

Example prompt: Pull the full heat trend analysis for Lee County (Tupelo), MS — I want to see the decade-by-decade breakdown of 100°F+ days, which years were the hottest, and how often U.S. tropical events coincided with those hot years, going back to 1930.

## When to prefer this

Use this endpoint when you need a high-level, pre-computed summary of long-term heat trends and tropical correlations for Lee County (Tupelo), MS across decades — rather than raw daily or monthly records. Prefer this over the yearly 100°F count endpoint when you want aggregated decade-level buckets and tropical impact context in a single call. Best for historical climate trend questions, research summaries, or visualizations spanning 1930–2024.

## Known failure modes

- Payment not provided or insufficient (x402 payment required): returns 402 with payment instructions
- Service unavailable or upstream data error: returns 5xx
- Rate limiting exceeded: returns 429 with retry guidance
- Malformed request parameters: returns 400 with field-level errors

## How this service works

96 years (1930–2026) of hand-archived historical weather for Lee County (Tupelo), Mississippi — monthly extremes, 100°F+ day counts, records, and trends. Pay-per-call API for AI agents via x402.

## Output

Returns a structured JSON payload containing decade-by-decade counts of 100°F+ days in Tupelo/Lee County MS, hot-year frequency buckets grouped by intensity, historical U.S. tropical impact rates during hot years, and identified record heat years — all pre-computed from 1930–2024 archival data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lee-county-tupelo-ms-heat-tropical-trend-analysis-ef7e357a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from weather.parklandarchives.com](https://www.zero.xyz/host/weather.parklandarchives.com/llms.txt)
