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

{
    "ob_id": 10627,
    "uuid": "cb20e7ccffec132f38f478b50849d6f1",
    "title": "ARSF - Flight IPY07/04: Iceland, Westfjords area",
    "abstract": "ARSF project IPY07/04: Investigation into the Processes Controlling Debris Flows in the Westfjords Region, Iceland. Led by Dr. John Murray, Dept. of Earth Science, The Open University, Walton Hall, Milton Keynes MK7 6AA.\r\n\r\nUsing the LiDAR instrument it was proposed that high resolution topographic data were collected on gullies on slopes in the Westfjords region of Iceland.  This allowed for detailed comparison to be made between gullies in Iceland and those of a similar scale on Mars.  The data collected from the LiDAR instrument was of a similar resolution to the best topographic data for Mars.  The resulting high resolution data assisted in the determination of the active geological processes.  The topographic dataset cannot be collected by ground surveying, as the slopes in this area are too hazardous, so this survey presented a unique opportunity study terrestrial debris flow gullies.  The project contributed not only to the debate over the existence of water on the present-day Martian surface, but also to the analysis of risk posed by debris flows to the Westfjords inhabitants.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7040/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7041/?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/144614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38525/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145118/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145119/?format=api"
    ]
}