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

[
    {
        "council": "http://cape.mysociety.org/api/councils/NFK/?format=api",
        "has_promise": true,
        "target_year": 2030,
        "scope": "Whole area",
        "text": "Striving to meet this collective global challenge, we will work with our neighbours within the region, specifically Suffolk County Council and theBroads Authority, to collectively achieve ‘net zero’ carbon emissions onour estates by 2030, but within our wider areas, work towards‘carbon neutrality’ also by 2030.",
        "source": "https://nationalauditoffice.sharepoint.com/eccl612/Downloads/Norfolk%20County%20Council%20Environmental%20Policy%20(1).pdf",
        "source_name": "Environmental Policy | Norfolk County Council"
    }
]