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.1.tar.gz
(4.4 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.1-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file orizn-1.0.1.tar.gz.
File metadata
- Download URL: orizn-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2078c85ec8737d6c9d0171d09ceddc8ae6315c1fa0ae76289fb3691ef9dedef
|
|
| MD5 |
3803eefce23e72008d5c0d6235daa8af
|
|
| BLAKE2b-256 |
731270a5ea1e3771c2b2f72a22a76df5937100c320a69fac04e653c71afd6953
|
File details
Details for the file orizn-1.0.1-py3-none-any.whl.
File metadata
- Download URL: orizn-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 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 |
17e1194c1bedc1bf2caccf0138a5220c6c3962becad6f04569b1a24b03098375
|
|
| MD5 |
7c905ccb786011e5baa29ad1a63d3de1
|
|
| BLAKE2b-256 |
dc431976670794f52d900e683fbebcd2b68337fdad1cbb4c94cd534f49ee17d3
|