Cities Database API website screenshot

Cities Database API

The Cities Database API by AirLabs provides a global reference dataset of cities keyed to IATA metropolitan area codes, ISO country codes, and geographic coordinates. The API is consumed alongside the AirLabs Airports, Airlines, and Flights APIs to power travel search, mapping, geocoding, and clustering experiences. Authentication uses an api_key query parameter obtained from the AirLabs account dashboard. All responses are JSON arrays of city objects.

1 APIs 0 Features
CitiesDataGeographyLocationsReference DataTravel

APIs

AirLabs Cities API

The AirLabs Cities API exposes a single GET /cities endpoint that returns a list of cities filterable by IATA city_code, ISO 2 country_code, or comma-separated _fields. Free-tie...

Collections

Pricing Plans

Rate Limits

Cities Database Api Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cities Database Api Context

13 classes · 0 properties

JSON-LD

API Governance Rules

Cities Database API API Rules

5 rules · 3 errors 2 warnings

SPECTRAL

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Login
Login
🔗
Account
Account
🔑
Authentication
Authentication
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
💬
Support
Support
🟢
StatusPage
StatusPage
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AirLabs Cities Database API
  version: '9'
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Cities
    type: folder
  items:
  - info:
      name: List cities
      type: http
    http:
      method: GET
      url: https://airlabs.co/api/v9/cities
      params:
      - name: api_key
        value: ''
        type: query
        description: AirLabs API key from the account dashboard.
      - name: city_code
        value: ''
        type: query
        description: IATA metropolitan city code (e.g. NYC, LON, PAR).
      - name: country_code
        value: ''
        type: query
        description: ISO 2 country code (e.g. US, GB, FR).
      - name: _fields
        value: ''
        type: query
        description: Comma-separated list of fields to include in the response.
    docs: Returns a list of cities, optionally filtered by IATA metropolitan city_code, ISO 2 country_code, or restricted
      to a specified set of fields.
bundled: true