Information about a council's climate commitments.

Includes both carbon reduction commitments and net zero ones. If the commitment is for net zero then has_promise will be true otherwise `false'

  • council - link to the council making the promise
  • has_promise - if the promise includes a commitment to net zero
  • target_year - the year the commitment is targeting
  • scope - if the commitment is limited to council operations or the whole council area
  • text - the text of the commitment
  • source - URL of the document the commitment comes from
  • source_name - name of the document the commitment comes from
GET /api/councils/OLD/commitments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "council": "http://cape.mysociety.org/api/councils/OLD/?format=api",
        "has_promise": true,
        "target_year": 2025,
        "scope": "Council only",
        "text": "In July 2019, the Council committed to becoming a Green New Deal Council, setting targets of carbon neutrality for the Council by 2025.",
        "source": "https://www.climateemergency.uk/blog/oldham/",
        "source_name": "Climate Declaration | Oldham Metropolitan Borough Council"
    },
    {
        "council": "http://cape.mysociety.org/api/councils/OLD/?format=api",
        "has_promise": true,
        "target_year": 2030,
        "scope": "Whole area",
        "text": "In July 2019, the Council committed to becoming a Green New Deal Council, setting targets of carbon neutrality for the Council by 2025 and for the borough by 2030. ",
        "source": "https://www.oldham.gov.uk/news/article/1832/oldham_set_to_be_first_green_new_deal_council",
        "source_name": "Green Deal | Oldham Metropolitan Borough Council"
    }
]