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

{
    "ob_id": 25084,
    "uuid": "2d049a88b71541d79c0e0c1ca900615b",
    "title": "Auchencorth Moss Atmospheric Observatory Met Instruments",
    "abstract": "The meteorological measurements were initially made to assist with interpretation of the fluxes and as such weren't installed with the intention of providing WMO standard measurements but since 2014 we have been moving towards these standards as well as enhancing instrumentation. \r\nInstruments includes: \r\n-fine wire type-E thermocouple (Estimate senisble heat fluxes, Average soil temperature)\r\n-Vailsala relative humidity and temperature probe.\r\n-Atmospheric pressure sensors. \r\n-Skye SKS1110 (Total solar radiation).\r\n-Skye SKP215 (Photosynthetically Averaged Radiation).\r\n-Kipp & Zonen NrLite (Net radiation). \r\n-Tipping bucket rainfall.\r\n-Hukseflux HFP01 plates (soil heat flux)\r\n-TDR probes, campbell CS616 (soil water content).\r\n-Gill R3  (wind speed and direction)\r\n-Windmaster sonic anemometer at 3.6 m (wind speed and direction, turbulence measurements)\r\n-Campbell Scientific SR50A-L Sonic Ranging Sensor (snow depth)\r\n-Vaisala FD12P Present Weather Sensor\r\n",
    "keywords": "Auchencorth Moss",
    "identifier_set": [],
    "instrumentType": "other_instrument_type",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102788/?format=api"
    ]
}