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

{
    "ob_id": 44258,
    "uuid": "8cf81920c0824bf08733981db68873f0",
    "title": "Met Office Cardington: Impulsphysik LD25 Ceilometer",
    "abstract": "The Met Office operated a Impulsphysik LD25 ceilometer unit at their Cardington field site before its closure in 2024.\r\n\r\nThe LD25 Laser Ceilometer is a general-purpose cloud height sensor employing LIDAR technology for detection of clouds, precipitation and other obstructions to vision. The LD25 operates according to the Light Detection and Ranging (LIDAR) principle. It transmits short pulses of laser light which are scattered back to the instrument from atmospheric targets. The distance of the targets from the instrument is determined by the time delay between the transmission and reception of a pulse. The instrument is vertically-pointing (zenith angle=0) and so the distance gives a measure of the altitude of the targets above ground-level.  \r\n\r\nThe LD25 provides reliable determination of cloud height up to 7.5 km. It is designed to detect up to three possible cloud layers.",
    "keywords": "Met Office, lidar, ceilometer, ash",
    "identifier_set": [],
    "instrumentType": "lidar",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211634/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211635/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211636/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211637/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211638/?format=api"
    ]
}