v1
latestOpenAPI 3.0.12026-07-14133252.9 KBLanding Page
Retrieve the OS NGD API – Tiles landing page for this service.
get/
Response
The landing page provides links to the API definition (link relation service-desc, in this case path /api), to the Conformance declaration (path /conformance, link relation conformance), and to the Collections of geospatial data (path /collections, link relation data).
Example response
{
"title": "OS NGD API",
"description": "Ordnance Survey National Geographic Database API.",
"links": [
{
"href": "http://data.example.com/buildingpart/123",
"rel": "alternate",
"type": "application/geo+json",
"varBase": "/ogcapi/vars/",
"hreflang": "en",
"title": "Building Part"
}
]
}