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

{
    "ob_id": 41410,
    "uuid": "4f6054d93c704292b3d6147a0be0d244",
    "title": "PML Aerosol Sunphotometer",
    "abstract": "Instrument(s): PREDE POM01-L sunphotometer. June 2001 - March 2008 (Unknown serial number); August 2009 - December 2023 Serial Number PS08015\r\nManufacturer / Distributor: Kipp and Zonen (UK)\r\nDate of installation: 2001 - 2023\r\n\r\nLocation of instrument: Roof of PML Prospect Place building\r\nAddress: PML, Prospect Place, Plymouth, Devon, UK, PL1 3DH\r\nLatitude: 50.3659 N\r\nLongitude: 4.1477 W\r\nHeight: 60 m ASL\r\n\r\nWebsite: https://www.westernchannelobservatory.org.uk/sunphotometer/index.php\r\n\r\nAligned Funded projects:\r\n1) NERC National Capability: Western Channel Observatory (https://www.westernchannelobservatory.org.uk)\r\n2) NERC Cross Centre National Capability: ACSIS\r\n\r\nAlso associated with NASA AERONET and CIMEL sunphotometer sited at Rame Head (until 2013) and PML (since 2014)\r\nhttps://aeronet.gsfc.nasa.gov/new_web/draw_map_display_aod_v3.html and search Rame_Head\r\n\r\nDescription of operation:\r\nThe instrument operates at 7 wavelengths (315, 400, 500, 670, 870, 940 and 1020nm) and scans at pre-set angles away from the solar disk to determine, using the inversion code of Nakajima et al. (2006), various properties of tiny particles called aerosols within the atmospheric column. From these measurements useful atmospheric aerosol parameters such as the Aerosol Optical Thickness (AOT), aerosol size distribution and single scattering albedo can be calculated. Marine aerosols tend to be bigger (D > 1µm) than those generated over the land (0.01 < D < 1µm) and are of a different chemical composition; marine aerosols are salt particles whereas terrestrial aerosols are sulphate compounds.",
    "keywords": "photometer, aerosol",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12806/?format=api"
    ],
    "instrumentType": "",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201706/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201707/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/201708/?format=api"
    ]
}