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

{
    "ob_id": 385,
    "uuid": "ea93c53876e24514b3ccf798671d43c5",
    "title": "FAAM/BAE systems: Liquid and total water content probe (Nevzorov)",
    "abstract": "The Nevzorov probe, manufactured by Sky Physics Technology Inc., is a multi-element hot-wire probe for the simultaneous measurement of condensed liquid water content (LWC) and total condensed water content (TWC). Ice water content (IWC) can be calculated, being the difference between these two quantities. The detection elements are mounted on a vane that self-aligns with the airflow. The temperature of the elements is held constant and the water content calculated from first principles based on the measured power through each element. Two types of vanes have been used, with the newer types, identified as VANETYPE 1T2L1R in the flight constants, having two LWC sense elements, one reference element and one TWC cone. These have been used since late 2016, The old style have a single LWC element and separate references for the LWC and TWC elements. The TWC element is the 60° deep-cone type.\r\n\r\nThe instrument is mounted to the FAAM Bae-146, close to the nose on the starboard side of the fuselage.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/279/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12804/?format=api"
    ],
    "instrumentType": "instrument",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/1060/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/1061/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201446/?format=api"
    ]
}