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

{
    "ob_id": 8594,
    "uuid": "65f9f71976e55e5f5e9ecc0963baf40a",
    "title": "NCEO Theme 3: Atmosphere",
    "abstract": "This Theme in the National Centre for Earth Observation aims, by developing an integrated approach to the analysis of satellite measurements, to provide new information on atmospheric composition and aerosols for air-pollution forecasting and testing climate models.\r\n\r\nIts priorities are to: \r\n- Generate data on trace gases and small particles, both natural and man-made, also known as aerosols, in the troposphere (0-11km) and the lower stratosphere (around the altitude commercial jets fly)\r\n- Improve understanding of where these gases and particles come from and how they move in the atmosphere\r\n- Test the UK's chemistry-climate model\r\n- Work with governments across Europe to help monitor pollution and forecast air quality",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5502/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8591/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/14469/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/5002/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56134/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56135/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56136/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33957/?format=api"
    ]
}