Pay-per-call flight schedule data via MPP on Tempo L2.
What it does
GoFlightLabs Flight Schedules is an MPP-enabled endpoint that returns flight schedule information on a pay-per-call basis. It settles payments on the Tempo L2 chain (chainId 4217) using the Tempo payment method. Each call costs 5,000 base units of the configured currency token (likely pathUSD with 6 decimals, which would be $0.005 per request, though the exact token cannot be confirmed from the probe alone).
The endpoint is live and responds with a standard MPP 402 payment challenge on GET requests. It is part of the broader GoFlightLabs suite, which advertises real-time flight tracking, prices, schedules, and airline data. However, no documentation, OpenAPI schema, or usage examples are available from the provider's MPP subdomain — all auxiliary pages (docs, pricing, README) return 404.
Without documentation it is unclear what query parameters the endpoint accepts (e.g., airline IATA code, departure/arrival airport, date range) or what the response schema looks like. Consumers should expect a JSON response containing scheduled flight information, but the exact fields must be discovered experimentally after completing payment.
Capabilities
Use cases
- —Querying upcoming flight schedules for a given route or airline
- —Building travel planning agents that need departure/arrival times
- —Monitoring airline schedule changes programmatically
- —Enriching booking workflows with schedule data
- —Powering flight status dashboards
Fit
Best for
- —AI agents needing on-demand flight schedule lookups without API key management
- —Micro-payment use cases where per-call billing is preferred over subscriptions
- —Developers building on Tempo L2 who want native crypto-settled aviation data
Not for
- —Bulk historical flight data downloads (pay-per-call would be expensive at scale)
- —Real-time flight position tracking (this endpoint is specifically for schedules)
Quick start
curl -i https://goflightlabs.mpp.tempo.xyz/flights-schedules
# Returns 402 with WWW-Authenticate: Payment header.
# Complete the Tempo L2 payment challenge, then resend
# with the payment proof to receive flight schedule data.Endpoint
Quality
The endpoint is live and returns a valid MPP 402 challenge, confirming it is operational. However, there is no documentation, no OpenAPI schema, no example requests or responses, and the currency token address cannot be definitively mapped to a known stablecoin. Almost all details beyond basic liveness and pricing must be inferred.
Warnings
- —No documentation available — all doc/pricing/README pages return 404.
- —No OpenAPI or schema definition found; request parameters and response format are unknown.
- —Currency token address 0x20c000000000000000000000b9537d11c60e8b50 on chainId 4217 could not be verified — the $0.005 price assumes 6-decimal pathUSD but this is unconfirmed.
- —Root domain returns 404; no landing page or usage guidance exists.
Citations
- —Endpoint is live and returns a 402 MPP payment challenge with method=tempo, intent=chargehttps://goflightlabs.mpp.tempo.xyz/flights-schedules
- —Amount is 5000 base units on chainId 4217 with feePayer=truehttps://goflightlabs.mpp.tempo.xyz/flights-schedules
- —Part of GoFlightLabs suite offering real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/flights-schedules