IATA Air Cargo AWB, E-Ticket & Baggage Tag Validator API — Python Client
Official zero-dependency Python client for IATA Air Cargo AWB, E-Ticket & Baggage Tag Validator API.
🔑 Get your Dedicated API Key: Subscribe to IATA Air Cargo AWB, E-Ticket & Baggage Tag Validator API on RapidAPI
🚀 Installation
pip install iata-validator-client
⚡ Quickstart
from iata_validator_client import IataValidatorClient
# Zero config for sandbox testing, or pass your RapidAPI key for production
client = IataValidatorClient(api_key="YOUR_RAPIDAPI_KEY")
result = client.validate({
# Enter validation payload
})
print(result)
📚 API Reference
IataValidatorClient(api_key=..., base_url=...)
api_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
client.validate(payload)
Dispatches standard validation / parse request with sub-5ms latency.
client.get_health()
Checks edge isolate health and responsiveness.
🔗 Links
📄 License
MIT © RapidAPI Microservices Portfolio
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iata_validator_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iata_validator_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad94688d4be2370b18e57297f301ef89d70ed165e58013a385b5e001752e2c9c
|
|
| MD5 |
cc4000ec207cac817d068c5d3c6d472d
|
|
| BLAKE2b-256 |
f8304f262ebfecab00a8042c4f3be11397e346a58d1c7a569da9c3f1beacc122
|