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

{
    "ob_id": 28037,
    "uuid": "963b76fd38f04aec929255271efcf7a2",
    "title": "Max Plank Off-Axis Integrated-Cavity Output Spectroscopy (OA-ICOS)",
    "abstract": "Real-time N2O (Nitrous Oxide) and CO (Carbon Monoxide) concentrations are simultaneously and continuously measured using an Off-Axis Integrated-Cavity Output Spectroscopy (OA-ICOS) analyser (Los Gatos Inc).  A Greenhouse Gas Analyser (GGA) using the same fundamental measuring technique was added and placed in series to measure CO2 (Carbon Dioxide) and CH4 (Methane) concentrations. Both devices are configured to sample at a frequency of 1Hz and both have the precision and accuracy to conform to measurement recommendations as defined by Global Atmosphere Watch (GAW).   It is operated by the University of Exeter and the Max Planck Institute for Biogeochemistry at Cape Verde Atmospheric Observatory.",
    "keywords": "N20, CH4, CO2,",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10630/?format=api"
    ],
    "instrumentType": "instrument",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/118074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/118073/?format=api"
    ]
}