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

{
    "ob_id": 10342,
    "uuid": "e785b3f88021c96c0afe0de7049b164a",
    "title": "ARSF - Flight 03/09: Houghton le Spring and New Biggin areas",
    "abstract": "ARSF project 03/09 led by J. Mills . Site: Houghton le Spring, New Biggin.ARSF project 03/09 led by J. Mills . Site: Houghton le Spring, New Biggin.\r\n\r\nThis proposal to the Natural Environment Research Council (NERC) Airborne Remote Sensing Facility (ARSF) sought to continue research outlined in a NERC ARSF application entitled Detecting, monitoring and predicting ground movement in the Magnesian Limestone and Coal Measures of the Durham Coalfield (ARSF Award No 02/34), flown in September 2002. It was proposed to acquire remote sensing data for two sites, Houghton-le-Spring (Houghton), Sunderland and Newbiggin-by-the-Sea (Newbiggin), Wansbeck. These sites are situated in the Durham and Northumberland coalfields respectively.\r\n\r\nThe subsequent acquisition of CASI and ATM data for Houghton in September 2003 will complement the hyperspectral imagery acquired in September 2002 and March 2003. This dataset will provide information about the development of surface disturbance during the twelve month period which will be compared to field mapping. The results from this work will also contribute to the analysis of the March and September 2003 Newbiggin imagery.\r\n\r\nDisplacement measurements will be made between the survey DEMs generated using GPS control points and DEMs generated from archive stereo photography. This process will utilise surface matching algorithms and other software being developed during the research to eliminate the need for ground control of archive photography.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/6825/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/6826/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144605/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/37884/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145058/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145059/?format=api"
    ]
}