ZIP Codes Radius Search API lets you find ZIP codes and postcodes around you in a geographical radius. Start with a ZIP code, postcode or set of coordinates (latitude, longitude) at the center of the circle, and set size of the radius around it to search all the ZIP codes within radius.
You can provide the size of radius in one of multiple supported distance measuring units. Set radius size isn‘t the drive distance from the center point, rather it is a straight line (as-the-crow-flies) distance.
ZIP Codes Radius Search API returns complete ZIP codes data along with their distance from the center, measured in distance measuring unit set for the size of radius.
Finding postal codes and ZIP codes fall inside radius is essential for the applications providing proximity-based services. From logistics planning to market analysis, our ZIP Codes Radius Search API finds it‘s way there.
No matter the industry or field, having an accurate view of your ZIP code coverage can drastically improve decision-making.
Provide a ZIP code and size of radius to ZIP Codes Radius Search API to find all ZIP codes found inside the radius.
ZIP Codes Radius Search API allows to lookup ZIP codes within a radius around any location point. You can search ZIP codes or postal codes around you.
You can select one of following distance measuring units to set size of the radius to search ZIP codes and to measure distance to ZIP codes from the center point:
If you do not specify any distance measuring unit, kilometers (km) is the default one.
You can set large radius sizes to find nearby ZIP codes using your preferred distance unit. To view the supported radius range for each unit, see the table (Radius Limits per Measurement Unit) in the Documentation.
ZIP Codes Radius Search API is a global data source of ZIP codes and postal codes. All data source of ZIP codes and postal codes are supported e.g., United States Postal Service (USPS), Royal Mail Postcode Address File (PAF), Australia Post, India Post, etc.
ZIP Codes Radius Search API can respond in XML and JSON formats. JSON is the default response format though.
$ pip install requests
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| code | No | String | - | ZIP or postal code to use as the central point. Must be used together with the 'country' parameter. |
| country | No | String | - | Country of the provided ZIP/postal code in ISO 3166-1 alpha-2 format. Required when using 'code' as the central point. |
| lat | No | Float | - | Latitude of the central point. Must be between -90 and 90. Must be provided together with 'long'. |
| long | No | Float | - | Longitude of the central point. Must be between -180 and 180. Must be used together with 'lat'. |
| radius | Yes | Float | - | Distance from the central point. Must be greater than 0 and within the maximum supported range for the selected unit. |
| unit | No | String | km | Distance measuring unit. Allowed values: 'km', 'mi', 'yd', 'm', 'ft' & 'in'. |
| page | No | Number | 1 | Page number of the response. Used when results exceed 500 ZIP/postal codes. |
| format | No | String | json | Response format: 'json' (default) or 'xml'. |
| Distance Measuring Unit | Maximum Radius Size |
|---|---|
| km | 100 |
| mi | 100 |
| yd | 109361 |
| m | 100000 |
| ft | 328084 |
| in | 3937007.75 |
For a comprehensive view of the API response structure and detailed field descriptions, explore the interactive Response Table by clicking here.
| HTTP Status | Reasons |
|---|---|
| 400 | (1) The specified radius is out of the acceptable range.
(2) Latitude must be between -90 and 90.
(3) Longitude must be between -180 and 180.
(4) The page number must be greater than 0.
(5) Only ISO 3166-1 alpha-2 country codes are supported. |
| 404 | (1) The provided base postal/zip code does not exist in our database.
(2) The requested page exceeds the available page range. |
To get all postal/ZIP codes around a central location, you need to pass the code of the central location, the country code and the radius along with the unit (km, mi, yd, m, ft, in). This allows you to retrieve all ZIP codes within the specified radius for delivery planning, area analysis, or location-based services.
Lets lookup all postcodes in a radius of 5 km with `H2V 1Z7` postcode in Canada at the center point.
# Response { "total_results": 13655, "total_pages": 28, "current_page": 1, "current_page_size": 500, "results": [{ "code": "J5C 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.21 }, { "code": "J3V 0M9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.245 }, { "code": "J1N 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.436 }, { "code": "H1W 3V6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Quartier des Spectacles", "distance": 1.826 }, { "code": "H1N 3X1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 1.965 }, { "code": "H1N 3X3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 1.965 }, { "code": "H1N 3X4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 1.965 }, { "code": "H1L 3C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.016 }, { "code": "H1L 6N7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.016 }, { "code": "H1V 1K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.016 }, { "code": "H1V 1L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.016 }, { "code": "H1V 3V2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.016 }, { "code": "J5C 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.023 }, { "code": "H1L 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.067 }, { "code": "H1T 4C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.067 }, { "code": "H1W 1B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 2.067 }, { "code": "H1W 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.067 }, { "code": "H1V 0B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Maisonneuve", "distance": 2.295 }, { "code": "H1W 0C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Quartier des Spectacles", "distance": 2.307 }, { "code": "H1N 3W3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.544 }, { "code": "H1T 3X1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.544 }, { "code": "H1Y 0B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.625 }, { "code": "H1M 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.68 }, { "code": "H1X 1L2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.68 }, { "code": "H1W 1C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Westmount", "distance": 2.96 }, { "code": "H1W 1B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Westmount", "distance": 2.961 }, { "code": "H1N 2R3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.985 }, { "code": "J5K 0N1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 3.006 }, { "code": "H1Y 0C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.24 }, { "code": "H1Y 0B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.286 }, { "code": "H1Y 3B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.291 }, { "code": "H1Y 1N3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.334 }, { "code": "H1Y 1N1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.389 }, { "code": "H1Y 1N5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.407 }, { "code": "H1Y 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.43 }, { "code": "H1Y 3B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.43 }, { "code": "H1Y 3B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.43 }, { "code": "H1Y 1M9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.433 }, { "code": "H1W 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 3.437 }, { "code": "H1Y 3A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.474 }, { "code": "H1Y 3C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.475 }, { "code": "H1Y 1K4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.476 }, { "code": "H1Y 1K5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.477 }, { "code": "H1Y 3B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.477 }, { "code": "H1Y 1N2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.485 }, { "code": "H1W 4A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont–La Petite-Patrie", "distance": 3.492 }, { "code": "H1Y 1N4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.501 }, { "code": "H1Y 1N6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont–La Petite-Patrie", "distance": 3.501 }, { "code": "H1W 3Z8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.506 }, { "code": "H1Y 1K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.512 }, { "code": "H1Y 0C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.514 }, { "code": "H1Y 0B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.531 }, { "code": "H1Y 0B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.531 }, { "code": "H1W 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.534 }, { "code": "H1Y 1N7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.549 }, { "code": "H1Y 1H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.559 }, { "code": "H1Y 1H9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 1K6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 1K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 3A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 3A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 3B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 3C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.56 }, { "code": "H1Y 3C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.571 }, { "code": "H1Y 3C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.571 }, { "code": "H1Y 1N8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.572 }, { "code": "H1Y 1J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.595 }, { "code": "H1Y 1L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.599 }, { "code": "H1Y 1K9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.608 }, { "code": "H1Y 3A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.623 }, { "code": "H1Y 1N9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.632 }, { "code": "H1Y 1P1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.632 }, { "code": "H1Y 1J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.641 }, { "code": "H1Y 3A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.641 }, { "code": "H1Y 1J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.653 }, { "code": "H1Y 1L2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.679 }, { "code": "H1Y 3A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.689 }, { "code": "H1Y 1P2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.691 }, { "code": "H1Y 1P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.702 }, { "code": "H1Y 1G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.703 }, { "code": "H1Y 1P4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.704 }, { "code": "H1Y 3A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.71 }, { "code": "H1Y 1L4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.716 }, { "code": "H1Y 1J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.723 }, { "code": "H1Y 3C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.725 }, { "code": "H1Y 1L3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.727 }, { "code": "G3S 1J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "G3S 1J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Glenmount", "distance": 3.729 }, { "code": "H1Y", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.734 }, { "code": "H1Y 0A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.734 }, { "code": "H1Y 0A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.752 }, { "code": "H1Y 0A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.752 }, { "code": "H1Y 0A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.752 }, { "code": "H1Y 1J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.759 }, { "code": "H1Y 1P5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.763 }, { "code": "H1W 1B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.768 }, { "code": "H1Y 1G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.793 }, { "code": "H1Y 0A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 0A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 0A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 0B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 0B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 0B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.799 }, { "code": "H1Y 1L5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.8 }, { "code": "H1E 4B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.804 }, { "code": "H1Y 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.804 }, { "code": "H1Y 1G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.804 }, { "code": "H1Y 1L6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.811 }, { "code": "H1Y 1G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.815 }, { "code": "H1W 1G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.831 }, { "code": "H1Y 1P6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.833 }, { "code": "H1Y 1P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.833 }, { "code": "H1Y 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.835 }, { "code": "H1Y 1P8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.846 }, { "code": "H1W 0B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.851 }, { "code": "H1W 1B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.859 }, { "code": "H1Y 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.872 }, { "code": "H1Y 1L7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.872 }, { "code": "H1Y 1L8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.872 }, { "code": "H1W 1G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.887 }, { "code": "H1Y 1J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.901 }, { "code": "H1Y 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.909 }, { "code": "H1Y 3C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.909 }, { "code": "H1Y 1J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.914 }, { "code": "H1Y 1K1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.914 }, { "code": "H1Y 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.917 }, { "code": "H1Y 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.921 }, { "code": "H1Y 1L9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.922 }, { "code": "H1W 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.929 }, { "code": "H1Y 1M1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.933 }, { "code": "H1Y 3C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.946 }, { "code": "H1Y 3C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.946 }, { "code": "H1Y 1G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.951 }, { "code": "H1Y 1M2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.959 }, { "code": "H1Y 3B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.962 }, { "code": "H1Y 3B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.962 }, { "code": "H1W 1B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.968 }, { "code": "H1Y 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.985 }, { "code": "H1Y 1C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.985 }, { "code": "H1W 0A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.986 }, { "code": "H1W 3Z2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.986 }, { "code": "H1W 3Z5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.986 }, { "code": "H1Y 1M4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.994 }, { "code": "H1W 1B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 3.998 }, { "code": "H1W 0B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.001 }, { "code": "H1W 1A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.001 }, { "code": "H1W 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.019 }, { "code": "H1Y 1H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.02 }, { "code": "H1W 1H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.045 }, { "code": "H1Y 1E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.05 }, { "code": "H1W 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.055 }, { "code": "H1Y 1M3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.055 }, { "code": "H1W 1K6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.067 }, { "code": "H1W 3W7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.067 }, { "code": "H1W 1G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.069 }, { "code": "H1W 1B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.077 }, { "code": "H1Y 1K2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.104 }, { "code": "H1Y 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.111 }, { "code": "H1Y 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.111 }, { "code": "H1V 3T2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.114 }, { "code": "H1V 3T7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Maisonneuve", "distance": 4.114 }, { "code": "H1V 3V9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Maisonneuve", "distance": 4.114 }, { "code": "H1Y 1M5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.117 }, { "code": "H1Y 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.121 }, { "code": "H1Y 1H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.123 }, { "code": "H1Y 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.126 }, { "code": "H1Y 1E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.126 }, { "code": "H1Y 1M6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.128 }, { "code": "H1Y 1H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.136 }, { "code": "H1W 1B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.148 }, { "code": "H1X 1T9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.15 }, { "code": "H1W 1C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.157 }, { "code": "H1X 1R4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.16 }, { "code": "H1W 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.178 }, { "code": "H1Y 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.183 }, { "code": "H1Y 3B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.183 }, { "code": "H1Y 3B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.183 }, { "code": "H1X 1R2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.184 }, { "code": "H1X 1V1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.191 }, { "code": "H1W 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.192 }, { "code": "H1W 1K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.195 }, { "code": "H1X 1R3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.197 }, { "code": "H1X 1W3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.2 }, { "code": "H1Y 1M7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.202 }, { "code": "H1Y 1A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.204 }, { "code": "H1Y 1H4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.204 }, { "code": "H1X 1M5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.213 }, { "code": "H1Y 1M8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.213 }, { "code": "H1W 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.222 }, { "code": "H1W 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.223 }, { "code": "H1X 1K2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.226 }, { "code": "H1W 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.236 }, { "code": "H1W 1K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.236 }, { "code": "H1A 5P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Côte-des-Neiges–Notre-Dame-de-Grâce", "distance": 4.241 }, { "code": "H1W 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.248 }, { "code": "H1Y 1E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.248 }, { "code": "H1X 1H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.249 }, { "code": "H1Y 1K3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.249 }, { "code": "H1X 1V3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.252 }, { "code": "H1Y 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.256 }, { "code": "H1Y 1A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.256 }, { "code": "H1W 0B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.262 }, { "code": "H1W 0B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.262 }, { "code": "H1W 0B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.262 }, { "code": "H1W 0B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.262 }, { "code": "H1Y 1H5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.262 }, { "code": "H1X 1K1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.263 }, { "code": "H1X 1W5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.264 }, { "code": "H1X 1W7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.264 }, { "code": "H1Y 1C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.264 }, { "code": "H1Y 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.264 }, { "code": "H1X 1R5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.268 }, { "code": "H1W 3Z9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.272 }, { "code": "H1Y 1B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.279 }, { "code": "H1Y 1B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.279 }, { "code": "H1W 1G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.283 }, { "code": "H1Y 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.283 }, { "code": "H1Y 1C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.283 }, { "code": "H1X 1M6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.286 }, { "code": "H1X 1M7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.286 }, { "code": "H1Y 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.287 }, { "code": "H1X 1R7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.291 }, { "code": "H1Y 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.303 }, { "code": "H1W 3B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.308 }, { "code": "H1W 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.311 }, { "code": "H1Y 1E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.314 }, { "code": "H1Y 1A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.319 }, { "code": "H1Y 1H7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.322 }, { "code": "H1X 1R6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.325 }, { "code": "H1W 1G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.326 }, { "code": "H1W 3Y7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.328 }, { "code": "H1X 1V4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.333 }, { "code": "H1X 1K3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.337 }, { "code": "H1W 1L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.338 }, { "code": "H1X 1K5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.338 }, { "code": "H1Y 1H6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.344 }, { "code": "H1W 1K9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.345 }, { "code": "H1X 1M8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.346 }, { "code": "H1W 3X4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.348 }, { "code": "G7A 0V5", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0V6", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0V7", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0V9", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0W1", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0W2", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0W4", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0W5", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.349 }, { "code": "G7A 0X7", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.354 }, { "code": "G7A 0X8", "region": "Quebec", "region_code": "QC", "city": "Saint-Nicolas", "district": "Lévis", "distance": 4.354 }, { "code": "H1X 1M9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.357 }, { "code": "H1X 1H9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.358 }, { "code": "H1W 0A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.364 }, { "code": "H1Y 1E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.37 }, { "code": "H1W 3Y6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.372 }, { "code": "H1X 1K4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.374 }, { "code": "H1W 3B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.376 }, { "code": "H1W 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.377 }, { "code": "H1W 1C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.377 }, { "code": "H1W 3B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.377 }, { "code": "H1W 3E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.39 }, { "code": "H1W 3X3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.397 }, { "code": "H1W 3A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.4 }, { "code": "J4N 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Pointe-Saint-Charles", "distance": 4.402 }, { "code": "H1W 1H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.403 }, { "code": "H1Y 1E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.404 }, { "code": "H1X 1N1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.406 }, { "code": "H1X 1R8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.409 }, { "code": "H1X 1K6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.412 }, { "code": "H1V 1P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.416 }, { "code": "H1X 1N2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.419 }, { "code": "H1W 1A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.426 }, { "code": "H1X 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.426 }, { "code": "H1Y 1B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.435 }, { "code": "H1Y 1B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.435 }, { "code": "H1W 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.444 }, { "code": "H1Y 1B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.446 }, { "code": "H1Y 1E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.449 }, { "code": "H1W 3E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.456 }, { "code": "H1W 3C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.457 }, { "code": "H1W 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.462 }, { "code": "H1W 3H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.462 }, { "code": "H1W 3H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.462 }, { "code": "H1W 3Y1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.462 }, { "code": "H1W 1E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.466 }, { "code": "H1X 1R9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.469 }, { "code": "H1X 1K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.471 }, { "code": "H1W 1H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.473 }, { "code": "H1W 1H4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.473 }, { "code": "H1W 3A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.473 }, { "code": "H1X 1S1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.48 }, { "code": "H1W 1H5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.487 }, { "code": "H1W 3Y8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.488 }, { "code": "H1X 1N3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.489 }, { "code": "H1X 1N4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.492 }, { "code": "H1X 1G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.497 }, { "code": "H1X 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.497 }, { "code": "H1X 1K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.5 }, { "code": "H1Y 1B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.5 }, { "code": "H1W 3X8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.501 }, { "code": "H1X 1N6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.502 }, { "code": "H1W 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.523 }, { "code": "H1W 3G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.523 }, { "code": "H1W 3H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.523 }, { "code": "H1X 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.528 }, { "code": "H1X 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.528 }, { "code": "H1W 3X6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.53 }, { "code": "H1X 1S2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.54 }, { "code": "H1X 1V2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.541 }, { "code": "H1Y 1B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.542 }, { "code": "H1W 3C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.546 }, { "code": "H1W 3J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.548 }, { "code": "H1X 1V5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.551 }, { "code": "H1W 1H6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.552 }, { "code": "H1W 1H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.552 }, { "code": "H1W 3C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.552 }, { "code": "H1X 1S3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.553 }, { "code": "H1W 3Z1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.554 }, { "code": "H1W 3A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.557 }, { "code": "H1W 3K1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.575 }, { "code": "H1X 1N5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.575 }, { "code": "H1X 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.58 }, { "code": "H1X 1G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.58 }, { "code": "H1X 1J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.589 }, { "code": "H1X 0A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.593 }, { "code": "H1X 0A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.593 }, { "code": "H1X 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.596 }, { "code": "H1X 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.596 }, { "code": "H1W 1E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.597 }, { "code": "H1X 1W6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.602 }, { "code": "H1W 1E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.606 }, { "code": "H1W 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.606 }, { "code": "H1W 3J7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.606 }, { "code": "H1X 1Z9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.606 }, { "code": "H1X 1K9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.61 }, { "code": "H1W 1H7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.614 }, { "code": "H1W 3G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.622 }, { "code": "H1X 1L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.623 }, { "code": "H1X 1S5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.624 }, { "code": "H1X 1V6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.624 }, { "code": "H1X 1V7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.624 }, { "code": "H1X 1Z8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.624 }, { "code": "H1X 1W8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.626 }, { "code": "H1X 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.628 }, { "code": "H1W 3C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.631 }, { "code": "H1X 1S4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.637 }, { "code": "H1W 3X5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.639 }, { "code": "H1W 3C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.643 }, { "code": "H1X 1N7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.659 }, { "code": "H1X 1N8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.659 }, { "code": "H1X 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.661 }, { "code": "H1X 1G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.662 }, { "code": "H1W", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.665 }, { "code": "H1X 1C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.665 }, { "code": "H1X 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.672 }, { "code": "H1X 1E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.676 }, { "code": "H1W 1J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.687 }, { "code": "H1W 3L5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.69 }, { "code": "H1W 3J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.693 }, { "code": "H1X 1N9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.695 }, { "code": "H1X 1V8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.698 }, { "code": "H1X 2A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.704 }, { "code": "H1W 1H9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.706 }, { "code": "H1W 3G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.706 }, { "code": "H1W 3J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.706 }, { "code": "H1X 1S6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.708 }, { "code": "H1X 1V9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.708 }, { "code": "H1X 1L3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.709 }, { "code": "H1X 1Y6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.711 }, { "code": "H1W 3G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.712 }, { "code": "H1X 1S7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.718 }, { "code": "H1X 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.727 }, { "code": "H1X 1H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.735 }, { "code": "H1X 1H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.735 }, { "code": "H1W 0A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont–La Petite-Patrie", "distance": 4.739 }, { "code": "H1X 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.745 }, { "code": "H1X 1P1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.745 }, { "code": "H1X 1E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.757 }, { "code": "H1X 1W9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.76 }, { "code": "H1W 3C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.762 }, { "code": "H1W 3Y9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.77 }, { "code": "H1X 1W1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.775 }, { "code": "H1W 3C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.776 }, { "code": "H1X 1S8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.776 }, { "code": "H1X 1L5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.782 }, { "code": "H1X 1X1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.783 }, { "code": "H1X 1Z7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.783 }, { "code": "H1X 1S9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.786 }, { "code": "H1X 1W2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.788 }, { "code": "H1X 1P2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.792 }, { "code": "H1W 1J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.793 }, { "code": "H1W 1J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.793 }, { "code": "H1X 1A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.793 }, { "code": "H1W 3J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.794 }, { "code": "H1W 3J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.794 }, { "code": "H1X 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.804 }, { "code": "H1W 3C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.808 }, { "code": "H1W 3C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.814 }, { "code": "H1X 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.815 }, { "code": "H1X 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.815 }, { "code": "H1X 1C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.817 }, { "code": "H1X 1P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.818 }, { "code": "H1W 3G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.823 }, { "code": "H1X 0A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.823 }, { "code": "H1X 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.823 }, { "code": "H1X 1X2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.823 }, { "code": "H1W 3G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.827 }, { "code": "H1W 3Y3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.83 }, { "code": "H1W 3B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.836 }, { "code": "H1X 1A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.837 }, { "code": "H1X 1E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.837 }, { "code": "H1X 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.837 }, { "code": "H1X 1Y9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.839 }, { "code": "H1X 1X9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.846 }, { "code": "H1X 1L4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.847 }, { "code": "H1X 1J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.848 }, { "code": "H1X 1J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.852 }, { "code": "H1X 1T1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.852 }, { "code": "H1X 1Y7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.852 }, { "code": "H1W 3B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.853 }, { "code": "H1W 3L4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.857 }, { "code": "H1X 1X3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.857 }, { "code": "H1T 3X9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.86 }, { "code": "H1W 3X9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.862 }, { "code": "H1X 1T2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.865 }, { "code": "H1W 3G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.874 }, { "code": "H1W 3M7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.875 }, { "code": "H1X 1P4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.875 }, { "code": "H1X 2A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.878 }, { "code": "H1W 3Y2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.879 }, { "code": "H1W 1J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.88 }, { "code": "H1X 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.881 }, { "code": "H1W 3L2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.885 }, { "code": "H1W 3L3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.885 }, { "code": "H1X 1P5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.888 }, { "code": "H1X 1T4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.888 }, { "code": "H1W 3Y5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.89 }, { "code": "H1S 3G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Triangle", "distance": 4.893 }, { "code": "H1W 3J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.894 }, { "code": "H1W 3G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.897 }, { "code": "H1W 3P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.898 }, { "code": "H1W 3P5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.899 }, { "code": "H1W 3P6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.899 }, { "code": "H1W 3Y4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.9 }, { "code": "H1X 1Y1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.9 }, { "code": "H1W 3G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.902 }, { "code": "H1X 1J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.902 }, { "code": "H1Y 1J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.902 }, { "code": "H1W 3E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.903 }, { "code": "H1W 3J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.91 }, { "code": "H1W 3B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.917 }, { "code": "H1X 1J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.919 }, { "code": "H1X 1X4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.92 }, { "code": "H1X 1Z1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.921 }, { "code": "H1X 1Z2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.921 }, { "code": "H1X 2A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.923 }, { "code": "H1X 1P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.925 }, { "code": "H1X 1Z3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.925 }, { "code": "H1X 1B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.926 }, { "code": "H1W 1J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.929 }, { "code": "H1X 1T3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.938 }, { "code": "H1X 1T6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.938 }, { "code": "H1W 3B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.941 }, { "code": "H1X 1L6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.945 }, { "code": "H1W 3S6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.946 }, { "code": "H1X 1Y2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.946 }, { "code": "H1X 2A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.946 }, { "code": "H1X 1A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.959 }, { "code": "H1W 3S7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.96 }, { "code": "H1X 1P6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.961 }, { "code": "H1W 3M6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.962 }, { "code": "H1X", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.967 }, { "code": "H1W 3S5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.971 }, { "code": "H1X 1L7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.971 }, { "code": "H1W 3J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.973 }, { "code": "H1W 3E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.976 }, { "code": "H1X 1X5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.977 }, { "code": "H1W 1J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.981 }, { "code": "H1W 3P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.981 }, { "code": "H1X 1L8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.981 }, { "code": "H1X 1X6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.981 }, { "code": "H1W 3E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.982 }, { "code": "H1W 3P4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.983 }, { "code": "H1X 1H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.986 }, { "code": "H1X 1Z6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.989 }, { "code": "H1W 3H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.99 }, { "code": "H1X 2A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.992 }, { "code": "H1W 3E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.994 }, { "code": "H1W 3T1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.994 }, { "code": "H1W 4A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.994 }, { "code": "H1W 3M5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.995 }, { "code": "H1W 3K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Hochelaga", "distance": 4.998 }, { "code": "H1X 1T5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.999 }, { "code": "H1X 1E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 5.0 }] }curl --location 'https://api.apifreaks.com/v1.0/zipcode/search/radius?code=H2V%201Z7&country=CA&radius=5&unit=km' \ --header 'X-apiKey: API-KEY'
The response from the ZIP Codes Radius Search API is sorted in ascending order of distance from the center point. The response is paginated, returning up to 500 postcodes per page. The example below shows only the first page of results, while the full response contains 28 pages in total.
To get the rest of postcodes in above response, you must send same request to the ZIP Codes Radius Search API and include the page number along with it. page=n URL parameter in request return page number `n` is the response page number to fetch. The value of `n` must be from `1` to `total_pages` returned in the response i.e. 28 in the above response.
Let’s fetch the page number 3 from above response. Here is a cURL request to do that:
# Response "total_results": 13655, "total_pages": 28, "current_page": 3, "current_page_size": 500, "results": [{ "code": "H2J 1J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 0.364 }, { "code": "H2J 1J7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 0.364 }, { "code": "H2J 0B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.189 }, { "code": "H2J 1N2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.191 }, { "code": "H2J 1N5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.212 }, { "code": "H2J 1J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.221 }, { "code": "H2J 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.246 }, { "code": "H2J 1N3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.259 }, { "code": "H2J 1N4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.259 }, { "code": "H2J 1E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.27 }, { "code": "H2J 1E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.27 }, { "code": "H2J 1J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.298 }, { "code": "H2J 1N6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.299 }, { "code": "H2J 1J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.309 }, { "code": "H2J 1K1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.311 }, { "code": "H2L 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.311 }, { "code": "H2J 1E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.318 }, { "code": "H2J 1J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.318 }, { "code": "H2J 1N7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.328 }, { "code": "H2J 1E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.355 }, { "code": "H2J 1E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.356 }, { "code": "H2J 1B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.357 }, { "code": "H2J 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.362 }, { "code": "H2L 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.374 }, { "code": "H2J 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.378 }, { "code": "H2J 1B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.379 }, { "code": "H2J 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.381 }, { "code": "H2J 1N8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.388 }, { "code": "H2J 1N9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.388 }, { "code": "H2J 1C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.398 }, { "code": "H2J 1B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.401 }, { "code": "H2J 1K3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.401 }, { "code": "H2J 1B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.424 }, { "code": "H2J 1B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.424 }, { "code": "H2J 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.426 }, { "code": "H2J 1P1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.44 }, { "code": "H2J 1B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.447 }, { "code": "H2J 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.449 }, { "code": "H2J 1G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.451 }, { "code": "H2J 1K4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.462 }, { "code": "H2J 1K5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.462 }, { "code": "H2J 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.47 }, { "code": "H2J 0A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.482 }, { "code": "H2J 1C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.492 }, { "code": "H2J 1P4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.498 }, { "code": "H2J 1G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.513 }, { "code": "H2J 1P2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.517 }, { "code": "H2J 1P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.52 }, { "code": "H2J 1G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.524 }, { "code": "H2J 1K6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.527 }, { "code": "H2J 3E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.535 }, { "code": "H2J 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.538 }, { "code": "H2J 3E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.539 }, { "code": "H2J 1K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.54 }, { "code": "H2J 3E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.553 }, { "code": "H2J 1P5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.557 }, { "code": "H2J 3E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.557 }, { "code": "H2J 1P6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.56 }, { "code": "H2J 1K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.566 }, { "code": "H2J 1K9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.579 }, { "code": "H2J 3E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.579 }, { "code": "H2J 3E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.58 }, { "code": "H2J 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.587 }, { "code": "H2J 1G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.599 }, { "code": "H2J 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.602 }, { "code": "H2J 3E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.61 }, { "code": "H2J 3G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.62 }, { "code": "H2J 3G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.62 }, { "code": "H2J 3E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.624 }, { "code": "H2J 3G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.634 }, { "code": "H2J 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.635 }, { "code": "H2J 1P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.637 }, { "code": "H2J 1P8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.637 }, { "code": "H2J 3G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.637 }, { "code": "H2J 3G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.641 }, { "code": "H2J 0B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.642 }, { "code": "H2J 0B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.642 }, { "code": "H2J 3G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.646 }, { "code": "H2J 3G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.649 }, { "code": "H2J 1L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.655 }, { "code": "H2J 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.657 }, { "code": "H2L 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.666 }, { "code": "H2J 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.667 }, { "code": "H2J 0B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.668 }, { "code": "H2J 1L2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.668 }, { "code": "H2J 3G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.668 }, { "code": "H2J 3H4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.678 }, { "code": "H2J 3H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.689 }, { "code": "H2J 1P9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.69 }, { "code": "H2J 3H5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.69 }, { "code": "H2L 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.692 }, { "code": "H2J 3H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.701 }, { "code": "H2J 1G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.709 }, { "code": "H2J 1L5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.71 }, { "code": "H2J 3J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.715 }, { "code": "H2J 3J4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.715 }, { "code": "H2J 0A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.716 }, { "code": "H2J 0A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.716 }, { "code": "H2J 0A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.716 }, { "code": "H2J 0A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.716 }, { "code": "H2J 0A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.716 }, { "code": "H2J 1L4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.718 }, { "code": "H2J 3J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.72 }, { "code": "H2J 3J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.72 }, { "code": "H2J 3J5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.73 }, { "code": "H2J 3J6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.73 }, { "code": "H2J 1A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Mile-End", "distance": 1.735 }, { "code": "H2J 3H9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.743 }, { "code": "H2J 3J8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.76 }, { "code": "H2J 1L3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.767 }, { "code": "H2J 3J7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.767 }, { "code": "H2J 3H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.789 }, { "code": "H2J 1A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.792 }, { "code": "H2J 3G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.792 }, { "code": "H2J 3K9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.792 }, { "code": "H2J 3L1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.797 }, { "code": "H2J 3L2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.798 }, { "code": "H2J 3J9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.801 }, { "code": "H2J 3K1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.801 }, { "code": "H2J 3H6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.804 }, { "code": "H2J 3H7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.804 }, { "code": "H2J 3K8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.805 }, { "code": "H2J 1R1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.807 }, { "code": "H2J 1R2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.807 }, { "code": "H2J 3L3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.807 }, { "code": "H2J 1L6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.81 }, { "code": "H2J 3K7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.81 }, { "code": "H2J 3L4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.814 }, { "code": "H2J 3K6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.815 }, { "code": "H2J 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.826 }, { "code": "H2J 3L6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.826 }, { "code": "H2J 1L7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.836 }, { "code": "H2J 3L5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.836 }, { "code": "H2J 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.837 }, { "code": "H2J 1G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.86 }, { "code": "H2J 3M4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.86 }, { "code": "H2J 3M6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.86 }, { "code": "H2J 3M8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.861 }, { "code": "H2J 3K5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.867 }, { "code": "H2J 3L8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.867 }, { "code": "H2J 3M5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.869 }, { "code": "H2J 1R4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.874 }, { "code": "H2J 3L7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.875 }, { "code": "H2J 3M7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.881 }, { "code": "H2J 1R3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.884 }, { "code": "H2J 1R6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.884 }, { "code": "H2J 1L8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.886 }, { "code": "H2J 3M2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.886 }, { "code": "H2J 3K2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.892 }, { "code": "H2J 1L9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.893 }, { "code": "H2J 3M3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.898 }, { "code": "H2J 3N1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.902 }, { "code": "H2J 3M9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.905 }, { "code": "H2J 1R5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.908 }, { "code": "H2J 3N3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.914 }, { "code": "H2J 3P6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.919 }, { "code": "H2J 1M2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.921 }, { "code": "H2J 3P5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.923 }, { "code": "H2J 3M1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.927 }, { "code": "H2J 3P2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.928 }, { "code": "H2J 3H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 1.936 }, { "code": "H2J 1H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.938 }, { "code": "H2J 3N2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.94 }, { "code": "H2J 3N9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.94 }, { "code": "H2L 0C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.94 }, { "code": "H2J 3P7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.941 }, { "code": "H2J 3P3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.943 }, { "code": "H2J 3N8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.944 }, { "code": "H2J 3K3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.946 }, { "code": "H2J 3P8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.949 }, { "code": "H2J 1H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.95 }, { "code": "H2J 3P1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.952 }, { "code": "H2J 1H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.953 }, { "code": "H2L 0B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.959 }, { "code": "H2J 1M1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.965 }, { "code": "H2J 3P9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.973 }, { "code": "H2J 3N6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 1.996 }, { "code": "H2J 3N7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.0 }, { "code": "H2J 3S4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.0 }, { "code": "H2J 1H4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.002 }, { "code": "H2J 3R1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.002 }, { "code": "H2J 3S2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.005 }, { "code": "H2J 3S3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.005 }, { "code": "H2J 3S5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.005 }, { "code": "H2J 3R2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.01 }, { "code": "H2J 3S6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.012 }, { "code": "H2J 1H5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.015 }, { "code": "H2J 3S7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.016 }, { "code": "H2J 3S1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.019 }, { "code": "H2J 3S8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.022 }, { "code": "H2L 0C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2L 0M2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.023 }, { "code": "H2J 3R5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.025 }, { "code": "H2J 3R9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.025 }, { "code": "H2J 1M3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.031 }, { "code": "H2J 1M4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.031 }, { "code": "H2J 3T1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.031 }, { "code": "H2J 3R7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.033 }, { "code": "H2J 1B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.036 }, { "code": "H2J 3R6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.067 }, { "code": "H2J 1H6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.077 }, { "code": "H2J 3S9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.077 }, { "code": "H2J 3N4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.084 }, { "code": "H2J 3T3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.086 }, { "code": "H2J 3V3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.086 }, { "code": "H2J 3V4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.091 }, { "code": "H2J 3V5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.091 }, { "code": "H2L 0B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.091 }, { "code": "H2J 3V7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.092 }, { "code": "H2J 1R9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.099 }, { "code": "H2J 3V1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.101 }, { "code": "H2J 3V2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.101 }, { "code": "H2J 3W1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.102 }, { "code": "H2J 3V9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.103 }, { "code": "H2J 3V6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.107 }, { "code": "H2J 1M5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.108 }, { "code": "H2J 3T7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.11 }, { "code": "H2J 1S1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.112 }, { "code": "H2J 3V8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.112 }, { "code": "H2J 3T8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.114 }, { "code": "H2J 3T5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.116 }, { "code": "H2L 0B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.116 }, { "code": "H2L 0B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.118 }, { "code": "H2J 3T6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.119 }, { "code": "H2J 1H7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.121 }, { "code": "H2J 1M6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.124 }, { "code": "H2J 3W2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.124 }, { "code": "H2J 3R3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.131 }, { "code": "H2L 0B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.134 }, { "code": "H2J 3T4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.146 }, { "code": "H2J 3W3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.158 }, { "code": "H2J 1H8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.166 }, { "code": "H2J 3W4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.166 }, { "code": "H2J 1B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.167 }, { "code": "H2J 1S2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.179 }, { "code": "H2J 3X6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.182 }, { "code": "H2J 1M7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.191 }, { "code": "H2J 3X3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.191 }, { "code": "H2J 3X5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.191 }, { "code": "H2J 3X2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.196 }, { "code": "H2J 3X1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.2 }, { "code": "H2J 3X4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.203 }, { "code": "H2J 3T2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.204 }, { "code": "H2J 3W9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.207 }, { "code": "H2J 1M8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.214 }, { "code": "H2J 1N1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.214 }, { "code": "H2J 3W8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.215 }, { "code": "H2G 3A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.229 }, { "code": "H2L 0C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.229 }, { "code": "H2L 0C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.229 }, { "code": "H2L 0C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.229 }, { "code": "H2L 0E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.229 }, { "code": "H2L 0G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.229 }, { "code": "H2L 0B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.231 }, { "code": "H2J 3W7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.235 }, { "code": "H2J 1H9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.244 }, { "code": "H2J 1J1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.247 }, { "code": "H2J 1B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.251 }, { "code": "H2J 1J2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.257 }, { "code": "H2G 3B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.269 }, { "code": "H2L 0A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.275 }, { "code": "H2J 3W5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.288 }, { "code": "H2J 3W6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.288 }, { "code": "H2H 1G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.3 }, { "code": "H2J 1M9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.304 }, { "code": "H2J 1E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.307 }, { "code": "H2G 3B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.317 }, { "code": "H2L 0C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.337 }, { "code": "H2H 1B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.346 }, { "code": "H2J 1J3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.346 }, { "code": "H2J 1E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.357 }, { "code": "H2G 3G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.361 }, { "code": "H2G 3A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.392 }, { "code": "H2H 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.4 }, { "code": "H2H 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.4 }, { "code": "H2L 0A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.4 }, { "code": "H2L 0B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.402 }, { "code": "H2H 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.418 }, { "code": "H2H 1B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.418 }, { "code": "H2J 1A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.422 }, { "code": "H2G 2W2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.444 }, { "code": "H2G 2W9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.444 }, { "code": "H2H 1B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.448 }, { "code": "H2H 1E1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.464 }, { "code": "H2H 1E3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.464 }, { "code": "H2G 2Z7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.469 }, { "code": "H2L 0A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 2.477 }, { "code": "H2H 1B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.481 }, { "code": "H2G 3B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.51 }, { "code": "H2H 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.52 }, { "code": "H2H 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.531 }, { "code": "H2G 2X8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.542 }, { "code": "H2H 1B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.548 }, { "code": "H2H 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.558 }, { "code": "H2G 2T8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.593 }, { "code": "H2L 0G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.6 }, { "code": "H2H 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.607 }, { "code": "H2L 0G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.61 }, { "code": "H2H 1B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.614 }, { "code": "H2H 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.618 }, { "code": "H2H 1E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.621 }, { "code": "H2H 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.622 }, { "code": "H2H 1B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.627 }, { "code": "H2L 0G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.636 }, { "code": "H2G 2V1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.638 }, { "code": "H2G 2W3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.649 }, { "code": "H2G 2W4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.649 }, { "code": "H2G 3G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.649 }, { "code": "H2G 3A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.658 }, { "code": "H2H 1A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.662 }, { "code": "H2G 2T9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.672 }, { "code": "H2G 2X9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.68 }, { "code": "H2L 0C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.682 }, { "code": "H2L 0C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.682 }, { "code": "H2H 1E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.688 }, { "code": "H2L 0H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "TOD quartier Berri UQAM", "distance": 2.688 }, { "code": "H2H 1B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.707 }, { "code": "H2H 1C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.707 }, { "code": "H2L 0G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.712 }, { "code": "H2G 3B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.719 }, { "code": "H2G 3B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.721 }, { "code": "H2G 2W5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.724 }, { "code": "H2G 2W6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.724 }, { "code": "H2G 2Y1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.737 }, { "code": "H2H", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.739 }, { "code": "H2G 2V2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.748 }, { "code": "H2G 2Z8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.755 }, { "code": "H2H 1E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.755 }, { "code": "H2H 1E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.768 }, { "code": "H2H 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.772 }, { "code": "H2H 0A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.777 }, { "code": "H2H 1A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.778 }, { "code": "H2H 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.783 }, { "code": "H2G 2Y2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.786 }, { "code": "H2G 2Y4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.786 }, { "code": "H2G 3A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.786 }, { "code": "H2G 3G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.786 }, { "code": "H2H 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.786 }, { "code": "H2K 4T2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.796 }, { "code": "H2G 0A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.797 }, { "code": "H2G 2Z9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.798 }, { "code": "H2G 2W7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.816 }, { "code": "H2H 1C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.823 }, { "code": "H2G 1B5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.825 }, { "code": "H2G 2W8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.828 }, { "code": "H2G 3E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.828 }, { "code": "H2H 1G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.838 }, { "code": "H2H 1G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.838 }, { "code": "H2H 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.838 }, { "code": "H2G 1B7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.853 }, { "code": "H2G 2Z2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.857 }, { "code": "H2G 2V4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.859 }, { "code": "H2G 2Y3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.875 }, { "code": "H2G 2V3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.882 }, { "code": "H2L", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 2.887 }, { "code": "H2G 2Y5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.89 }, { "code": "H2J 1R7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.899 }, { "code": "H2H 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.904 }, { "code": "H2G 3A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.905 }, { "code": "H2G 3B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.905 }, { "code": "H2G 2Z1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.911 }, { "code": "H2G 2Z4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.911 }, { "code": "H2G 3C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.911 }, { "code": "H2G 3G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.934 }, { "code": "H2G 3H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.934 }, { "code": "H2H 1G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 2.942 }, { "code": "H2G 3C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.952 }, { "code": "H2H 1B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.957 }, { "code": "H2G 3A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.959 }, { "code": "H2G 3B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.965 }, { "code": "H2G 2V5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.967 }, { "code": "H2G 3C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.968 }, { "code": "H2G 2Y6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.971 }, { "code": "H2G 2Y7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 2.971 }, { "code": "H2H 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 3.007 }, { "code": "H2G 2Z3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.009 }, { "code": "H2G 1G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.026 }, { "code": "H2G 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.026 }, { "code": "H2G 2X1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.029 }, { "code": "H2G 1G7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.035 }, { "code": "H2G 2V6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.064 }, { "code": "H2G 2V8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Verdun", "distance": 3.064 }, { "code": "H2G", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.071 }, { "code": "H2G 3G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.077 }, { "code": "H2G 3C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.078 }, { "code": "H2L 0A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 3.078 }, { "code": "H2G 1H1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.084 }, { "code": "H2G 1G8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.086 }, { "code": "H2G 3A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.086 }, { "code": "H2K 4S9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 3.089 }, { "code": "H2G 3G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.126 }, { "code": "H2G 1G9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.141 }, { "code": "H2H 0A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Le Plateau-Mont-Royal", "distance": 3.178 }, { "code": "H2G 1H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.186 }, { "code": "H2L 0B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 3.187 }, { "code": "H2L 0A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Gay Village", "distance": 3.192 }, { "code": "H2G 1H3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.195 }, { "code": "H2G 2Y9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.197 }, { "code": "H2L 0A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Vieux-Montréal", "distance": 3.207 }, { "code": "H2L 0A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 3.207 }, { "code": "H2G 2X3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.209 }, { "code": "H2G 3C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.214 }, { "code": "H2G 1H4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.222 }, { "code": "H2G 3B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.233 }, { "code": "H2L 0A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 3.239 }, { "code": "H2G 2X2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.25 }, { "code": "H2L 0G5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Vieux-Montréal", "distance": 3.258 }, { "code": "H2G 1H6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.261 }, { "code": "H2G 3B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.268 }, { "code": "H2G 1A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.27 }, { "code": "H2G 1A2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.27 }, { "code": "H2L 0A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 3.289 }, { "code": "H2L 0B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ville-Marie", "distance": 3.297 }, { "code": "H2G 3A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.307 }, { "code": "H2G 2V7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.308 }, { "code": "H2G 1A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.309 }, { "code": "H2G 1A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.333 }, { "code": "H2G 1A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.336 }, { "code": "H2G 3A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.336 }, { "code": "H2G 2Z5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.369 }, { "code": "H2G 3G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.379 }, { "code": "H2G 1A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.385 }, { "code": "H2G 2Z6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.385 }, { "code": "H2G 1A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.388 }, { "code": "H2G 2X4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.399 }, { "code": "H2G 2X5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.414 }, { "code": "H2G 1A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.437 }, { "code": "H2G 2Y8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.437 }, { "code": "H2G 2X6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.445 }, { "code": "H2G 1B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.462 }, { "code": "H2G 2W1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.467 }, { "code": "H2G 1B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 3.49 }, { "code": "H2G 2X7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 3.49 }, { "code": "H2G 1B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.533 }, { "code": "H2G 1B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.542 }, { "code": "H2G 2V9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.542 }, { "code": "H2G 3H2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.559 }, { "code": "H2G 1B6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.597 }, { "code": "H2G 3E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.597 }, { "code": "H2G 1B8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.642 }, { "code": "H2G 1B9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.651 }, { "code": "H2E 3A3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 3.665 }, { "code": "H2G 1E7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.675 }, { "code": "H2G 1E8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.693 }, { "code": "H2G 1C1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 3.698 }, { "code": "H2G 1G1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.715 }, { "code": "H2G 1C2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.725 }, { "code": "H2G 1C3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 3.745 }, { "code": "H2G 1G2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.755 }, { "code": "H2G 1E9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.772 }, { "code": "H2G 1G3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.791 }, { "code": "H2G 1C4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.804 }, { "code": "H2G 1C5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.804 }, { "code": "H2G 1G4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.843 }, { "code": "H2G 1C6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.853 }, { "code": "H2G 1C7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.853 }, { "code": "H2G 1C8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.91 }, { "code": "H2G 1C9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 3.91 }, { "code": "H2H 1G6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 3.927 }, { "code": "H2G 1E2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.96 }, { "code": "H2G 1E4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 3.97 }, { "code": "H2G 1E5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Rosemont", "distance": 4.04 }, { "code": "H2G 1E6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "La Petite-Patrie", "distance": 4.04 }, { "code": "H2E 2Y4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.08 }, { "code": "H2E 2Y5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.126 }, { "code": "H2E 3A4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.134 }, { "code": "H2E 3A6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.146 }, { "code": "H2E 3A5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.176 }, { "code": "H2E 3B1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.176 }, { "code": "H2E 3A8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.231 }, { "code": "H2E 2Y7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.263 }, { "code": "H2E 3A9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.274 }, { "code": "H2E 3B3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.304 }, { "code": "H2E 2Y6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.397 }, { "code": "H2E 2Y9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.397 }, { "code": "H2E 3B2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.503 }, { "code": "H2E 3B4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray", "distance": 4.503 }, { "code": "H2E 2Y8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.56 }, { "code": "H2E 3A7", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 4.681 }, { "code": "H2E 2Z1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.69 }, { "code": "H2E 2Z2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.718 }, { "code": "H2E 2Z3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.72 }, { "code": "H2E 2Z8", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 4.856 }, { "code": "H2E 2Z6", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ahuntsic", "distance": 4.857 }, { "code": "H2E 2Z9", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ahuntsic", "distance": 4.861 }, { "code": "H2E 3A1", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Ahuntsic", "distance": 4.868 }, { "code": "H2E 2Z4", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 4.878 }, { "code": "H2E 2Y3", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 4.896 }, { "code": "H2E 2Y2", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Villeray–Saint-Michel–Parc-Extension", "distance": 4.927 }, { "code": "H2E 2Z5", "region": "Quebec", "region_code": "QC", "city": "Urban agglomeration of Montreal", "district": "Saint-Michel", "distance": 4.946 }] }curl --location 'https://api.apifreaks.com/v1.0/zipcode/search/radius?code=H2V%201Z7&country=CA&radius=5&unit=km&page=3' \ --header 'X-apiKey: API-KEY'
To use the ZIP Codes Radius Search API, provide the following parameters: lat (latitude of the central point), long (longitude of the central point), radius (distance around the central point), and unit (optional; allowed values: mi, km, yd, m, ft, in; default is km).
For example, to find all ZIP codes within a 10-mile radius around coordinates lat: 51.5132348, long: -0.2181893, you can use the following request. Here is a cURL request to do that:
# Response { "total_results": 133652, "total_pages": 268, "current_page": 1, "current_page_size": 500, "results": [{ "code": "SE19 1SR", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.455 }, { "code": "SE19 1SP", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.485 }, { "code": "SE19 1SW", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.532 }, { "code": "SE19 1SN", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.629 }, { "code": "SE19 1SJ", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.643 }, { "code": "SE19 1SH", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Lambeth", "distance": 8.682 }, { "code": "SE19 1SL", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.684 }, { "code": "SE19 1SS", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Lambeth", "distance": 8.713 }, { "code": "SE19 1SZ", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Southwark", "distance": 8.722 }, { "code": "SE19 1SQ", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Lambeth", "distance": 8.751 }, { "code": "SE19 1ST", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Lambeth", "distance": 8.757 }, { "code": "SE19 1SG", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Lambeth", "distance": 8.778 }, { "code": "WD6 2RW", "region": "England", "region_code": "ENG", "city": "London", "district": "London Borough of Barnet", "distance": 9.069 }, { "code": "WD6 2RP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.101 }, { "code": "WD6 2RN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.132 }, { "code": "WD6 2SX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.212 }, { "code": "WD6 2SR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.245 }, { "code": "WD6 3RG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.249 }, { "code": "WD6 2SB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.256 }, { "code": "WD6 2ST", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.27 }, { "code": "WD6 2SS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.275 }, { "code": "WD6 2SQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.286 }, { "code": "WD6 2SU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.287 }, { "code": "WD6 3RE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.3 }, { "code": "WD6 2BW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.304 }, { "code": "WD6 2SA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.312 }, { "code": "WD6 2SG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.312 }, { "code": "WD6 2FQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.326 }, { "code": "WD6 2TB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.327 }, { "code": "WD6 2SW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.329 }, { "code": "WD6 2BT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.335 }, { "code": "WD6 2SP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.336 }, { "code": "WD6 2SF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.344 }, { "code": "WD6 2FR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.349 }, { "code": "WD6 3QU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.352 }, { "code": "WD6 2SE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.356 }, { "code": "WD6 2TA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.357 }, { "code": "WD6 3BL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.358 }, { "code": "WD6 2SY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.36 }, { "code": "WD6 2AX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Borehamwood", "distance": 9.365 }, { "code": "WD6 2SJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.369 }, { "code": "WD6 2SD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.371 }, { "code": "WD6 3RA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.385 }, { "code": "WD6 2FX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.391 }, { "code": "WD6 3QX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.392 }, { "code": "WD6 2SN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.394 }, { "code": "WD6 2JE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.395 }, { "code": "WD6 2SH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.397 }, { "code": "WD6 2JD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.398 }, { "code": "WD6 2GA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.4 }, { "code": "WD6 2HP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Borehamwood", "distance": 9.401 }, { "code": "WD6 2JN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.408 }, { "code": "WD6 2AP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.414 }, { "code": "WD6 3RD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.422 }, { "code": "WD6 2SL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.425 }, { "code": "WD6 2DR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.427 }, { "code": "WD6 3QY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.427 }, { "code": "WD6 2JL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.434 }, { "code": "WD6 2JS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.438 }, { "code": "WD6 2JT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.445 }, { "code": "WD6 3SY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.448 }, { "code": "WD6 2JR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.452 }, { "code": "WD6 2JA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.453 }, { "code": "WD6 2XX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.454 }, { "code": "WD6 3QZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.454 }, { "code": "WD6 2JB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.457 }, { "code": "WD6 2JW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.459 }, { "code": "WD6 2JF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.461 }, { "code": "WD6 3FT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.464 }, { "code": "WD6 2HY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.468 }, { "code": "WD6 2HA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.469 }, { "code": "WD6 2HB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.469 }, { "code": "WD6 3RQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.473 }, { "code": "WD6 2EG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.479 }, { "code": "WD6 3SZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.481 }, { "code": "WD6 2JJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.482 }, { "code": "WD6 2HN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.487 }, { "code": "WD6 2EY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.488 }, { "code": "WD6 2DB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.489 }, { "code": "WD6 3DE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.491 }, { "code": "WD6 2HX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.492 }, { "code": "WD6 3SA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.494 }, { "code": "WD6 2PX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.499 }, { "code": "WD6 2JP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.5 }, { "code": "WD6 3RY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.501 }, { "code": "WD6 2JU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.504 }, { "code": "WD6 3JF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.506 }, { "code": "WD6 2HD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.507 }, { "code": "WD6 2HF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.509 }, { "code": "WD6 2PU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.51 }, { "code": "WD6 2LA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.515 }, { "code": "WD6 2EZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.516 }, { "code": "WD6 2HG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.516 }, { "code": "WD6 2JG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.516 }, { "code": "WD6 3NJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.518 }, { "code": "WD6 2PY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.519 }, { "code": "WD6 3DH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.522 }, { "code": "WD6 2HU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.523 }, { "code": "WD6 3RH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.524 }, { "code": "WD6 2EU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.525 }, { "code": "WD6 3DS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.525 }, { "code": "WD6 3JB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.527 }, { "code": "WD6 3JQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.528 }, { "code": "WD6 2JH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.529 }, { "code": "WD6 2JQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.529 }, { "code": "WD6 3SB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.529 }, { "code": "WD6 2PT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.538 }, { "code": "WD6 2PS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.539 }, { "code": "WD6 3JX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.539 }, { "code": "WD6 3JE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.54 }, { "code": "WD6 2HE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.544 }, { "code": "WD6 3LB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.544 }, { "code": "WD6 3DR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.546 }, { "code": "WD6 3LF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.546 }, { "code": "WD6 3RZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.546 }, { "code": "WD6 3LL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.548 }, { "code": "WD6 2PZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.549 }, { "code": "WD6 3SE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.555 }, { "code": "WD6 3SG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.556 }, { "code": "WD6 2QS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.559 }, { "code": "WD6 3DG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.56 }, { "code": "WD6 2DS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.561 }, { "code": "WD6 2HS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.562 }, { "code": "WD6 2HH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.563 }, { "code": "WD6 2DP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.565 }, { "code": "WD6 2ES", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.565 }, { "code": "WD6 2FA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.571 }, { "code": "WD6 3JA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.571 }, { "code": "WD6 2ET", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.574 }, { "code": "WD23 1SB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.575 }, { "code": "WD6 2QP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.575 }, { "code": "WD6 3DP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.575 }, { "code": "WD6 3FG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.575 }, { "code": "WD6 2HQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.581 }, { "code": "WD6 3HG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.585 }, { "code": "WD6 2BD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.586 }, { "code": "WD6 2EW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.586 }, { "code": "WD6 3HH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.587 }, { "code": "WD6 2ER", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.591 }, { "code": "WD6 3SF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.591 }, { "code": "WD6 2HT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.592 }, { "code": "WD6 3JY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.595 }, { "code": "WD6 2QR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.596 }, { "code": "WD6 3HP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.597 }, { "code": "WD6 3SJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.597 }, { "code": "WD23 1NT", "region": "England", "region_code": "ENG", "city": "London Borough of Harrow", "district": "London Borough of Harrow", "distance": 9.598 }, { "code": "WD6 2NA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.6 }, { "code": "WD6 3LA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.603 }, { "code": "WD6 2DU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.604 }, { "code": "WD6 3DD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.606 }, { "code": "WD6 3HR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.608 }, { "code": "WD6 3DB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.609 }, { "code": "WD6 3HL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.61 }, { "code": "WD23 1NX", "region": "England", "region_code": "ENG", "city": "London Borough of Harrow", "district": "London Borough of Harrow", "distance": 9.612 }, { "code": "WD6 2BA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.612 }, { "code": "WD6 2BN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.616 }, { "code": "WD6 3SL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.617 }, { "code": "WD23 1JA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.618 }, { "code": "WD6 2DT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.62 }, { "code": "WD6 3PX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.621 }, { "code": "WD6 3JG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.625 }, { "code": "WD23 1SN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.626 }, { "code": "WD6 2DD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.626 }, { "code": "WD6 3DW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.626 }, { "code": "WD23 1JB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.628 }, { "code": "WD6 3HF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.629 }, { "code": "WD6 3JD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.629 }, { "code": "WD23 1NA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.63 }, { "code": "WD23 1GP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.632 }, { "code": "WD6 3HJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.637 }, { "code": "WD6 3HN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.637 }, { "code": "WD6 3HT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.637 }, { "code": "WD6 3JZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.637 }, { "code": "WD6 3BZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.638 }, { "code": "WD6 3PY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.638 }, { "code": "WD6 2EP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.64 }, { "code": "WD6 2NJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.641 }, { "code": "WD6 2FY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.642 }, { "code": "WD6 3HE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.642 }, { "code": "WD6 2BB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.643 }, { "code": "WD6 3SN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.643 }, { "code": "WD6 3TN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.643 }, { "code": "WD6 3SS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.645 }, { "code": "WD23 1NF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.646 }, { "code": "WD6 3DU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.646 }, { "code": "WD6 2FT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.647 }, { "code": "WD6 2NH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.647 }, { "code": "WD6 2DX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.648 }, { "code": "WD6 2LZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.648 }, { "code": "WD6 3JP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.648 }, { "code": "WD6 3PZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.649 }, { "code": "WD6 2PR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.652 }, { "code": "WD6 3HW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.652 }, { "code": "WD6 2QT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.653 }, { "code": "WD6 3ST", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.653 }, { "code": "WD6 2PP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.656 }, { "code": "WD6 2QW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.656 }, { "code": "WD6 2BG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.66 }, { "code": "WD23 1NY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.663 }, { "code": "WD6 2AA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.664 }, { "code": "WD6 2FW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.665 }, { "code": "WD6 3FE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.665 }, { "code": "WD6 3FW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.665 }, { "code": "WD23 1LU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.666 }, { "code": "WD6 2ND", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.666 }, { "code": "WD6 3HA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.666 }, { "code": "WD6 3HS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.669 }, { "code": "WD6 3SR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.67 }, { "code": "WD6 3HB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.671 }, { "code": "WD23 1NN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.672 }, { "code": "WD6 3JH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.673 }, { "code": "WD6 2PN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.674 }, { "code": "WD6 3FF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.674 }, { "code": "WD23 1JD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.675 }, { "code": "WD6 2QN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.675 }, { "code": "WD23 1JQ", "region": "England", "region_code": "ENG", "city": "London Borough of Harrow", "district": "London Borough of Harrow", "distance": 9.677 }, { "code": "WD6 2AB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.68 }, { "code": "WD6 3SU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.681 }, { "code": "WD6 3TH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.681 }, { "code": "WD6 2QX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.682 }, { "code": "WD6 3EZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.682 }, { "code": "WD6 2BE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.684 }, { "code": "WD6 2LX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.684 }, { "code": "WD6 3EB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.684 }, { "code": "WD23 1JG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.685 }, { "code": "WD23 1NS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.685 }, { "code": "WD6 2LE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.686 }, { "code": "WD6 2NQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.686 }, { "code": "WD6 3DN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.689 }, { "code": "WD6 2LY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.692 }, { "code": "WD6 2PA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.693 }, { "code": "WD6 3DJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.693 }, { "code": "WD6 3JS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.693 }, { "code": "WD6 2DY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.698 }, { "code": "WD6 2PB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.698 }, { "code": "WD23 1RB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.699 }, { "code": "WD6 3EY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.7 }, { "code": "WD6 2LN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.701 }, { "code": "WD6 2PF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.701 }, { "code": "WD6 2QU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.701 }, { "code": "WD6 3BY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.701 }, { "code": "WD6 2NE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.705 }, { "code": "WD6 3JR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.705 }, { "code": "WD6 2PE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.707 }, { "code": "WD23 1RF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.708 }, { "code": "WD6 2AH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.708 }, { "code": "WD6 2PW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.708 }, { "code": "WD6 2BH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.709 }, { "code": "WD6 2PL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.709 }, { "code": "WD6 3HZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.709 }, { "code": "WD6 3EW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.71 }, { "code": "WD6 3TJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.71 }, { "code": "WD6 3ES", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.711 }, { "code": "WD6 3ET", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.711 }, { "code": "WD23 1PZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.712 }, { "code": "WD23 1XB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.712 }, { "code": "WD6 2LL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.712 }, { "code": "WD6 1QA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.713 }, { "code": "WD6 2BQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.713 }, { "code": "WD6 3JN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.716 }, { "code": "WD6 1QU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.717 }, { "code": "WD6 3JT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.717 }, { "code": "WD6 2PJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.719 }, { "code": "WD23 1SD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.72 }, { "code": "WD6 3DQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.721 }, { "code": "WD6 2LJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.722 }, { "code": "WD23 1LF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.724 }, { "code": "WD6 2FS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.724 }, { "code": "WD6 2LH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.724 }, { "code": "WD6 2NY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.725 }, { "code": "WD6 2PH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.726 }, { "code": "WD6 2BJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.727 }, { "code": "WD6 2LG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.731 }, { "code": "WD6 2LU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.731 }, { "code": "WD6 2DW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.732 }, { "code": "WD23 1PA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.733 }, { "code": "WD6 1QT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.733 }, { "code": "WD23 1JE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.734 }, { "code": "WD6 3JU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.734 }, { "code": "WD23 1SJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.735 }, { "code": "WD6 2AL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.736 }, { "code": "WD6 3GA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.74 }, { "code": "WD6 3SW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.74 }, { "code": "WD6 3EP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.742 }, { "code": "WD6 2FU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.748 }, { "code": "WD6 2LF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.748 }, { "code": "WD6 2DZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.75 }, { "code": "WD6 2LB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.75 }, { "code": "WD23 1PU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.751 }, { "code": "WD6 1QX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.751 }, { "code": "WD6 1RD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.751 }, { "code": "WD6 2PD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.751 }, { "code": "WD6 3FS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree", "distance": 9.753 }, { "code": "WD6 2QY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.754 }, { "code": "WD6 3LD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.757 }, { "code": "WD6 2FB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.759 }, { "code": "WD23 1JH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.76 }, { "code": "WD6 2LQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.765 }, { "code": "WD6 3JJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.765 }, { "code": "WD23 1JN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.766 }, { "code": "WD23 1SA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.766 }, { "code": "WD6 1QS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.766 }, { "code": "WD6 2FH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.768 }, { "code": "WD6 2QL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.768 }, { "code": "WD6 2NX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.77 }, { "code": "WD6 3EN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.771 }, { "code": "WD23 1EL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.773 }, { "code": "WD6 3BJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.773 }, { "code": "WD6 1RH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.774 }, { "code": "WD6 2EA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.778 }, { "code": "WD6 3NY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.778 }, { "code": "WD6 2BY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.779 }, { "code": "WD6 2FJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.779 }, { "code": "WD6 2AR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.781 }, { "code": "WD6 2QZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.781 }, { "code": "WD6 2DN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.783 }, { "code": "WD23 1PB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.787 }, { "code": "WD23 1NP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.788 }, { "code": "WD6 2AT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.788 }, { "code": "WD6 1SZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.79 }, { "code": "WD6 2RB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.792 }, { "code": "WD23 1JP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.794 }, { "code": "WD23 1JJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.796 }, { "code": "WD6 2LR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.796 }, { "code": "WD6 1SY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.797 }, { "code": "WD6 2AF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.798 }, { "code": "WD6 3DL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.799 }, { "code": "WD6 2FL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.802 }, { "code": "WD6 2FG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.803 }, { "code": "WD6 2LT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.805 }, { "code": "WD6 3BE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.806 }, { "code": "WD23 1GB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.808 }, { "code": "WD6 2AE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.81 }, { "code": "WD6 3LZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.81 }, { "code": "WD6 2RA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.811 }, { "code": "WD6 2FE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.815 }, { "code": "WD23 1JL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.816 }, { "code": "WD6 2FN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.816 }, { "code": "WD6 2LP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.816 }, { "code": "WD23 1JW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.822 }, { "code": "WD23 1QP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.823 }, { "code": "WD6 2AS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.823 }, { "code": "WD6 2FZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.823 }, { "code": "WD6 2FF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.825 }, { "code": "WD6 3JL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.826 }, { "code": "WD23 1LZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.828 }, { "code": "WD6 2LW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.828 }, { "code": "WD23 1ER", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.829 }, { "code": "WD6 3LY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.829 }, { "code": "WD6 2EB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.831 }, { "code": "WD23 1NR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.832 }, { "code": "WD6 1SR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.833 }, { "code": "WD6 2DL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.835 }, { "code": "WD6 1RE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.836 }, { "code": "WD23 1SL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.837 }, { "code": "WD6 1SU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.84 }, { "code": "WD6 3BS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Aldenham", "distance": 9.84 }, { "code": "WD6 3JW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.841 }, { "code": "WD6 1RQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.842 }, { "code": "WD6 2NU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.842 }, { "code": "WD6 3EL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.842 }, { "code": "WD23 1EJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.844 }, { "code": "WD23 1NH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.848 }, { "code": "WD6 2ED", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.849 }, { "code": "WD23 1QW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.85 }, { "code": "WD23 1ES", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.852 }, { "code": "WD6 1RJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.853 }, { "code": "WD6 1SP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.856 }, { "code": "WD23 1RD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.861 }, { "code": "WD6 1QR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.861 }, { "code": "WD6 2FD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.861 }, { "code": "WD6 1ST", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.864 }, { "code": "WD6 3LH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.865 }, { "code": "WD23 1SQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.868 }, { "code": "WD6 3EE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Aldenham", "distance": 9.868 }, { "code": "WD6 3NA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.869 }, { "code": "WD6 1GB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.872 }, { "code": "WD23 1NG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.874 }, { "code": "WD23 1EN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.875 }, { "code": "WD23 1HE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.875 }, { "code": "WD23 1NQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.875 }, { "code": "WD6 1QN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.876 }, { "code": "WD6 1QY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.879 }, { "code": "WD6 1SX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.879 }, { "code": "WD6 2LS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.879 }, { "code": "WD23 1EP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.882 }, { "code": "WD6 2QJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.882 }, { "code": "WD23 1HF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.883 }, { "code": "WD6 1RB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.885 }, { "code": "WD23 1EH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.886 }, { "code": "WD23 1JX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.887 }, { "code": "WD6 2AU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.887 }, { "code": "WD23 1NE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.888 }, { "code": "WD6 2RD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.892 }, { "code": "WD6 3ND", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.892 }, { "code": "WD23 1ET", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.894 }, { "code": "WD23 1JR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.894 }, { "code": "WD6 3NL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.894 }, { "code": "WD6 1DF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.895 }, { "code": "WD23 1GW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.896 }, { "code": "WD6 2NT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.896 }, { "code": "WD6 1HJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.897 }, { "code": "WD6 3HY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.897 }, { "code": "WD6 3EA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Aldenham", "distance": 9.899 }, { "code": "WD6 3NQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.902 }, { "code": "WD23 1NJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.905 }, { "code": "WD6 1HG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.907 }, { "code": "WD6 3EJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.907 }, { "code": "WD6 3NB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.91 }, { "code": "WD6 1QW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.913 }, { "code": "WD23 1JZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.914 }, { "code": "WD23 1PD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.917 }, { "code": "WD6 1BS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.917 }, { "code": "WD23 1JY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.918 }, { "code": "WD6 1DY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.919 }, { "code": "WD6 3HX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.92 }, { "code": "WD23 1JS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.921 }, { "code": "WD6 1SS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.922 }, { "code": "WD6 1RF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.923 }, { "code": "WD6 2DJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.928 }, { "code": "WD23 1JU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.929 }, { "code": "WD23 1HA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.93 }, { "code": "WD23 1NB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.93 }, { "code": "WD6 2EH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.93 }, { "code": "WD6 3LX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.93 }, { "code": "WD6 3EH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.933 }, { "code": "WD6 1QL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.935 }, { "code": "WD23 1LL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.936 }, { "code": "WD6 1RG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.936 }, { "code": "WD6 3NH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.936 }, { "code": "WD23 1EE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.937 }, { "code": "WD6 1QP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.939 }, { "code": "WD6 2EF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.941 }, { "code": "WD6 3NN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.942 }, { "code": "WD23 1PE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.943 }, { "code": "WD23 1SH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.945 }, { "code": "WD23 1LG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.946 }, { "code": "WD6 3NF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.946 }, { "code": "WD23 1LH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.947 }, { "code": "WD23 1NW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.948 }, { "code": "WD6 2EJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.948 }, { "code": "WD6 3PE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.948 }, { "code": "WD23 1EQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.949 }, { "code": "WD6 2DE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.949 }, { "code": "WD6 3BD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.95 }, { "code": "WD23 1PS", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.952 }, { "code": "WD6 1ES", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.952 }, { "code": "WD23 1PW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.953 }, { "code": "WD6 1BQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.953 }, { "code": "WD6 1RL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.953 }, { "code": "WD6 3FQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.953 }, { "code": "WD23 1EU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.954 }, { "code": "WD6 1LA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.954 }, { "code": "WD6 1HB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.955 }, { "code": "WD6 1DB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.956 }, { "code": "WD23 1LJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.959 }, { "code": "WD6 3LE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.961 }, { "code": "WD23 1NL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.965 }, { "code": "WD23 1HB", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.966 }, { "code": "WD6 1QJ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.967 }, { "code": "WD6 2QQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.967 }, { "code": "WD6 3LG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.968 }, { "code": "WD23 1JT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.969 }, { "code": "WD6 1EW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.969 }, { "code": "WD6 1QE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.972 }, { "code": "WD6 1LF", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.973 }, { "code": "WD23 1FW", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.974 }, { "code": "WD23 1GE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.974 }, { "code": "WD23 1GT", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.974 }, { "code": "WD6 3LU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.974 }, { "code": "WD6 1HQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.975 }, { "code": "WD6 1LD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.975 }, { "code": "WD23 1EX", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.976 }, { "code": "WD23 1PQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.976 }, { "code": "WD6 3HU", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.976 }, { "code": "WD6 2EN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.978 }, { "code": "WD23 1EZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.979 }, { "code": "WD6 1HL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.98 }, { "code": "WD23 1LQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.981 }, { "code": "WD6 1QG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.981 }, { "code": "WD6 2EL", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.981 }, { "code": "WD6 1GQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.982 }, { "code": "WD6 2QH", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.982 }, { "code": "WD6 3FN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.982 }, { "code": "WD23 1PN", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.983 }, { "code": "WD6 3FR", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.983 }, { "code": "WD19 5BA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Watford Rural", "distance": 9.984 }, { "code": "WD6 1DA", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.986 }, { "code": "WD23 1ND", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.987 }, { "code": "WD6 3NP", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.987 }, { "code": "WD23 1NZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.988 }, { "code": "WD6 1HE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.988 }, { "code": "WD6 1LQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.988 }, { "code": "WD6 1QD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.988 }, { "code": "WD23 1HY", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.989 }, { "code": "WD23 1HQ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.99 }, { "code": "WD6 3NE", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "Elstree and Borehamwood", "distance": 9.991 }, { "code": "WD23 1PG", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.992 }, { "code": "WD23 1HZ", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.993 }, { "code": "WD23 1HD", "region": "England", "region_code": "ENG", "city": "Hertfordshire", "district": "", "distance": 9.996 }] }curl --location 'https://api.apifreaks.com/v1.0/zipcode/search/radius?lat=51.5132348&long=-0.2181893&radius=10&unit=mi' --header 'X-apiKey: API-KEY'
Above response from ZIP Codes Radius Search API is sorted by postal code’s distance from center point in the ascending order and is paginated as the above query returned 133652 results.
To use the ZIP Codes inside Radius API, API credits are required. Charges apply only for successful queries, defined by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits will be deducted, and any credits already charged will be refunded.
For each successful request, 3 credit will be charged. Utilize the Credits Usage API to efficiently monitor your recent consumption of both one-off and subscription credits. This API provides a streamlined way to track and manage your credit usage, ensuring you stay informed about your remaining balance and can optimize your resource allocation effectively.