# Get local Plans for a Destination **GET /plans/{iso3}/local** Returns the Plans available for a specific Destination, split into `regular` and `unlimited` buckets. * `regular` - Plans capped to a finite amount of data * `unlimited` - Plans with no data cap (`dataValue == -1`) ## 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 ## Responses ### 200 Local Plans fetched successfully #### Body: application/json (object) - **regular** (array[object]) - **unlimited** (array[object]) [Powered by Bump.sh](https://bump.sh)