Geo Boundaries Downsampling (Resolution)
Overview
The Geo Boundaries Downsampling API allows you to retrieve geographical boundaries data with reduced granularity based on a specified resolution. Higher resolution values result in more detailed and accurate boundaries, while lower resolution values reduce the level of detail.
Downsample Geo Boundaries
Get /zipcode/00001?resolution=0.5
resolution
(string): The resolution parameter that determines the level of detail in the boundaries. Supported values include:
"0.1"
"0.11"
"0.12"
"0.14"
"0.16"
"0.2"
"0.25"
"0.33"
"0.5"
"0.66"
"0.75"
"0.80"
"0.84"
"0.86"
"0.88"
"0.89"
"0.9"
Response
200 OK: Returns a JSON response containing downsampled geographical boundaries data based on the specified resolution.