Look up flights by airline via a pay-per-call MPP endpoint settled on Tempo L2.
What it does
The GoFlightLabs Flights-by-Airline endpoint returns flight information filtered by airline. It is exposed as an MPP (Micropayment Protocol) endpoint at https://goflightlabs.mpp.tempo.xyz/flights-airline, accepting GET requests and requiring a per-call micropayment settled via the Tempo method on chain 4217.
Each call costs 5,000 base units of the payment token at currency address 0x20c000000000000000000000b9537d11c60e8b50. The token's decimal precision is not explicitly documented in the probe, so the exact human-readable price is uncertain — if the token uses 6 decimals (common for stablecoins like pathUSD on Tempo), the cost would be $0.005 per request. The endpoint is live and returns a standard 402 Payment Required challenge to unauthenticated callers, with the fee-payer flag set to true (meaning the service covers transaction fees).
No OpenAPI schema, documentation pages, or example responses were found on the provider's domain. The endpoint is part of the broader GoFlightLabs suite, which is described as offering real-time flight tracking, prices, schedules, and airline data. Without further documentation, the exact query parameters (e.g., IATA airline code) and response shape must be inferred from the endpoint name and the parent service's general description.
Capabilities
Use cases
- —Retrieve current or scheduled flights for a specific airline
- —Build travel dashboards that display airline-specific flight information
- —Power chatbot or agent workflows that need real-time airline flight data
Fit
Best for
- —AI agents that need programmatic, pay-per-call access to airline flight data
- —Developers integrating flight information without monthly API subscriptions
- —Crypto-native applications settling micro-transactions on Tempo L2
Not for
- —Bulk historical flight data analysis requiring thousands of cheap batch calls
- —Use cases requiring detailed documentation or guaranteed SLA
- —Users who cannot transact on the Tempo L2 chain
Quick start
# Authenticate with an MPP payment header to call the endpoint
curl -X GET "https://goflightlabs.mpp.tempo.xyz/flights-airline?airline_iata=AA" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured), but there is no documentation, no OpenAPI schema, no example responses, and the payment token's decimals are unconfirmed. Effectively a stub listing with pricing and liveness inferred from the probe alone.
Warnings
- —No documentation, OpenAPI spec, or example responses available from the provider domain.
- —Currency token address 0x20c000000000000000000000b9537d11c60e8b50 decimals are not confirmed; price of $0.005 assumes 6 decimals.
- —Root domain and all doc paths return 404; no way to verify query parameters or response schema.
- —Query parameter name (e.g., airline_iata) is inferred and may not be accurate.
Citations
- —Endpoint is live and returns a 402 MPP challenge with method=tempo, intent=charge, amount=5000https://goflightlabs.mpp.tempo.xyz/flights-airline
- —Part of GoFlightLabs: Real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/flights-airline