← 返回首页
GitHub - iatacodes/python-sdk: Python SDK for AirLabs API · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

iatacodes/python-sdk

 master
Go to file
Code
 
 

Repository files navigation

More items

iata_codes

Python client for IATA Codes Database REST API

Features

  • Search city by IATA code
  • Search cities by country code
  • Search IATA code by name of the city

Installation

Install iata_codes package from PyPi:

pip install iata_codes

Getting started

Make sure to include this line in the beginning of your file:

from iata_codes import IATACodesClient

Set your API Key:

client = IATACodesClient('YOUR_API_KEY')

Make queries:

print(client.get(code='MOW')) print(client.get(country_code='RU')) print(client.get(name='Moscow'))

Links

Packages

 
 
 

Contributors

Languages

  • Python 100.0%

Footer

© 2026 GitHub, Inc.