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/66/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 66,
    "uuid": "a5d341f986e64aca88fb92a18fa1f77d",
    "title": "Leeds: J(O1D) filter radiometer",
    "abstract": "The j(O1D) filter radiometer (Metcon GmbH) provides a measurement of solar actinic radiation integrated over selected wavelength ranges by means of a filtered photomultiplier. The instrument consists of a 2-pi receiver optic which is essentially a frosted quartz dome combined with a horizontal shadow ring which limits the field of view to one hemisphere. The collected radiation is then guided towards the photomultiplier which is housed in a water-tight aluminium cylinder suitable for outdoor operation and equipped with a cell containing a drying agent to ensure proper operation of optical and electronic components. The power supply, housed indoors, is connected to the instrument by 10 m or 30 m cables (depending where the instrument is to be operated). The output of the filter radiometer is proportional to the corresponding photolysis frequencies and absolute calibration which was determined during an intercomparison exercise when the instrument was run alongside a reference spectroradiometer. The final output from the instrument are analogue voltages in a 0–10V range that can be logged continuously.",
    "keywords": "AMF, NCAS, J(O1D), Photolysis Frequencies, Ozone",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/65/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/66/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12931/?format=api"
    ],
    "instrumentType": "radiometer",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/156/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/157/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49684/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49683/?format=api"
    ]
}