{
    "title": "OS Linked Identifiers API",
    "description": "Allows you to access the valuable relationships between properties, streets and OS MasterMap identifiers for free.",
    "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/links/v1/identifiers/{id}",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "Linked Identifier Lookup Operation",
            "description": "Replace {id} with an identifier to Look up that identifier and find its associated identifiers, returns a list."
        },
        {
            "href": "https://api.os.uk/search/links/v1/featureTypes/{featureType}/{id}",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "Linked Identifier Feature Type Lookup Operation",
            "description": "Looks up linked identifiers when the input feature type is known. Replace {featureType} and {id} with the feature type and identifier."
        },
        {
            "href": "https://api.os.uk/search/links/v1/identifierTypes/{identifierType}/{id}",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "Linked Identifier, Identifier Type Lookup Operation",
            "description": "Looks up linked identifiers when the input identifier type is known. Replace {identifierType} and {id} with the identifier type and identifier."
        },
        {
            "href": "https://api.os.uk/search/links/v1/productVersionInfo/{correlationMethod}",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "Linked Identifier Current Product Version Info Lookup Operation",
            "description": "This service is available as a GET resource method allowing you to discover the current product version information. Replace {correlationMethod} with a correlation method from the correlation method table found in the Technical Specification."
        },
        {
            "href": "https://osdatahub.os.uk/docs/linkedIdentifiers/overview",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Linked Identifiers API: Overview",
            "description": "Provides a descriptive overview of the API."
        },
        {
            "href": "https://osdatahub.os.uk/docs/linkedIdentifiers/gettingStarted",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Linked Identifiers API: Getting started guide",
            "description": "A guide to getting set up with the OS Linked Identifiers API walking through the specifics of set up and using the API through Ordnance Survey demo applications."
        },
        {
            "href": "https://osdatahub.os.uk/docs/linkedIdentifiers/technicalSpecification",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Linked Identifiers API: Technical Specification",
            "description": "Document providing the technical details of the API, its operations and methods you can use to call it."
        }
    ]
}