Blue Sky Limo GTFS Developer Resources
Blue Sky Limo LLC is dedicated to providing reliable and seamless airport shuttle transportation solutions throughout Colorado’s premier Rocky Mountain resort destinations. Our mission is to enhance your travel experience with professional service, comfortable vehicles, and convenient scheduling options.

By sharing our GTFS data, we aim to improve accessibility to our service information. This allows developers, transit applications, and planners to integrate our schedules and routes into their platforms, promoting wider visibility and easier trip planning for our valued customers.
GTFS is a standard data format that allows transportation providers to publish their transit data consistently. A GTFS feed is a collection of text files (.txt) bundled in a ZIP archive. Each file describes a particular aspect of transit information: stops, routes, trips, schedules, and fare information.
License Information
The Blue Sky Limo GTFS data is made available under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This license enables you to:
- Share: copy and redistribute the material in any medium or format.
- Adapt: remix, transform, and build upon the material for any purpose, even commercially.
Under the following terms:
- Attribution: You must give appropriate credit to Blue Sky Limo LLC, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests Blue Sky Limo LLC endorses you or your use.
A summary of the license is available at: https://creativecommons.org/licenses/by/4.0/
The full legal code is available at: https://creativecommons.org/licenses/by/4.0/legalcode
Example of Proper Attribution:
“Schedule data provided by Blue Sky Limo LLC (https://blueskylimovail.com), used under CC BY 4.0.”
GTFS Dataset Overview
The Blue Sky Limo GTFS dataset provides developers with the necessary information to incorporate our transportation services into their applications.
- Download Link: Download Blue Sky Limo GTFS Data
- Mobility Database Listing: Our GTFS feed is also available on the Mobility Database
- Feed Publisher: Blue Sky Limo LLC
- Publisher URL: https://blueskylimovail.com
- Feed Language: en (English)
- Feed Validity: The current feed is valid from May 16, 2025, to December 31, 2025.
- Feed Version: 20250516-2035 (represents data effective May 16, 2025, generated at 8:35 PM)
- Data Update Schedule: This feed is periodically updated. Developers should regularly refresh their data to ensure they use the most current information.
GTFS File Contents
The GTFS .zip archive contains several .txt files, each describing our transit services in detail. Below is an explanation of each file’s purpose and structure.
agency.txt
This file contains information about Blue Sky Limo LLC as the transit agency, including our name, website URL, timezone, language, contact phone number, and a link to our fare information page.
stops.txt
This file lists all the stops served by Blue Sky Limo, including major airports (Denver International Airport and Eagle County Regional Airport) and popular mountain destinations throughout Colorado. Each entry includes the stop ID, name, and geographic coordinates (latitude/longitude).
routes.txt
This file defines each transportation route offered by Blue Sky Limo. Unique IDs identify routes and include descriptive names of the origin and destination points. All routes are classified as type 3, which represents bus service in the GTFS specification.
trips.txt
This file defines specific trips that occur on each route. A trip represents a sequence of stops made at specific times. Each trip has a unique ID, is associated with a route, follows a service schedule, and displays appropriate destination information to passengers.
stop_times.txt
This file contains the scheduled arrival and departure times for each stop on each trip. It provides the precise timing information that allows customers to know when our services are available between any origin and destination pair.
calendar.txt
This file defines when service is available throughout the week and year. Our current service runs daily (seven days a week) throughout the feed validity period.
fare_attributes.txt
This file defines the fare information for each route, including the price, currency (USD), and payment options. Fares vary based on the origin and destination points, with longer routes generally having higher prices.
fare_rules.txt
This file links the fare information from fare_attributes.txt to specific routes, establishing which fare applies to which route.
feed_info.txt
This file provides metadata about the GTFS feed itself, including publisher information, language, validity dates, version number, and contact information for feed-related inquiries.
Developer Implementation Guidelines
Here are some guidelines for using Blue Sky Limo’s GTFS data effectively:
- Data Format: All files are provided in Comma Separated Value (CSV) format. The first line of each file contains column headers.
- Parsing: Standard CSV parsers available in most programming languages can be used to read the data.
- Character Encoding: Ensure your parser handles UTF-8 character encoding.
- Timezones and Times: All times are expressed in the America/Denver timezone. Some time values may exceed 24:00:00 to represent services that run past midnight.
- Service Availability: Use calendar.txt to determine which days each service_id is active.
- Data Validity: Always check feed_info.txt for the feed_start_date, feed_end_date, and feed_version to ensure your application is using current data.
- Relational Structure: Understand the relationships between files to interpret the data correctly. For example, trips.txt links routes.txt and stop_times.txt together.
- Respect License: Adhere to the CC BY 4.0 license terms, including proper attribution to Blue Sky Limo LLC.
- Rate Limiting: When accessing the GTFS .zip file programmatically, please use reasonable download intervals to avoid server overload.
Denver International Airport (DEN) Services
Our GTFS feed includes comprehensive information about transportation services from Denver International Airport (DEN) to various mountain destinations across Colorado:
- Denver Airport to Vail Airport Shuttle
- Denver Airport to Beaver Creek Shuttle
- Denver Airport to Aspen Shuttle
- Denver Airport to Breckenridge Shuttle
- Denver Airport to Copper Mountain Shuttle
- Denver Airport to Edwards Car Service
- Denver Airport to Keystone Shuttle
- Denver Airport to Silverthorne Shuttle
- Denver Airport to Telluride Car Service
- Denver Airport to Steamboat Springs Car Service
Eagle County Regional Airport (EGE) Services
Our GTFS feed also includes transportation services from Eagle County Regional Airport (EGE) to popular Colorado mountain destinations:
- Eagle Airport to Vail Airport Shuttle
- Eagle Airport to Breckenridge Shuttle
- Eagle Airport to Edwards Car Service
- Eagle Airport to Aspen Shuttle
- Eagle Airport to Beaver Creek Shuttle
- Eagle Airport to Keystone Shuttle
- Eagle Airport to Copper Mountain Car Service
- Eagle Airport to Telluride Car Service
Additional Resources
To further support your implementation of our GTFS data and to learn more about our services:
- Rates Information: Visit our rates page for detailed pricing information.
- Shuttle Services: Explore all our shuttle service offerings at our shuttles page.
- Developer Support: For questions or issues regarding the GTFS feed, please contact us at [email protected].
Frequently Asked Questions
How often is the Blue Sky Limo GTFS data updated?
The data is updated periodically. Please refer to the feed_version field in feed_info.txt and the feed_start_date/feed_end_date to ensure you have the latest version. We recommend checking for updates regularly if your application requires real-time accuracy.
What should I do if I find an error or discrepancy in the GTFS data?
We strive for accuracy. If you encounter any issues or have suggestions, please contact our support team at [email protected] with specific details about the discrepancy.
Can I use this data for commercial purposes?
Yes, the GTFS data is provided under the CC BY 4.0 license, which allows for commercial use, provided you give appropriate attribution to Blue Sky Limo LLC as described in the License Information section.
How do I properly attribute Blue Sky Limo when using this data?
Include a statement such as: “Schedule data provided by Blue Sky Limo LLC (https://blueskylimovail.com), used under CC BY 4.0” in your application or service where the data is being utilized.


