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

{
    "ob_id": 2941,
    "uuid": "0250f4670abb4b39838482d44a5c5a10",
    "title": "University of Manchester/UFAM (Universities' Facility for Atmospheric Measurement): Grimm Optical Particle Counter - formerly umist-grimm",
    "abstract": "GRIMM 1.108 dust monitor run by the University of Manchester measures the size resolved number concentration per cubic centimetre of particles in the size range of 0.3 to 20 microns (optical). By summing up the total number over all sizes, the total number concentration can be derived. The unit also has several audible alarms when operational parameters are exceeded. The unit is mains powered, but also comes complete with a battery. The unit is completely controllable from the front panel, although data logging is normally done via a PC.\r\n\r\nThis instrument measures the size resolved number concentration per cubic centimetre of particles in the size range of 0.3 to 20 microns (optical). By summing up the total number over all sizes, the total number concentration can be derived. The unit also has several audible alarms when operational parameters are exceeded.",
    "keywords": "AMF, NCAS, GRIMM, Aerosol, Optical Particle Counter, OPC, Dust monitor",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2038/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12812/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12933/?format=api"
    ],
    "instrumentType": "particle_counter",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49966/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49967/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/13310/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49178/?format=api"
    ]
}