{
    "title": "OS Names API",
    "description": "A geographic directory containing basic information about identifiable places.",
    "links": [
        {
            "href": "https://api.os.uk/search",
            "rel": "api-grouping",
            "type": "application/json",
            "title": "OS Search APIs",
            "description": "The available Search APIs offered by Ordnance Survey. These are provided as RESTful or Remote Procedure Call services."
        },
        {
            "href": "https://api.os.uk/search/names/v1/find",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "OS Names API Find Operation",
            "description": "A free string text search of OS Names, intended to be an ambiguous/fuzzy search. Find can locate a feature using just its name."
        },
        {
            "href": "https://api.os.uk/search/names/v1/nearest",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "OS Names API Nearest Operation",
            "description": "The nearest resource returns the closest address to a given point. This is done by using a pair of BNG coordinates (to two decimal places or less) as the input. The property will only be considered to be included by the search if the Address Seed is in range of the search, regardless of the property's physical boundaries."
        },
        {
            "href": "https://osdatahub.os.uk/docs/names/overview",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Names API: Overview",
            "description": "Provides a descriptive overview of the API."
        },
        {
            "href": "https://osdatahub.os.uk/docs/names/gettingStarted",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Names API: Getting started guide",
            "description": "A guide to getting set up with OS Names API walking through the specifics of set up and using the API in a simple NodeJS app."
        },
        {
            "href": "https://osdatahub.os.uk/docs/names/technicalSpecification",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Names API: Technical Specification",
            "description": "Document providing the technical details of the API, its operations and methods you can use to call it."
        }
    ]
}