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

{
    "ob_id": 10615,
    "uuid": "a6a736ee729177385c7600755b7620d0",
    "title": "ARSF - Flight 03/06: River Corridors",
    "abstract": "ARSF project 03/06. Site: River Corridors. PI: Dr D Mason, University of Reading  \r\n \r\n\r\nData in support of the project Brassica as a model to describe the pattern and consequences of transgene movement into the environment.  The project was using remotely sensed data to develop a gene flow likelihood map quantifying the incidence of gene flow from oilseed rape to its wild relatives over the whole of the?  While it will still be necessary to acquire many satellite images for detecting fields of oilseed rape, it had now become clear that one of the main errors in the gene flow likelihood map stemed from uncertainty in predicting the incidence of the wild parents of oilseed rape. This proposal was to map the wild relatives at selected sites to reduce this uncertainty and to test a number of hypotheses that had been generated in the early stages of the project..\r\n\r\nGene flow is defined as the movement of genes between populations and is a naturally occurring phenomenon among sexually compatible individuals. Crops have exchanged genes with their wild and weedy relatives for centuries, however this process has recently caused concern. The rapid advances in genetic engineering have hit an immense wall of opposition and gene flow is now seen as a possible escape route for transgenes. The safety of genetically modified (GM) crops has been fervently debated and the possible risks, to both the consumers of the crops and to the environment, have prevented their commercialisation in the? and many other countries. Concern had arisen that if detrimental effects were to be detected post release of any GM crop, withdrawal would be difficult, or impossible, if gene flow has already occurred.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7031/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7032/?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/38498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144613/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145075/?format=api"
    ]
}