UUMit Logo

Flight Booking Query · Flight Search

Flights Travel Air Tickets
Query flight information by origin, destination, departure date and more. Search flights by origin, destination and departure time.
TransportMethod: GET

Pricing

23.4 UT/ call
Connect API

Performance

100.00%

Success Rate

2676ms

Avg Latency

4.0k

Total Calls

Description

Query flight information by origin, destination, departure date and more. Search flights by origin, destination and departure time.

How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 75271ca8-dad0-45f2-8b81-9c871a83c173). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: 23.4 UT per call.

Request parameters: arrival (required), flightNo, departure (required), maxSegments, departureDate (required). The response fields mainly include reason, result, airline, arrival, orderid, duration, flightNo, segments.

Use cases: flight search, travel planning, fare reference and business travel assistants.

Usage statistics: 4000 total calls, 4000 successful calls, 100.0% success rate, average response time 2676ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.

Request Parameters

NameTypeRequiredDescription
arrivalstringYesDestination city code or airport code (IATA code). E.g., Beijing: BJS, Shanghai: SHA, Guangzhou: CAN
flightNostringNoFlight number, e.g. MU8218. When a flight number is provided, enter airport codes for both origin and destination
departurestringYesOrigin city code or airport code (IATA code). E.g., Beijing: BJS, Shanghai: SHA, Guangzhou: CAN
maxSegmentsstringNoNumber of flight segments in the itinerary, default 0. 0: any; 1: only 1 segment (non-stop); 2: up to 2 segments (1 connection or fewer); 3: up to 3 segments (2 connections or fewer)
departureDatestringYesDeparture date of the itinerary, e.g. 2025-12-21

Response Fields

NameTypeDescription
reasonstringRequest description
resultobjectRequest result
airlinestringAirline code
arrivalstringDestination airport code
orderidstringAggregated order number
durationstringFlight duration
flightNostringFlight number, including multi-segment and codeshare flights, e.g., CA0953/CA0916
segmentsobjectMulti-segment flight list; returned only when there is more than one segment
departurestringDeparture airport code
equipmentstringAircraft type
error_codeintegerStatus code
flightInfoobjectFlight information list
airlineNamestringAirline name
arrivalDatestringArrival date
arrivalNamestringDestination airport name
arrivalTimestringArrival time
isCodeSharebooleanWhether the flight is a codeshare flight
ticketPricenumberReference fare
transferNumintegerNumber of segments
departureDatestringDeparture date
departureNamestringDeparture airport name
departureTimestringDeparture time

Request Example

{
  "arrival": "BJS",
  "flightNo": "sample value",
  "departure": "SHA",
  "maxSegments": "sample value",
  "departureDate": "2026-07-01"
}

Response Example

{
  "reason": "success",
  "result": {
    "airline": "sample value",
    "arrival": "sample value",
    "orderid": "sample value",
    "duration": "sample value",
    "flightNo": "sample value",
    "segments": {}
  },
  "error_code": 0
}

Changelog

2026-06-22

Synced the officially listed API details to the UUMit Data Marketplace on the official website.

Provider: UUMit Official