v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAdministrative divisions (deprecated)
Get admin division tree by admin division ID (deprecated)
DEPRECATED. Call List holiday calendars instead.
This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.
Get the complete tree of child administrative divisions using the parent's administrative division ID.
get/divisions-core/v1/administrative-division/{id}/tree
Path parameters
idstring required
Client-supplied external ID
Query parameters
pageinteger
Example:1
Page number
perPageinteger
Example:15
Items per page
Response
Paginated list of administrative divisions.
Example response
{
"pages": 1,
"current_page": 1,
"per_page": 10,
"total_items": 1,
"items": [
{
"id": 84849,
"name": "Scotland",
"type": "State",
"external_id": "8675309"
}
]
}