All pages
Powered by GitBook
1 of 1

Loading...

Collection

Get a single OS NGD feature collection

get

Get information about an OS NGD feature collection

Path parameters
collectionIdstring · enumRequired

A known collection ID.

Example: bld-fts-building-1Possible values:
Responses
200

A single Ordnance Survey National Geographic Database feature collection.

application/json
400

The request was not supported.

404

Collection '{collectionId}' is not a supported Collection. Please refer to the documentation for a list of supported Collections.

405

The HTTP method requested is not supported. This endpoint only supports 'GET' requests.

406

A request header value was not supported.

get
/collections/{collectionId}
GET /features/ngd/ofa/v1/collections/{collectionId} HTTP/1.1
Host: api.os.uk
Accept: */*
{
  "id": "text",
  "title": "text",
  "description": "text",
  "crs": [
    "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
  ],
  "storageCrs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
  "itemType": "text",
  "extent": {
    "spatial": {
      "bbox": [
        [
          1
        ]
      ],
      "crs": "text"
    },
    "temporal": {
      "interval": [
        [
          "text"
        ]
      ],
      "trs": "text"
    }
  },
  "links": [
    {
      "href": "text",
      "rel": "text",
      "type": "text",
      "title": "text"
    }
  ]
}