# TheBotWire Aviation News Feed

> TheBotWire Aviation News Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches the latest aviation news from AVweb and Simple Flying, covering airline fleet/route changes, aircraft orders and deliveries, incidents, and safety directives.

## Facts

- Endpoint: GET https://thebotwire.com/aviation/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-aviation-news-feed-e8a99ff3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afubkqCMsgfg8FZwn32d7

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 thebotwire-aviation-news-feed-e8a99ff3
```

Example prompt: Pull the latest aviation news from AVweb and Simple Flying — I want up to 20 articles from the last 24 hours, focused on airline fleet changes and aircraft orders.

## When to prefer this

Choose this endpoint when you need curated, aviation-specific news from trusted industry sources (AVweb and Simple Flying) rather than general news aggregators. It is ideal for logistics, travel, or operations agents that need timely updates on airline fleets, routes, aircraft safety, and orders — especially when filtering by recency or source is required.

## Known failure modes

- No results returned if freshness window is too narrow and no articles were published in that period
- Invalid 'since' format (e.g. '2days' instead of '2d') may cause a parsing error
- Requesting limit above 50 returns a validation error
- Unknown src enum value returns an error
- Temporary upstream feed unavailability may return empty or stale results

## How this service works

Aviation news for travel and logistics agents: airline fleet and route changes, aircraft orders and deliveries, incidents and safety directives, and general aviation developments from AVweb and Simple Flying.

## Output

A list of aviation news articles including headlines, publication source (AVweb or Simple Flying), timestamps, summaries, and links — filtered optionally by keyword, source, result count, and freshness window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-aviation-news-feed-e8a99ff3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
