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

{
    "ob_id": 28103,
    "uuid": "5698692417e140a1a3d5e5564c43fafa",
    "title": "High-resolution Infrared Radiation Sounder (HIRS)",
    "abstract": "HIRS is a 20-channel infrared scanning radiometer that performs operational atmospheric sounding.\r\n\r\nHIRS has 19 infrared channels (3.8-15 µm) and one visible channel. The swath width is 2160 km, with a 10 km resolution at nadir.\r\n\r\nIR calibration of the HIRS/4 is provided by programmed views of two radiometric targets mdash; the warm target, mounted on the instrument baseplate, and a view of deep space. Data from these views provides sensitivity calibrations for each channel at 256 second intervals, if commanded. Internally generated electronic signals provide calibration and stability monitoring of the detector amplifier and signal processing electronics.\r\n\r\nHIRS uses CO2 absorption bands for temperature sounding (CO2 is uniformly mixed in the atmosphere). HIRS also measures water vapour, ozone, N2O and cloud and surface temperatures.",
    "keywords": "",
    "identifier_set": [],
    "instrumentType": "",
    "subInstrument": [],
    "responsiblepartyinfo_set": []
}