Get a list of Project objects. Projects have a 1:1 mapping with Observations.

### Available end points:

- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `status`
- `title`
- `keywords`

### How to use filters:

- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`

- `/projects/?title__icontains!=Project details`

- `/projects.json?status=ongoing`

GET /api/v2/projects/8028/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 8028,
    "uuid": "a6faccb24fc7379c04b965b994b721e0",
    "title": "SCanning Imaging Absorption SpectroMeter for Atmospheric CHartographY (SCIAMACHY)",
    "abstract": "The Scanning Imaging Absorption Spectrometer for Atmospheric Chartography (SCIAMACHY) is one of the ten instruments onboard the Envisat satellite launched from Kourou (French Guyana) on the 28th of February 2002 and operated by the European Space Agency (ESA) until May 2012. SCIAMACHY measures transmitted, backscattered and reflected radiances from the atmosphere at high resolution (240 to 1700 nm, 2 microns and 2.4 microns). The instrument makes limb and nadir observations that can be combined. Its main objective is to provide global measurements of trace gases in the troposphere and the stratosphere.\r\n\r\nThe data issued by ESA include Level 1B (radiances) and Level 2 (derived quantities) products. They come in a number of versions: a near real time (nrt) version, a consolidated version, result of a first processing by ESA to eliminate bad data and perform a few basic checks, and fully reprocessed versions.",
    "keywords": "SCIAMACHY, Satellite, gases, atmosphere",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5220/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5221/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8025/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/7819/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32785/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55965/?format=api"
    ]
}