| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python client for IATA Codes Database REST API
Install iata_codes package from PyPi:
pip install iata_codes
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'))
| Back | FazBrowse Home | New Git URL |