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

[
    {
        "council": "http://cape.mysociety.org/api/councils/EPS/?format=api",
        "has_promise": true,
        "target_year": 2035,
        "scope": "Council only",
        "text": "Climate change target of 2035 for the Council's operations to be net carbon neutral.",
        "source": "https://www.epsom-ewell.gov.uk/sites/default/files/documents/Climate%20Change%20Action%20Plan%20Final.pdf",
        "source_name": "Climate Action Plan | Epsom and Ewell Borough Council"
    }
]