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

{
    "ob_id": 27695,
    "uuid": "fc76c9b122974d87b7c8e1b72a510747",
    "title": "DMSP SSMT/2 - Atmospheric Water Vapor Profiler",
    "abstract": "The SSM/T-2 sensor is a five channel, total power microwave radiometer with three channels situated symmetrically about the 183.31 GHz water vapor resonance line and two window channels. This instrument was flown on all DMSP Block 5D-2 satellites starting with F11 launched in 1991. SSM/T-2 is designed to provide global monitoring of the concentration of water vapor in the atmosphere under all sky conditions by taking advantage of the reduced sensitivity of the microwave region to cloud attenuation.",
    "keywords": "microwave radiometer, NOAA, water vapour",
    "identifier_set": [],
    "instrumentType": "",
    "subInstrument": [],
    "responsiblepartyinfo_set": []
}