Retrieve airline route data via pay-per-call MPP endpoint on Tempo L2.
What it does
GoFlightLabs — Airline Routes is an MPP (Micropayment Protocol) endpoint that returns airline route information. Each call is settled as a one-shot charge on the Tempo L2 network (chainId 4217). The endpoint is live and responds with a standard 402 Payment Required challenge, indicating it is ready to serve data once payment is provided.
The endpoint is part of the broader GoFlightLabs suite, which covers real-time flight tracking, prices, schedules, and airline data. This specific route (`/retrieve-routes`) focuses on airline route lookups — likely returning origin/destination pairs, operating airlines, and related metadata. The price per call is 5,000 base units of the settlement token on Tempo L2. The exact token and its decimals are not fully confirmed from the probe alone (the currency address is `0x20c0…8b50` on chain 4217); if this is a 6-decimal stablecoin such as pathUSD, the cost would be $0.005 per request.
Documentation is not available on the MPP subdomain — the root, /docs, /api, /pricing, and /README all return 404. No OpenAPI schema or parameter documentation was found. Users will need to consult the upstream GoFlightLabs API documentation (goflightlabs.com) for query parameter details, or experiment with common aviation-API conventions (e.g., `dep_iata`, `arr_iata`, `airline_iata`).
Capabilities
Use cases
- —Retrieve available airline routes between airports for travel planning applications
- —Build airline network graphs showing connectivity between cities
- —Power search and booking engines with route availability data
- —Analyze airline coverage and competition on specific routes
Fit
Best for
- —Developers building travel or aviation apps needing route data
- —Agents that need on-demand airline route lookups with crypto micropayments
- —Applications requiring pay-per-call pricing without subscriptions
Not for
- —Users who need free or bulk airline data without per-call costs
- —Applications requiring real-time flight tracking (use other GoFlightLabs endpoints)
- —Projects that need extensive documentation or OpenAPI specs before integration
Quick start
# MPP endpoint — pay via Tempo L2 on each request
curl -X GET "https://goflightlabs.mpp.tempo.xyz/retrieve-routes?dep_iata=JFK&arr_iata=LAX" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured), but there is zero documentation, no OpenAPI schema, no example responses, and the currency/token details are ambiguous. Effectively a stub listing with only the MPP challenge to go on.
Warnings
- —No documentation found — root, /docs, /api, /pricing, /README all return 404.
- —No OpenAPI or parameter schema available; query parameters are inferred/unknown.
- —Currency address 0x20c0…8b50 on chainId 4217 is not a widely-recognized token; exact decimals and dollar value are uncertain.
- —Request/response format is entirely unknown — example request and response cannot be provided.
Citations
- —Endpoint returns 402 Payment Required with MPP challenge, method=tempo, intent=charge, amount=5000https://goflightlabs.mpp.tempo.xyz/retrieve-routes
- —Part of GoFlightLabs suite covering real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/retrieve-routes