Search one-way itineraries
Skiplagged
Searches Skiplagged for cost-sorted, economy-only one-way itineraries for 1–9 adults and zero children. The search first verifies its USD currency context; CURRENCY_CONTEXT_UNPROVEN means that verification failed, so no fare is returned. standard, virtual_interline, and hidden_city are deliberately three separate public classifications and collections, with independent return counts, omission counts, and standard/virtual-interline cheapest-fare fields; limit applies independently to each collection. is_virtual_interline preserves the independent separately-ticketed self-transfer signal and can be true on a hidden_city row. Hidden-city means the declared flown count is shorter than the ticketed segment chain, the flown portion ends at the requested destination, and the ticket continues to trailing flights. origin_mismatch and departure_date_mismatch deliberately fail with UPSTREAM_SCHEMA_ERROR and are intentionally absent from the public reason enum. A segment_count_mismatch where the declared flown count exceeds the ticketed segment count is upstream drift and also fails with UPSTREAM_SCHEMA_ERROR. The 6-calls-per-minute rate limit is advisory metadata; enforcement is platform-side.
Provider-first APIFuse endpoint
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
"https://api.apifuse.com/v1/skiplagged/search-oneway-itineraries" \
-d '{
"adult_count": 1,
"departure_date": "+45d",
"destination_airport": "NRT",
"limit": 1,
"origin_airport": "ICN"
}'모든 Gateway 호출에는 APIFuse API key가 필요합니다. Connection badge가 표시된 operation은 추가로 X-ApiFuse-Connection-Id 헤더를 전달하세요.
인증 규칙 반영
provider catalog의 auth mode를 기반으로 필요한 인증 방식이 상세 페이지와 OpenAPI에 함께 반영됩니다.
Gateway 경로 자동 연결
provider/operation 조합이 그대로 APIFuse Gateway 경로와 Platform 문서 링크에 반영됩니다.
스키마 기반 문서화
요청 예시와 응답 스키마가 provider 정의에서 자동으로 내려와 항상 최신 상태를 유지합니다.