Technical specification
Last updated
Was this helpful?
Last updated
Was this helpful?
This technical specification explains the content of the OS Features API and the methods you can use to call it.
The OS Features API lets users call and interact with OS data, including the highly detailed OS MasterMap Topography Layer. It does this by exposing the data through an Open Geospatial Consortium Web Feature Service (OGC WFS).
If you are not familiar with the OS Features API please read the overview documentation before proceeding.
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:
The OS Features API exposes data through an Open Geospatial Consortium Web Feature Service (OGC WFS).
The OGC WFS accepts three types of requests:
getCapabilities
Returns a metadata describing the WFS service .
describeFeatureType
Returns a description of the attributes for each feature type.
getFeature
Returns a selection of a specific features including its attribute values and geometry.