atlys.com APIatlys.com โ
Discover visa requirements and pricing for destinations worldwide by browsing available countries and viewing detailed information including visa types, validity periods, government fees, and required documents. Plan your international travel with transparent cost breakdowns and all necessary documentation details in one place.
curl -X GET 'https://api.parse.bot/scraper/3b96da46-48bb-4613-9b3f-4c7adedcdd11/list_visa_countries' \ -H 'X-API-Key: $PARSE_API_KEY'
List all countries Atlys offers visa services for, with pricing breakdown showing total price, government fee, and Atlys service fee. Returns both supported (active) and unsupported (coming soon) destinations.
| Param | Type | Description |
|---|---|---|
| residence | string | ISO 3166-1 alpha-2 country code for the traveler's country of residence (e.g. 'IN', 'US'). |
| citizenship | string | ISO 3166-1 alpha-2 country code for the traveler's citizenship (e.g. 'IN', 'US'). |
{
"type": "object",
"fields": {
"countries": "array of country visa objects with pricing breakdown",
"residence": "string",
"citizenship": "string",
"total_countries": "integer"
},
"sample": {
"countries": [
{
"name": "Thailand",
"purpose": "tourism",
"currency": "INR",
"validity": "90 days",
"atlys_fee": 0,
"iso2_code": "TH",
"supported": true,
"visa_type": "Tourism",
"total_price": 1,
"government_fee": 1,
"length_of_stay": "60 days",
"is_multiple_entry": null
},
{
"name": "Vietnam",
"purpose": "tourism",
"currency": "INR",
"validity": "30 days",
"atlys_fee": 0,
"iso2_code": "VN",
"supported": true,
"visa_type": "Tourist",
"total_price": 2550,
"government_fee": 2550,
"length_of_stay": "30 days",
"is_multiple_entry": false
}
],
"residence": "IN",
"citizenship": "IN",
"total_countries": 162
}
}About the atlys.com API
The atlys.com API on Parse exposes 2 endpoints for the publicly available data on atlys.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.