Get a list of Collections objects. Collections have a 1:1 mapping with Observations.

### Available end points:

- `/observationcollections/` - Will list all Collections in the database
- `/observationcollections.json` - Will return all Collections in json format
- `/observationcollections/<object_id>/` - Returns Collections object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `discoveryKeywords`
- `publicationState`

### How to use filters:

- `/observationcollections/?uuid=ab4ca8d019d148f78afba1cd20872bdd`

- `/observationcollections.json?publicationState=citable`

GET /api/v2/observationcollections/44850/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 44850,
    "uuid": "aef72bc18a244465a721646babf3018a",
    "title": "ICECAPS-MELT: Manual and Instrumented Snow Property Measurements at Camp Raven, Southwest Greenland (May and August 2024)",
    "abstract": "This dataset collection contains manual and instrumented snow measurements collected at Camp Raven, located on the southwest sector of the Greenland Ice Sheet, during May and August 2024.\r\n\r\nThe measurements were made as part of the ICECAPS-MELT (Integrated Characterization of Energy, Clouds, Atmospheric state, and Precipitation - MEasurements along Lagrangian Transects) project, which extends the long-term ICECAPS program to include surface and snowpack processes relevant to Greenland's mass balance and surface energy budget. These data provide detailed information on the stratigraphy and physical properties of the near-surface snowpack, offering insight into seasonal evolution and melt-related transformations.\r\n\r\nThe dataset collection includes:\r\n\r\n - Manual snow density - from 1-m snow profiles (two profiles in May, one in August).\r\n\r\n - Permittivity-based snow density - from a dielectric probe applied to the same profiles (two profiles in May, one in August).\r\n\r\n - Manual shear strength - from mechanical shear strength measurements in 1-m profiles (two profiles in May, one in August).\r\n\r\n - Snow specific surface area (SSA) - from field optical methods (two profiles in May, one in August).\r\n\r\n - Manual snow properties - layer identification, hand hardness, and snow grain size and habit (two profiles in May, one in August).\r\n\r\nTogether, these datasets provide a comprehensive view of snow physical properties across the early melt season (May) and peak summer (August), allowing comparisons of density, strength, and microstructural characteristics. The Camp Raven observations complement the broader ICECAPS-MELT suite of measurements by linking surface meteorological and radiative conditions with snowpack evolution on the southwestern Greenland Ice Sheet.\r\n\r\nThis work was US-led, US-UK collaboration co-funded by the US National Science Foundation and the UK National Environment Research Council.",
    "keywords": "ICECAPS-MELT, snow properties, snow density, shear strength, specific surface area, hand hardness, layer identification, snow grain size, snow grain habit, SnowPro, Infrasnow, Greenland, Greenland Ice Sheet",
    "discoveryKeywords": [
        1138
    ],
    "publicationState": "published",
    "dataPublishedTime": "2026-01-30T09:39:58",
    "doiPublishedTime": null,
    "member": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44699/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44759/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44762/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44765/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44794/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44796/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44798/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observations/44800/?format=api"
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214805/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214806/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214807/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214808/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214809/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214803/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214804/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214952/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216503/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216504/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214802/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216505/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216507/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216508/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214811/?format=api"
    ]
}