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

{
    "ob_id": 3933,
    "uuid": "03cf72a33d1fcf00908bf9eca3be7eca",
    "title": "ClearfLo (Clean Air for London) Project",
    "abstract": "The ClearfLo (Clean Air for London) Project is a collaborative scientific project involving several academic institutions in the UK, to set up air pollution monitoring sites alongside meteorological measurements to investigate boundary layer pollution across London.\r\n\r\nThe ambition of ClearfLo is to provide long-term integrated measurements of the meteorology, composition and particulate loading of London’s urban atmosphere, made at street level and at elevated sites, complemented by modelling to improve predictive capability for air quality.\r\n\r\nClearfLo is funded by the Natural Environment Research Council (NERC) for three years from Jan 2010, and is coordinated by the National Centre for Atmospheric Science (NCAS).",
    "keywords": "ClearfLo, pollution, chemistry, meteorology",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2685/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2686/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9055/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10292/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3930/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/11686/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50132/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50133/?format=api"
    ]
}