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

{
    "ob_id": 5002,
    "uuid": "60e718d3f2957f742c89b2b4fc159718",
    "title": "National Centre for Earth Observation (NCEO)",
    "abstract": "The National Centre for Earth Observation is a partnership of scientists and institutions, from a range of disciplines, who are using data from Earth observation satellites to monitor global and regional changes in the environment and to improve understanding of the Earth system so that we can predict future environmental conditions.\r\n\r\nNCEO's Vision is to unlock the full potential of Earth observation to monitor, diagnose and predict climate and environmental changes, ensuring that these scientific advances are delivered to the wider community embedded in world class science.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3312/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3313/?format=api"
    ],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/8594/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12064/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/8175/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5001/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/22487/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149482/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149486/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149485/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149483/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149484/?format=api"
    ]
}