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

[
    {
        "council": "http://cape.mysociety.org/api/councils/EPP/?format=api",
        "has_promise": true,
        "target_year": 2030,
        "scope": "Council only",
        "text": "In recognition of this the Council declared a climate emergency in September 2019 and set itself a target of ensuring its own buildings and operations are carbon neutral by 2030.",
        "source": "https://www.eppingforestdc.gov.uk/wp-content/uploads/2020/06/Draft%20green%20infrastructure%20strategy.pdf",
        "source_name": "Green Infrastructure Strategy | Epping Forest District Council"
    },
    {
        "council": "http://cape.mysociety.org/api/councils/EPP/?format=api",
        "has_promise": true,
        "target_year": 2030,
        "scope": "Whole area",
        "text": "To note that an action plan will be developed to cut across all relevant service areas to deliver the Council’s resolution to declare a climate emergency and its pledge to do everything within its power to make the Epping Forest District carbon neutral by 2030.",
        "source": "https://rds.eppingforestdc.gov.uk/documents/s94920/Climate%20Emergency.pdf",
        "source_name": "Climate Emergency Meeting | Epping Forest District Council"
    }
]