Official Python SDK for the Orizn Visa API — 39,585 passport-destination pairs in 15 languages
Project description
orizn
Official Python SDK for the Orizn Visa API.
Check visa requirements for 39,585 passport-destination pairs in 15 languages.
Install
pip install orizn
Quick start
from orizn import Orizn
# No API key needed for quick checks
client = Orizn()
result = client.check("FRA", "JPN")
print(result.requirement) # "visa_free"
print(result.visa_free_days) # 90
# Full details (get free key at visa.orizn.app)
client = Orizn(api_key="your-key")
visa = client.get_visa("USA", "CHN", lang="fr")
print(visa.documents_required)
print(visa.process)
print(visa.tips)
Methods
| Method | Auth | Description |
|---|---|---|
check(passport, destination) |
None | Quick visa check |
get_visa(passport, destination, lang?) |
Key | Full details |
bulk(passport, lang?) |
Key (Pro) | All destinations |
changes(passport?, destination?) |
Key (Starter) | Policy changes |
stats() |
None | Coverage stats |
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orizn-1.0.0.tar.gz
(4.3 kB
view details)
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
orizn-1.0.0-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file orizn-1.0.0.tar.gz.
File metadata
- Download URL: orizn-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df61d9719b125480b7e7fc7fd53dc56aeb66b051eae62bf1cc2904216c5270db
|
|
| MD5 |
eb93a1665e03106ff07a8b122f2999c2
|
|
| BLAKE2b-256 |
f981d910bc3a8d84d997dba3afadaa9ba3b09ed64541f75216c6c6ba7fa5c73f
|
File details
Details for the file orizn-1.0.0-py3-none-any.whl.
File metadata
- Download URL: orizn-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25a5ecf072def567eed47e2f5fa8a8f9711cd0c1cf1d8a8476f93e1d6d802394
|
|
| MD5 |
51069e1a892baf083caf0df613cb5b46
|
|
| BLAKE2b-256 |
3e1a44208c641d97522f5b81c228a60c8805a69410040feae331c51a2cc3656c
|