Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IATA Air Cargo AWB & Aviation Validator (MOD-7, 600a, 722e) — Python Client

PyPI version License: MIT RapidAPI Listing

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


🚀 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


👨‍💻 Author & Engineering

Developed and maintained by Noor Mkdad — Architect of high-performance B2B data feeds and edge compute infrastructure.