{"name":"destination-arrival-pack","description":"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.","price":"$0.05","method":"POST","input_schema":{"properties":{"destination":{"type":"string","description":"City name (e.g. 'Lisbon') or 3/4-letter IATA/ICAO airport code (e.g. 'LIS')."},"home_currency":{"type":"string","description":"Optional 3-letter ISO 4217 currency code for the FX conversion, e.g. 'USD'. Default USD."}},"required":["destination"]},"input_example":{"destination":"LIS","home_currency":"USD"},"output_example":{"destination":"LIS","resolved_city":"Lisbon","resolved_country":"PT","latitude":38.78,"longitude":-9.14,"airport":{"airport":{"name":"Humberto Delgado Airport","iata":"LIS"}},"weather":{"current":{"temperature":22}},"air_quality":{"current":{"us_aqi":32,"us_aqi_category":"good"}},"timezone":{"timezone":"Europe/Lisbon","is_dst":true},"sun_times":{"times":{"sunrise":"2026-08-01T05:45:00+00:00"}},"home_currency":"USD","local_currency":"EUR","exchange_rate":{"base":"USD","rates":{"EUR":0.92}},"note":"Data-only arrival brief aggregated from public sources. Not travel advisory or safety guidance.","composed_of":["iata-airport-info","weather-current-city","air-quality","timezone-lookup","sunrise-sunset","exchange-rates"],"components":[{"name":"iata-airport-info","ok":true,"ms":300},{"name":"weather-current-city","ok":true,"ms":850},{"name":"air-quality","ok":true,"ms":400},{"name":"timezone-lookup","ok":true,"ms":350},{"name":"sunrise-sunset","ok":true,"ms":320},{"name":"exchange-rates","ok":true,"ms":250}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}