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

{
    "ob_id": 10739,
    "uuid": "d17110237acef5a1c4bc3fde073202e8",
    "title": "ARSF - Flight BGS07/01: San Domingos Mine",
    "abstract": "ARSF - BGS07/01 project. Location: Sao Domingos mine, South Portugal. Lead by Dra. Lidia Quintal, Instituto Nacional de Engenharia, Tecnologia e Inovacao & Claire Fleming, British Geological Survey, Keyworth (Nottingham NG12 5GG).\r\n\r\nPortugal has a long mining history, with a clear imprint on the landscape with associated contamination patterns in soils, waters and vegetation. In the case of Volcanogenic Massive Sulphide deposits, Acid Mine Drainage (AMD) is of particular environmental concern and can be detected using HS and tools based on field spectral measurements and image processing algorithms. The S.Domingos Mine, an abandoned pyrite mine in Southern Portugal, is a striking example of AMD that has already been environmentally assessed though HS image processing during the MINEO project. The acquisition of a new hyperspectral dataset six years later using a similar sensor over this area allowed the definition of evolutionary patterns for contamination through multitemporal analysis.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7124/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7125/?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/144624/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38777/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145214/?format=api"
    ]
}