# Landing page

## GET /

> OS NGD API – Features landing page

```json
{"openapi":"3.0.1","info":{"title":"OS NGD API – Features","version":"v1.8.0"},"tags":[{"name":"Landing Page","description":"Ordnance Survey NGD API – Features"}],"servers":[{"url":"https://api.os.uk/features/ngd/ofa/v1"}],"paths":{"/":{"get":{"tags":["Landing Page"],"summary":"OS NGD API – Features landing page","operationId":"getLandingPageResponse","responses":{"200":{"description":"Ordnance Survey National Geographic Database API – Features landing page.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LandingPageResponse"}}}},"400":{"description":"The request was not supported."},"405":{"description":"The HTTP method requested is not supported. This endpoint only supports 'GET' requests."},"406":{"description":"A request header value was not supported."}}}}},"components":{"schemas":{"LandingPageResponse":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/Link"}}}},"Link":{"type":"object","properties":{"href":{"type":"string","format":"url"},"rel":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"}}}}}}
```
