Discover/airlinequality.com API
live

airlinequality.com APIairlinequality.com

Access airline reviews, ratings, photos, and search from airlinequality.com. 5 endpoints covering review lists, summary ratings, cabin filters, and photo galleries.

Endpoints
5
Updated
11d ago
Try it

No input parameters required.

api.parse.bot/scraper/8fa550cd-95a3-48de-abcf-377ab4192c43/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/8fa550cd-95a3-48de-abcf-377ab4192c43/get_airline_list' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get the full list of airlines with their names and slugs. Returns all airlines indexed on the site.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of airlines",
    "airlines": "array of objects each with 'name' (string) and 'slug' (string)"
  },
  "sample": {
    "data": {
      "total": 581,
      "airlines": [
        {
          "name": "AB Aviation",
          "slug": "ab-aviation"
        },
        {
          "name": "Aegean Airlines",
          "slug": "aegean-airlines"
        }
      ]
    },
    "status": "success"
  }
}

About the airlinequality.com API

The airlinequality.com API exposes 5 endpoints covering the full catalog of airline reviews, ratings, and photos indexed on Skytrax. Starting with get_airline_list to retrieve all airline slugs, you can then pull paginated reviews filtered by cabin class, fetch aggregate summary ratings broken down by category, retrieve community photos via get_airline_photos, and run keyword searches across airlines and airports.

Airline Reviews and Ratings

The get_airline_reviews endpoint accepts a required slug parameter (sourced from get_airline_list) and returns paginated review objects. Each review includes rating, title, author, country, date, verified status, text, and per-category ratings. You can filter by cabin class using accepted values Economy, Business, First, or Premium Economy, and control page size with limit. The total_reviews field tells you how many records match a given filter combination.

Summary Ratings and Photo Access

get_airline_summary_ratings returns a single object per airline with overall_rating (out of 10), review_count, and a category_ratings map that breaks the score down into sub-dimensions like seat comfort or food quality. It also exposes a review_id string that serves as the required input for get_airline_photos. That endpoint returns an array of photo objects, each with a full-size url, a thumbnail URL, and a caption.

Search

The search_reviews endpoint accepts a free-text query and returns matching result objects with title, url, and snippet fields. Queries can be single-word (lufthansa) or multi-word (business class Emirates), covering airlines and airports. This makes it useful for discovery when you don't already have a slug.

Common use cases
  • Compare cabin-class-specific ratings across competing airlines using get_airline_reviews with the cabin filter
  • Build an airline quality dashboard by combining overall_rating and category_ratings from get_airline_summary_ratings
  • Aggregate verified traveler reviews for a specific route or airline to surface sentiment trends over time
  • Populate a travel app's photo gallery using image URLs and thumbnails from get_airline_photos
  • Enable airline search autocomplete or discovery using keyword queries through search_reviews
  • Track review volume changes over time by monitoring the total_reviews field per airline and cabin class
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does airlinequality.com have an official developer API?+
No. Airlinequality.com (Skytrax) does not publish an official public developer API or documented data access endpoint.
How do I get cabin-class-specific reviews, and what fields are returned?+
get_airline_reviews accepts an optional cabin parameter with accepted values Economy, Business, First, or Premium Economy. Each review object in the response includes rating, title, author, country, date, verified, text, and a set of category-level ratings. The total_reviews field reflects the count after the cabin filter is applied.
Does the API cover airport reviews in addition to airline reviews?+
The dedicated review endpoints (get_airline_reviews, get_airline_summary_ratings, get_airline_photos) cover airlines only. search_reviews can surface airport-related results as snippets, but there are no structured airport-review endpoints returning per-field data. You can fork this API on Parse and revise it to add an airport reviews endpoint.
Is there a limit on how many photos are returned by `get_airline_photos`?+
The endpoint returns all available photos for the supplied review_id as an array; there is no documented per-request cap on photo count. The review_id must first be obtained from get_airline_summary_ratings — it is not interchangeable with other identifiers.
Does the API expose reviewer profiles or historical review data per user?+
No. Individual reviewer data is limited to the author name and country fields within each review object. There are no per-user profile endpoints or historical timelines per reviewer. You can fork this API on Parse and revise it to add a reviewer-profile endpoint if that data is accessible on the source site.
Page content last updated . Spec covers 5 endpoints from airlinequality.com.
Related APIs in Reviews RatingsSee all →
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.