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

{
    "ob_id": 7784,
    "uuid": "617d94b7c8cf733519bbb4ba28778d6b",
    "title": "ESA/BNSC MERIS Level 3 Data Generation and Dissemination service",
    "abstract": "Infoterra Ltd, backed by the European Space Agency (ESA) and the British National Space Centre (BNSC), has set up a Level 3 product generation and dissemination service. \r\n\r\nThe production service is based around the High level Product Generation (HiProGen) system which was initially developed under an ESA funded Research and Technology Development contract.  Upgraded to use Near Real-Time data and to work in the UK-PAC operational environment, the HiProGen system is now generating Level 3 composites of MERIS Level 2 geophysical data.  Level 3 products are generated in GeoTIFF format, on lat-long geocoded grids, accompanied by an XML metadata file and a JPEG browse image.",
    "keywords": "ESA, Infoterra, Airbus, BNSC, UKSA",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5045/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5044/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/7781/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51872/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51870/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55019/?format=api"
    ]
}