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

{
    "ob_id": 13295,
    "uuid": "f0c66ffa30514d2daee821286a014b16",
    "title": "ESA Greenhouse Gases Climate Change Initiative Project",
    "abstract": "The European Space Agency Greenhouse Gases Climate Change Initiative (GHG CCI) project is one of several projects of ESA's Climate Change Initiative (CCI), which will deliver various Essential Climate Variables (ECVs)\r\n\r\nCarbon dioxide (CO2) and methane (CH4) are the two most important anthropogenic greenhouse gases (GHGs) and a focus of international research activities related to a better understanding of the carbon cycle (see, for example, the Global Carbon Project (GCP)).\r\n \r\nWithin the GHG-CCI project the focus is on satellite data. Satellite observations combined with modelling can add important missing global information on regional CO2 and CH4 (surface) sources and sinks required for better climate prediction. The GHG CCI project started on the 1st September 2010.",
    "keywords": "ESA GHG GREENHOUSE GASES CCI",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12808/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/11009/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51328/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129709/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129710/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129711/?format=api"
    ]
}