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

### Available end points:

- `/instruments/` - Will list all Instruments in the database
- `/instruments.json` - Will return all Instruments in json format
- `/instruments/<object_id>/` - Returns Instruments object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `instrumentType`

### How to use filters:

- `/instruments/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/instruments/?uuid=c7fa005e2095425392b18adbd7b40617`
- `/instruments.json?instrumentType=radiometer`

GET /api/v2/instruments/1440/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 1440,
    "uuid": "5ce0b4807df943f78a054e3e6753ea8f",
    "title": "CNRS: LEANDRE",
    "abstract": "LEANDRE 2 is a water vapor differential absorption lidar (DIAL) developed at Service d'Aeronomie (Paris) in cooperation with the Technical Division of the Institut National des Sciences de l'Univers (INSU) and was funded by the Centre National de Recherches Spatiales (CNES). This system was developed mainly to measure water vapor contents in the lower troposphere. Its broad tunability in the spectral region between 720 and 770 nm enables to reach a variety of water vapor lines with different line-strengths.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1074/?format=api"
    ],
    "instrumentType": "lidar",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4565/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/4564/?format=api"
    ]
}