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

### Available end points:

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

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `abstract`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/computations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/computations/?title__startswith!=DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE`
- `/computations/?abstract__contains=HadCM3 model`

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

{
    "ob_id": 31558,
    "uuid": "e8bf3032659b47bcad1dd835f8f4aad9",
    "title": "Caption for Figure SPM.1 from the Summary for Policymakers of the IPCC Special Report on global Warming of 1.5°C.",
    "abstract": "Panel a: Observed monthly global mean surface temperature (GMST) (grey line up to 2017, from the HadCRUT4, GISTEMP, Cowtan–Way, and NOAA datasets)\r\nchange and estimated anthropogenic global warming (solid orange line up to 2017, with orange shading indicating assessed likely range).\r\nOrange dashed arrow and horizontal orange error bar show respectively the central estimate and likely range of the time at which 1.5°C is reached if the current rate of warming continues. \r\nThe grey plume on the right of panel a shows the likely range of warming responses, computed with a simple climate model, to a stylized pathway (hypothetical future) in which net CO2 emissions (grey line in panels b and c) decline in a straight line from 2020 to reach net zero in 2055 and net non-CO2 radiative forcing (grey line in panel d) increases to 2030 and then declines.\r\nThe blue plume in panel a) shows the response to faster CO2 emissions reductions (blue line in panel b), reaching net zero in 2040, reducing cumulative CO2 emissions (panel c). \r\nThe purple plume shows the response to net CO2 emissions declining to zero in 2055, with net non-CO2 forcing remaining constant after 2030. \r\nThe vertical error bars on right of panel a) show the likely ranges and central terciles (33rd – 66th percentiles, thick lines) of the estimated distribution of warming in 2100 under these three stylized pathways.\r\nVertical dotted error bars in panels b, c and d respectively show the likely range of historical annual and cumulative global net CO2 emissions in 2017 (data from the Global Carbon Project) and of net non-CO2 radiative forcing in 2011 from AR5 (5th IPCC Assessment Report), respectively.\r\nVertical axes in panels c and d are scaled to represent approximately equal effects on GMST. {1.2.1, 1.2.3, 1.2.4, 2.3, Figure 1.2 and Chapter 1 Supplementary Material, Cross-Chapter Box 2 in Chapter 1}.",
    "keywords": "IPCC-DDC, IPCC, AR6, SR1..5, Figure SPM.1, Global Warming 1.5 degrees C, Global Temperature, Global CO2 emissions, Cumulative net CO2 emissions, Radiative forcing, Emission pathways",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}