immi.homeaffairs.gov.au APIimmi.homeaffairs.gov.au ↗
Check which postcodes qualify for specified work areas under Australia's Working Holiday visa, including remote regions, Northern Australia, regional zones, and disaster-declared areas. Quickly verify if a location meets the requirements for subclass 417 visa work eligibility.
curl -X GET 'https://api.parse.bot/scraper/a4760497-cd6c-4b34-b347-6d4607df6fac/get_specified_work_postcodes' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns expanded lists of Australian postcodes for specified work areas under the 417 visa. Postcodes are expanded from ranges (e.g. '2832 to 2836' becomes individual codes) and special entries like 'All postcodes in the Northern Territory are eligible' are expanded to the full NT range (0800-0899). A postcode may appear in multiple area types.
| Param | Type | Description |
|---|---|---|
| area_type | string | Which area type to retrieve postcodes for. Accepts exactly one of: all, remote_and_very_remote_australia, northern_australia, regional_australia, bushfire_declared_areas, natural_disaster_declared_areas. When 'all', returns all five area types in a single response. |
{
"type": "object",
"fields": {
"northern_australia": "array of postcode strings (present when area_type is 'all' or 'northern_australia')",
"regional_australia": "array of postcode strings (present when area_type is 'all' or 'regional_australia')",
"bushfire_declared_areas": "array of postcode strings (present when area_type is 'all' or 'bushfire_declared_areas')",
"natural_disaster_declared_areas": "array of postcode strings (present when area_type is 'all' or 'natural_disaster_declared_areas')",
"remote_and_very_remote_australia": "array of postcode strings (present when area_type is 'all' or 'remote_and_very_remote_australia')"
},
"sample": {
"northern_australia": [
"0800",
"0801",
"0872",
"4472",
"4478",
"4680",
"6537",
"6770"
]
}
}About the immi.homeaffairs.gov.au API
The immi.homeaffairs.gov.au API on Parse exposes 1 endpoint for the publicly available data on immi.homeaffairs.gov.au. 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.