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

{
    "ob_id": 2770,
    "uuid": "723bb5e1edad4ad48f927759bdcf10cb",
    "title": "University of Manchester/UFAM (Universities' Facilities for Atmospheric Measurements): Cloud Particle Imager (CPI) - formerly umist-cpi",
    "abstract": "The CPI can image and count particles in the size range of 15-2500um, with the images having a nominal 2.3um resolution. Image analysis and data processing software provided with the probe takes particle size information (including area and volume) and ice crystal habit classification from the images to produce histograms etc. The CPI is especially suitable for use in ice and mixed phase clouds which typically have relatively low (compared to water clouds) particle concentration of 1000/L. The CPI may be used in much higher particle concentrations, but under these conditions while particle spectra are reliable, absolute particle concentrations are not due to coincidence errors in the particle detection system. While designed for aircraft use, and able to operate at any aircraft speed and altitude, the CPI, with the use of a suitable aspiration device may also be used for ground based, or lab studies. The University of Manchester and UFAM (Universities' Facility for Atmospheric Measurements) operated this instrument.",
    "keywords": "NCAS, AMF, Cloud, Microphysics, Ice, Precipitation, Image",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1926/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1927/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12926/?format=api"
    ],
    "instrumentType": "particle_counter",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12572/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12573/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54193/?format=api"
    ]
}