Pay-per-call historical flight data via MPP on Tempo L2.
What it does
GoFlightLabs Historical Flights is an MPP-enabled endpoint that returns historical flight information on a per-request payment basis. It settles via the Tempo method on chain ID 4217 (Tempo L2), charging 5000 base units of pathUSD (approximately $0.005) per call. The endpoint is live and responds with a standard MPP 402 payment challenge.
The endpoint is part of the broader GoFlightLabs suite, which covers real-time flight tracking, pricing, schedules, and airline data. This particular route focuses on historical flight records. No OpenAPI schema, documentation pages, or usage examples were found on the MPP gateway itself — the provider's root domain and common doc paths all return 404. As a result, the exact query parameters (e.g., flight number, date range, airline code) and response schema are unknown and must be inferred from the original GoFlightLabs API documentation (hosted elsewhere) or discovered through experimentation.
Payment details: amount 5000 in pathUSD (6 decimals) equals $0.005 per request. The provider covers gas fees (feePayer: true). The payment challenge expires far in the future (April 2026), indicating a stable configuration.
Capabilities
Use cases
- —Retrieving historical flight status and route information for analytics
- —Building travel history dashboards or audit trails
- —Enriching logistics and supply-chain records with past flight data
- —Academic or journalistic research on flight patterns
Fit
Best for
- —Agents needing on-demand historical flight lookups without subscriptions
- —Micro-payment access to aviation data without API key management
- —Low-cost per-query flight history retrieval
Not for
- —Real-time flight tracking (separate endpoint likely needed)
- —Bulk historical data exports requiring thousands of calls at once
- —Users who need detailed API documentation before integrating
Quick start
curl -X GET "https://goflightlabs.mpp.tempo.xyz/flights-history?flight_iata=AA100&date=2024-01-15" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live (valid 402 MPP challenge captured) and pricing is clear, but there is no documentation, no OpenAPI schema, no example requests or responses, and all crawled pages return 404. The listing is effectively a stub with only payment metadata available.
Warnings
- —No API documentation found — all doc paths return 404.
- —No OpenAPI or request/response schema available; query parameters are unknown.
- —Currency address 0x20c0...8b50 assumed to be pathUSD with 6 decimals on chain 4217; if this is a different token the price calculation would differ.
- —Root domain returns 404 — no landing page or developer portal on the MPP gateway.
Citations
- —Endpoint returns a 402 MPP payment challenge with method=tempo, intent=charge, amount=5000 on chainId 4217https://goflightlabs.mpp.tempo.xyz/flights-history
- —Part of GoFlightLabs suite covering real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/flights-history