CodeLive

Destination Arrival Pack

On-arrival brief for a city or airport: this is the arrival pack, destination brief, and local conditions check a travel agent pulls right after landing.

$0.0575USDC per call · settled on Base · no subscription, no API key

Overview

On-arrival brief for a city or airport: this is the arrival pack, destination brief, and local conditions check a travel agent pulls right after landing. Composite: one call runs weather-current-city + air-quality + timezone-lookup + sunrise-sunset + exchange-rates in parallel, after resolving the destination. Returns airport metadata (when destination is an IATA/ICAO code), current weather, air quality index and pollutants, local time and UTC offset, sunrise/sunset/twilight times, and a home-to-local currency exchange rate. Send destination as a city name or a 3/4-letter IATA/ICAO code, plus an optional home_currency. Use it as an arrival pack API, destination brief, or city-on-arrival check for travel and relocation agents.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/destination-arrival-pack$0.0575Invoke Destination Arrival Pack (Code) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/destination-arrival-pack \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/destination-arrival-pack \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs