# GGWP API Hub – AeroDataBox Endpoint

> GGWP API Hub – AeroDataBox Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.061236/call, status unknown (last checked 2026-09-14).

Proxies aviation data queries to AeroDataBox, returning flight, aircraft, or airport information via a pay-per-call x402 gateway.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/aerodatabox
- Price: $0.061236/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-aerodatabox-endpoint-6ffe07f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y8t9tgsEk_sywQ1mXq_wb

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 ggwp-api-hub-aerodatabox-endpoint-6ffe07f3 -d '<json body>'
```

Example prompt: Can you look up the current status and details for flight BA243 using the AeroDataBox API?

## When to prefer this

Choose this endpoint when you need aviation data (flights, airports, aircraft) and want to pay per call without a subscription, using the x402 micropayment protocol on Base chain. Prefer this over direct AeroDataBox integration when you want a simple pay-as-you-go model without API key management.

## Known failure modes

- Missing or malformed query parameters result in empty or error response
- Invalid flight number or airport code returns no matching data
- AeroDataBox upstream outage causes proxy failure
- Payment not processed via x402 protocol results in 402 response blocking the call
- Rate limits on the underlying AeroDataBox API may throttle responses

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing aviation data from AeroDataBox, which may include flight status, schedule, departure/arrival details, airport metadata, or aircraft specifications depending on the query parameters submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-aerodatabox-endpoint-6ffe07f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
