Get a list of Licence objects.

GET /api/v3/licences/?format=api&offset=100
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 105,
    "next": null,
    "previous": "https://api.catalogue.ceda.ac.uk/api/v3/licences/?format=api&limit=100",
    "results": [
        {
            "ob_id": 101,
            "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
            "licenceClassifications": [
                {
                    "ob_id": 6,
                    "classification": "personal"
                },
                {
                    "ob_id": 4,
                    "classification": "academic"
                },
                {
                    "ob_id": 5,
                    "classification": "policy"
                }
            ]
        },
        {
            "ob_id": 102,
            "licenceURL": "https://www.earthdata.nasa.gov/engage/open-data-services-software-policies/data-use-guidance",
            "licenceClassifications": [
                {
                    "ob_id": 3,
                    "classification": "any"
                }
            ]
        },
        {
            "ob_id": 103,
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/Eumetsat%20Data_Policy.pdf",
            "licenceClassifications": [
                {
                    "ob_id": 7,
                    "classification": "specific"
                }
            ]
        },
        {
            "ob_id": 104,
            "licenceURL": "https://github.com/cedadev/artifacts/blob/master/licences/specific_licences/esacci_precursors_for_aerosols_and_ozone_terms_and_conditions.pdf",
            "licenceClassifications": [
                {
                    "ob_id": 3,
                    "classification": "any"
                }
            ]
        },
        {
            "ob_id": 105,
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_precursors_for_aerosols_and_ozone_terms_and_conditions.pdf",
            "licenceClassifications": [
                {
                    "ob_id": 3,
                    "classification": "any"
                }
            ]
        }
    ]
}