Get All Zones of a Country
Retrieve all zones (states/provinces) associated with a specific country by its country ID.
πΊοΈ Get All Zones of a Country
Use this endpoint to fetch paginated state or region data for a selected country.
πΉ HTTP Request
πΈ URL Segments
Segment
Required
Description
COUNTRY-ID
Yes
Country ID to retrieve zones for.
π§Ύ Query Parameters
Parameter
Default
Description
page
1
Current page to retrieve.
per_page
10
Items per page to retrieve.
π Authorization Header
π» PHP Example
π¦ Sample JSON Response
Last updated