Official zero-dependency Python client for IATA Air Cargo AWB & Aviation Validator (MOD-7, 600a, 722e).
Instant sub-5ms IATA Resolution 600a Air Waybill (11-digit MOD-7), Resolution 722e Electronic Ticket, Resolution 740 Baggage Tag validator, and 500+ Airline Accounting Prefix & Airport Code Resolver on Cloudflare Workers edge.
🔑 Get your Dedicated API Key: Subscribe to IATA Air Cargo AWB & Aviation Validator (MOD-7, 600a, 722e) on RapidAPI
pip install iata-validator-clientfrom 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_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
Dispatches standard validation / parse request with sub-5ms latency.
Checks edge isolate health and responsiveness.
MIT © RapidAPI Microservices Portfolio
Developed and maintained by Noor Mkdad — Architect of high-performance B2B data feeds and edge compute infrastructure.