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

{
    "ob_id": 13986,
    "uuid": "7a4861633a3f490abf2fbeef4a444ffa",
    "title": "NEXTMap British Digital Terrain Model",
    "abstract": "NEXTMap Britain digital terrain model dataset, produced by Intermap, was derived from airborne Interferometric Synthetic Aperture Radar (IFSAR). It enabled large areas of the country to be covered rapidly and at very high spatial resolution. The data were acquired by the British Geological Survey (BGS) and are for use by NERC funded researchers only.\r\n\r\nIt was originally commissioned by Norwich Union Insurance to aid in the estimation of flood risk, but has tremendous potential as a scientific research tool.\r\n\r\nThe dataset covers all of England, Wales and Scotland.\r\n\r\nData are arranged into Ordnance Survey / British National Grid tiles of 10 x 10 km, each denoted by a 4-charcter name, e.g. TL63 based on the OS National Grid coordinates of the southwest corner of the square. Products provided include: \r\n\r\nDigital surface mode (dsm)\r\nDigital terrain model (dtm)\r\nDifference model (dsm - dtm)\r\nDigital terrain model at 10m resolution\r\nDigital terrain model at 50m resolution\r\nDigital terrain model, enhanced (manually edited to remove embankments etc.)\r\nOrthorectified radar image (ori)\r\n\r\nThe data covering Northern Scotland (North of the Midland Valley) are only available as diff, dsm, dtm and ori products.\r\n\r\nThis dataset has been archived at the NEODC for the use of NERC scientists outside of BGS and CEH (who have made their own arrangements for internal distribution of the data).",
    "keywords": "digital terrain model, dtm, elevation",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/10883/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/12102/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53691/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53694/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53695/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142065/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142064/?format=api"
    ]
}