Instrument Instance
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/1003/?format=api
{ "ob_id": 1003, "uuid": "fe89d9092055426eb719290ce4063b88", "title": "Met Office C-band weather radar", "abstract": "UK C-band weather radar run by the Met Office and the Environment Agency. Each radar completes a series of scans about a vertical axis between four and eight low elevation angles every 5 minutes (typically between 0.5 and 4.0 degrees, depending on the height of surrounding hills). Each scan gives good, quantitative data (1 and 2 km resolutions) out to a range of about 75 km and useful qualitative data (5 km resolution) to 255 km.\r\n\r\nOperational Details for radar measurements of rainfall:\r\n\r\nShort pulses of electro-magnetic waves, which travel at the speed of light (approx. 186000 miles per second), are transmitted in a narrow beam for a very short time (typically 2 microseconds). When the beam hits a suitable target, some of the energy is reflected back to the radar, which ‘listens’ out for it for a much longer period (3300 microseconds in the case of Met Office radars) before transmitting a new pulse. The distance of the target from the transmitter can be worked out from the time taken by a pulse to travel there and back.The radars do not receive echoes from tiny cloud particles, but only from the precipitation sized droplets. Drizzle is generally too small to be reliably observed, unless close to the radar, but rain, snow and hail are all observed without difficulty.", "keywords": "weather, radar, c-band, precipitation", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/716/?format=api", "https://catalogue.ceda.ac.uk/api/v2/identifiers/717/?format=api" ], "instrumentType": "radar", "subInstrument": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/3214/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/3215/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219300/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219309/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219307/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219308/?format=api" ] }