Discover/jetsmart.com API
live

jetsmart.com APIjetsmart.com

Search JetSMART flights, list all routes and airports, check flight status, and retrieve low-fare calendars via a structured REST API.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/96baae34-7ff5-4f93-9e8a-0f046cc0cec1/<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/96baae34-7ff5-4f93-9e8a-0f046cc0cec1/get_available_airports' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Retrieve all airports available in JetSMART's network with their IATA codes, locations, and connected destinations.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "airports": "array of airport objects with id, name, country, country_iso, latitude, longitude, and destinations"
  },
  "sample": {
    "data": {
      "airports": [
        {
          "id": "SCL",
          "name": "Santiago",
          "country": "Chile",
          "latitude": -33.3928,
          "longitude": -70.7858,
          "country_iso": "CL",
          "destinations": [
            "AEP",
            "ANF",
            "AQP"
          ]
        }
      ]
    },
    "status": "success"
  }
}

About the jetsmart.com API

The JetSMART API covers 5 endpoints for querying the airline's full route network, live flight schedules, and fare data across South America. Use search_flights to pull available departures with pricing in six currencies including ARS, CLP, and USD, or call get_low_fare_calendar to see the minimum fare across future dates on any route. All endpoints return structured JSON with no authentication required from the caller.

Airports and Routes

get_available_airports returns every airport in JetSMART's network as an array of objects, each with an IATA code (id), display name, country, ISO country code, latitude, longitude, and a list of connected destination codes. get_available_routes organizes the same network as origin-destination pairs grouped by country, returning origin_id, origin_name, destination_id, and country for every route JetSMART operates.

Flight Search and Fares

search_flights accepts a required origin IATA code and optional destination and date parameters. When destination is omitted, the endpoint returns all departing flights from the origin across the entire network. When date is omitted, it searches all available future dates. Each flight object in the response includes flight_number, departure_time, fare_basis, price, price_info, incentive, and seats_r (remaining seats indicator). Prices are returned in six currencies: ARS, BRL, CLP, COP, PEN, and USD.

get_low_fare_calendar takes a required origin and destination and returns a date-indexed array of min_price_clp values, giving a quick view of the cheapest available fare per day across the route's future schedule. This is useful for building flexible-date search tools.

Flight Status

get_flight_status returns scheduled flight data for a specific route and date. It requires origin, destination, and date, and optionally accepts a flight_number to filter results to a single departure. The response mirrors the flight object shape from search_flights, including departure_time, fare_basis, price_info, and seats_r.

Common use cases
  • Build a flexible-date fare finder using get_low_fare_calendar to surface the cheapest travel days on a given route.
  • Populate a route map by combining get_available_airports latitude/longitude fields with destination arrays.
  • Monitor seat availability on specific departures using seats_r from get_flight_status.
  • Aggregate multi-currency price data from search_flights to compare CLP, ARS, and USD fare levels over time.
  • Track schedule changes on a specific flight number by polling get_flight_status with the optional flight_number filter.
  • Enumerate JetSMART's full network for competitive analysis using get_available_routes country groupings.
  • Notify users of fare drops on a watched route by comparing min_price_clp values from repeated get_low_fare_calendar calls.
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 JetSMART have an official public developer API?+
JetSMART does not publish a documented public developer API. The Parse API surfaces flight availability, route, and schedule data from jetsmart.com in a structured format that developers can query directly.
What does `search_flights` return when no destination is specified?+
When destination is omitted, the endpoint returns all available flights departing from the given origin across every destination in JetSMART's network. Each flight object includes flight_number, departure_time, fare_basis, price in multiple currencies, price_info, incentive, and seats_r. The response-level destination field will be null in this case.
Are prices available in currencies other than CLP?+
search_flights and get_flight_status return fare data in six currencies: ARS, BRL, CLP, COP, PEN, and USD. get_low_fare_calendar returns only min_price_clp. If you need low-fare calendar data in other currencies, you can fork this API on Parse and revise the endpoint to expose additional currency fields.
Does the API cover booking, passenger data, or ancillary services like baggage fees?+
Not currently. The API covers flight availability, route network, schedules, fare prices, and seat availability indicators. Booking flows, passenger records, check-in data, and ancillary pricing are not exposed. You can fork this API on Parse and revise it to add endpoints targeting those data types.
How fresh is the flight schedule data returned by `get_flight_status`?+
The data reflects what JetSMART's systems expose for the queried route and date at the time of the request. Because the endpoint is not cached on a fixed schedule, results represent a current snapshot. Departure times and availability can change, so time-sensitive applications should re-query before presenting data to end users.
Page content last updated . Spec covers 5 endpoints from jetsmart.com.
Related APIs in TravelSee all →
culturetrip.com API
Discover travel inspiration and plan your next adventure by browsing curated travel articles, destination guides, and bookable trips organized by region and city. Search for specific destinations, compare trip dates and prices, and explore popular cities to find the perfect getaway.
sevenrooms.com API
Search for available restaurant tables across any SevenRooms venue, view venue details and open dates, and complete reservations all in one place. Whether you're planning ahead or booking last-minute, you can check real-time availability and secure your table at thousands of restaurants on the SevenRooms platform.
delta.com API
Look up Delta Airlines flight schedules, check real-time flight status, and retrieve detailed trip information to plan your travel. Find your nearest airport and access the data you need to monitor flights and make booking decisions.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
comedymothership.com API
Browse upcoming Comedy Mothership shows across different rooms, check real-time ticket availability, and get detailed information about Kill Tony events and seating options. Find venue details, FAQs, and track specific performances to plan your comedy night.
burningman.org API
Access comprehensive Burning Man information including Black Rock City event schedules, ticketing details, themed activities, playa events, volunteering opportunities, and mutant vehicle listings. Search global Burning Man events, stay updated with news and stories, and find preparation resources all in one place.
breckenridge.com API
Check real-time snow conditions, weather forecasts, lift operations, and trail status at Breckenridge Ski Resort to plan your day on the mountain. View live mountain cameras and get up-to-the-minute updates on slopes, lifts, and weather before you head out.
united.com API
Search United Airlines flights, check real-time flight status, and view detailed seat maps to plan your perfect trip. Compare fare options and use airport autocomplete to quickly find your departure and arrival cities.