Get a list of Instrument objects. Instruments have a 1:1 mapping with Observations.

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

{
    "count": 87403,
    "next": null,
    "previous": "https://api.catalogue.ceda.ac.uk/api/v3/onlineresources/?format=api&limit=100&offset=87300",
    "results": [
        {
            "ob_id": 95556,
            "function": "documentation",
            "linkage": "https://climate.esa.int/media/documents/Water_Vapour_cci_D4.3_PUG_v2.2.pdf",
            "name": "Product User Guide v2.2",
            "relatedTo": {
                "ob_id": 45794,
                "uuid": "bd771d1ecc8d4f5aa67b010e16753427",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 95557,
            "function": "documentation",
            "linkage": "https://climate.esa.int/media/documents/Water_Vapour_cci_D4.3_PUG_v2.2.pdf",
            "name": "Product User Guide v2.2",
            "relatedTo": {
                "ob_id": 45848,
                "uuid": "e86d5d9d7bd6430e98282475e2252226",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 95558,
            "function": "documentation",
            "linkage": "https://climate.esa.int/media/documents/Water_Vapour_cci_D4.3_PUG_v2.2.pdf",
            "name": "Product User Guide v2.2",
            "relatedTo": {
                "ob_id": 45847,
                "uuid": "88dc78a226634c1c929ce93ba8eb0074",
                "short_code": "ob"
            }
        }
    ]
}