{
    "title": "OS Downloads API",
    "description": "The available Download APIs offered by Ordnance Survey. These provide access to bulk data through RESTful services.",
    "links": [
        {
            "href": "https://api.os.uk/",
            "rel": "landing-page",
            "type": "application/json",
            "title": "Welcome to Ordnance Survey's APIs",
            "description": "The landing page document."
        },
        {
            "href": "https://api.os.uk/downloads/v1/openapi.yaml",
            "rel": "service-endpoint",
            "type": "application/yaml",
            "title": "OS Downloads API specification",
            "description": "Returns a yaml file that describes the OS Downloads API using OpenAPI version 3.0.0."
        },
        {
            "href": "https://api.os.uk/downloads/v1/products",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "OS Downloads API Products List",
            "description": "Returns a list of the OS OpenData products that are available to download."
        },
        {
            "href": "https://api.os.uk/downloads/v1/dataPackages",
            "rel": "service-endpoint",
            "type": "application/json",
            "title": "OS Downloads API Data Packages List",
            "description": "Returns a list of the Data Packages that are available to download."
        },
        {
            "href": "https://osdatahub.os.uk/docs/downloads/overview",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Downloads API: Overview",
            "description": "An overview of the OS Downloads API describing what you can and can not do with the API."
        },
        {
            "href": "https://osdatahub.os.uk/docs/downloads/gettingStarted",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Downloads API: Getting started guide",
            "description": "A walkthrough of how to get set up with the OS Downloads API including examples of implementation using NodeJS."
        },
        {
            "href": "https://osdatahub.os.uk/docs/downloads/technicalSpecification",
            "rel": "documentation",
            "type": "text/html",
            "title": "OS Downloads API: Technical specification",
            "description": "Document providing the technical details of the API and methods you can use to call it."
        }                                                        
    ]
}