Query historical flight data by date, paid per-call via MPP on Tempo L2.
What it does
GoFlightLabs — Flight Data by Date is an MPP-enabled endpoint that returns flight information for a specified date. It is part of the broader GoFlightLabs suite, which provides real-time flight tracking, pricing, schedules, and airline data. The endpoint is live and responds with a standard MPP 402 payment challenge, settling via the Tempo method on chain ID 4217.
Each API call costs 5,000 base units of the settlement token (currency address 0x20c0…8b50 on chain 4217). Assuming the token uses 6 decimals (consistent with stablecoins like pathUSD on Tempo), the per-call price is $0.005 (half a cent). The provider covers transaction fees (feePayer: true), so callers only pay the stated amount. Payments are directed to recipient 0xca4e835F803cB0b7C428222B3A3B98518d4779Fe.
No OpenAPI schema, documentation pages, or usage examples were found on the MPP gateway. The endpoint name and description strongly suggest it accepts a date parameter and returns flight records for that date, but the exact query parameters and response shape are not documented in the crawled material. Users should expect to supply at least a date (and possibly an airport or airline code) as query parameters. Because documentation is absent, integration will require some experimentation or reference to the upstream GoFlightLabs API docs.
Capabilities
Use cases
- —Retrieve historical flight records for a specific date for analytics or reporting
- —Build travel apps that display past flight schedules and statuses
- —Automate flight data collection for research or compliance purposes
- —Power dashboards that track airline on-time performance over time
Fit
Best for
- —Agents or apps needing per-call, pay-as-you-go flight data without subscriptions
- —Developers integrating historical flight information into travel tools
- —Automated pipelines that query flight data programmatically with crypto micropayments
Not for
- —Real-time streaming flight tracking (this is a per-call charge endpoint, not a session/stream)
- —Users who need extensive documentation or OpenAPI specs before integrating
- —High-volume bulk data downloads where a flat-rate subscription would be cheaper
Quick start
curl -i "https://goflightlabs.mpp.tempo.xyz/flight-data-by-date?date=2025-01-15"Endpoint
Quality
The endpoint is live (valid 402 MPP challenge captured), but there is zero documentation, no OpenAPI schema, no examples, and no crawled content beyond 404 pages. Query parameters and response format are entirely unknown. Pricing is inferrable but the token's decimal precision is assumed, not confirmed.
Warnings
- —No documentation or OpenAPI schema found at the MPP gateway — all auxiliary pages return 404.
- —Exact query parameters (date format, optional filters) are undocumented and must be guessed or sourced from upstream GoFlightLabs docs.
- —Currency token address 0x20c0…8b50 on chain 4217 is not a widely-known token; 6-decimal assumption may be incorrect — actual per-call cost could differ.
- —Response schema is completely unknown.
Citations
- —Endpoint returns a live 402 MPP challenge with method=tempo, intent=charge, amount=5000https://goflightlabs.mpp.tempo.xyz/flight-data-by-date
- —Part of GoFlightLabs suite providing real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/flight-data-by-date