Collections
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
The collections of (mostly geospatial) data available from this API. The dataset contains one or more collections. This resource provides information about and access to the collections. The response contains the list of collections. Each collection is accessible via one or more OGC API set of specifications, for which a link to relevant accessible resources, e.g. /collections/{collectionId}/(items, coverage, map, tiles...) is provided, with the corresponding relation type, as well as key information about the collection. This information includes:
The request was not supported.
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
A request header value was not supported.
A server error occurred.
Gateway Timeout.
GET /maps/vector/ngd/ota/v1/collections HTTP/1.1
Host: api.os.uk
Accept: */*
{
"links": [
{
"href": "http://data.example.org/collections",
"rel": "self",
"type": "application/json",
"title": "All collections"
}
],
"collections": [
{
"id": "buildingpart",
"title": "Building Part",
"description": "Polygon feature representing a building.",
"extent": {
"spatial": {
"bbox": [
[
-8.82,
49.79,
1.92,
60.94
]
]
},
"temporal": {
"interval": [
[
"2022-08-27T00:00:00Z",
null
]
]
}
},
"links": [
{
"href": "http://data.example.org/collections/buildingpart/items",
"rel": "items",
"type": "application/geo+json",
"title": "Building Part"
}
]
}
]
}