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

{
    "ob_id": 43696,
    "uuid": "3de521b50b8546308c90cc586ae72034",
    "title": "Met Office Cardington Vaisala RS41-SG radiosonde",
    "abstract": "Met Office Meteorological Reseach Unit at Cardington, Bedforshire, operated Vaisala RS41-SG radiosondes from 2014-2024, 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 RS41-SG(P) device has PRT, silicon capacitive pressure (SGP), and HumiCap 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/209114/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209116/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209113/?format=api"
    ]
}