Skip to main content

Points of Interest

Three spatial endpoints that return the nearest UK airports, hospitals, or tourist attractions to any coordinate. Backed by a PostGIS ST_DWithin radius search over curated UK datasets.
Required scope: areas:read — included in all three plans (Starter, Professional, Business).

Nearby airports

Returns commercial and regional UK airports within a radius. Defaults to a 50 km radius — most short-let investors target properties within ~1 hour of a major airport.

Query parameters

Example

Nearby hospitals

Returns NHS and private hospitals within a radius. Defaults to 5 km — the typical catchment area for targeting BTL units to healthcare workers.

Query parameters

Example

Nearby tourist attractions

Returns tourist attractions (museums, historic sites, theme parks, beaches) within a radius. Each record exposes annual_visitors when known — a strong demand signal for serviced accommodation and short-let investors.

Query parameters

Example

Response record fields

Notes

  • Results are ordered by ascending distance_meters.
  • Coordinates are in WGS84 (EPSG:4326).
  • Data is curated from Ordnance Survey OpenData, NHS Digital, Historic England, and public tourism datasets.
  • All three endpoints cost 1 request against your monthly quota.