# Get regular local Plans for a Destination **GET /plans/{iso3}/local/regular** Returns the regular (capped data) local Plans available for a specific Destination. Optionally filtered by `planType`. ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 & App identifier ## Parameters ### Path parameters - **iso3** (string) ISO Alpha-3 code of the Destination ### Query parameters - **discountCode** (string) Optional discount code applied to the returned Plan prices - **planType** (string) Optional filter on the Plan type: * `DATA` - Data-only Plans * `VOICE_AND_DATA` - Plans including voice (and SMS) in addition to data ## Responses ### 200 Regular local Plans fetched successfully #### Body: application/json (array[object]) - **id** (string) - **destination** (object) - **region** (object) - **dataUnit** (string) Possible values: * `MB` - MegaByte representation * `GB` - GigaByte representation - **dataValue** (number) Details: * If `dataValue` >= 0 then the plan is capped to that amount of consumable data * If `dataValue` == -1 then the plan is unlimited and does not have a cap on consumable data - **callUnit** (string) Details: * `MINUTES` - Minutes representation * `HOURS` - Hours representation - **callValue** (number) Details: * If `callValue` >= 0 then the plan is capped to that amount of consumable call time * If `callValue` == -1 then the plan is unlimited and does not have a cap on call time - **smsUnit** (string) - **smsValue** (number) Details: * If `smsValue` >= 0 then the plan is capped to that amount of consumable SMS sent * If `smsValue` == -1 then the plan is unlimited and does not have a cap on SMS sent - **durationUnit** (string) - **durationValue** (number) - **features** (array[object]) - **prices** (array[object]) [Powered by Bump.sh](https://bump.sh)