Get Nearby Scenic POIs
Returns the 3 nearest scenic POIs to the search point, sorted by distance.
path Parameters
filter'all' returns all POIs. 'high-scenic' returns only POIs marked as architecturally or naturally striking.
query Parameters
latLatitude of the search point (e.g. 51.5893)
lonLongitude of the search point (e.g. -0.1441)
versionOptional POI table version override
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Nearby Scenic POIs › Responses
Successful response
CountNumber of POIs returned
High_Scenic_OnlyWhether results are filtered to high-scenic only
Get Scenic POIs by UK Area
Returns scenic POIs within a UK postcode sector or ward code, sorted by scenic score. Returns up to 3 results.
A postcode sector is the outward code plus the first digit of the inward code (e.g., 'SW1A 1' or 'N6 6').
path Parameters
type'postcode_sector' for UK postcode sectors (e.g. N66, SW1A1). 'ward_code' for ONS ward codes (e.g. E05013806).
area_codeThe postcode sector (e.g. 'N66') or ward code (e.g. 'E05013806')
query Parameters
versionOptional POI table version override
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Scenic POIs by UK Area › Responses
Successful response
CountNumber of POIs returned
Area_TypeThe area type used for the query
Area_CodeThe area code used for the query
UK_WardName of the UK ward
Get Images by Spatial Index
Returns all images within a specified S2 spatial index cell, sorted by scenic score.
path Parameters
index_typeType of spatial index: 's2' for S2 cells
index_valueThe spatial index cell identifier
query Parameters
levelS2 cell level/resolution (7-11)
versionOptional POI table version override
limitMaximum number of images to return (default: 15000)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Images by Spatial Index › Responses
Successful response
CountNumber of images returned
Index_TypeThe spatial index type used
Index_ValueThe spatial index value queried
LevelThe index level/resolution
Get Images by UK Area
Returns all images within a UK postcode sector or ward code, sorted by scenic score.
A postcode sector is the outward code plus the first digit of the inward code (e.g., 'SW1A1' or 'N66').
path Parameters
area_type'postcode_sector' for UK postcode sectors (e.g. N66, SW1A1). 'ward_code' for ONS ward codes (e.g. E05013806).
area_codeThe postcode sector (e.g. 'N66') or ward code (e.g. 'E05013806')
query Parameters
versionOptional POI table version override
limitMaximum number of images to return (default: 100)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Images by UK Area › Responses
Successful response
CountNumber of images returned
Area_TypeThe area type used for the query
Area_CodeThe area code queried
UK_WardName of the UK ward

