Time Zone List

Learn about AirLabs database of world time zones.


This section provides basic information about the time zone list.

Use this data when you need to translate time between users' time zones and airport time zones or calculate time duration.

By the way, you may also be interested in the moment.js library.


Example API Request:

                https://airlabs.co/api/v9/timezones?api_key={{params.api_key}}
              

Example API Response:

              [{
                "timezone" : "Europe/Paris",
                "country_code" : "FR",
                "gmt" : 1,
                "dst" : 2
              }, {
                ...
              }]
              


Response Parameters:

Parameter Description
timezone Timezone name. Available in the Free plan.
country_code Country code. Available in the Free plan.
gmt Greenwich Mean Time. Available in the Free plan.
dst Daylight Saving Time. Available in the Free plan.

       Github    Reddit

See also

Airports Database API
Name Suggestion Service
NearBy Geo Service
Real-time Flights API
Airport Schedules API


Questions? Contact us.