Use Case: Get All Visa Requirements for All Countries
Example:
You can get all VISA requirements for all countries using the Procedures endpoint and the following filters & values:
Filter | Value |
---|---|
country | (select countries) |
category | DOC_REQUIRED |
documentType | VISA,E_VISA,EMBASSY_VISA,ETA |
However, if you try to retrieve all procedures for all countries in a single request, the request will likely fail because it will exceed the API response's maximum size.
So it is best to break this request down by selecting a few countries at a time.
This JSON file will apply the above filters and cover all supported countries in approximately 25 requests.
Updated over 1 year ago