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

{
    "ob_id": 43697,
    "uuid": "d45a46889c424eebb6c35b84e6f9ed25",
    "title": "Met Office Cardington Vaisala RS80 radiosonde",
    "abstract": "Met Office Meteorological Reseach Unit at Cardington, Bedforshire, operated Vaisala RS80 radiosondes from 1996-2002, measuring in-situ temperature, humidity, pressure and GPS location at 1Hz with the following parameters temperature, humidity, pressure, longitude, latitude, ascent rate.\r\n\r\nThe Vaisala RS80 device had ThermoCap, HumiCap, BaroCap sensors.\r\n\r\nVaisala radiosonde systems are used by meteorological organisations all around the world to measure weather in the Earth’s atmosphere, from the boundary layer to the upper atmosphere. The radiosonde is a lightweight, balloon-borne instrument that measures profiles of pressure, temperature and humidity from the ground to approximately 40 km. The radiosonde is equipped with a radio transmitter for sending the measurements securely to the observing station. The user has control over the sounding process by integrating sounding controls, archiving the sounding data and meteorological message creation. For routine soundings the system offers a variety of features and allows the desired balance of manual and automatic control. In addition to the traditional alphanumeric messages, the system software produces the WMO specified BUFR messages. This feature enables users to follow the WMO's recommendation to move from traditional alphanumeric codes to binary BUFR codes.",
    "keywords": "temperature, humidity, pressure, longitude, latitude, ascent rate",
    "identifier_set": [],
    "instrumentType": "sonde",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209117/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209118/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209119/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209121/?format=api"
    ]
}