Technical specification

This technical specification explains the content of the OS Places API and the methods that you can use to call it.

If you are not familiar with the OS Places API please read the overview documentation before proceeding.

Core concepts

This specification does not cover core concepts that apply to all Ordnance Survey APIs.

Please read the following pages to learn more about OS API core concepts:

API reference

OS Places API has seven types of requests, that fall into two categories:

  • Capture and verification:

    • Find: A free text search designed for quick use.

    • Postcode: A search based on a property’s postcode.

    • UPRN: A search that takes a UPRN as the search parameter.

  • GeoSearch:

    • Nearest: Can find the closest address to a given point.

    • BBox: Can find all addresses inside a bounding box.

    • Radius: Can find all addresses that intersect a given circle.

    • Polygon: Can find all addresses in a polygon or multi-polygon object.

Last updated