GET /sbti_companies/changes

List changes to the SBTi database

List changes made to companies in the SBTi database. This allows you to track how companies have changed their responses over time.

Note the SBTi database has some inconsistencies. DitchCarbon has normalised the SBTi database to an extent, but there are still some problematic fields. Please contact us if there's anything unexpected.

Code Examples

API Key:
curl -X GET "https://api.ditchcarbon.com/sbti_companies/changes" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  # Query parameters:
  # page: Page number, 20 results per page, default is 1
  # since: Default is when the SBTi database was first scraped
  # name: Filter by company name, we do some fuzzy matching
  # website: Filter by company website, we do some normalization

API Explorer

Loading API Explorer...

Parameters

NameInTypeRequiredDescription
pagequerynumberPage number, 20 results per page, default is 1
sincequerystringDefault is when the SBTi database was first scraped
namequerystringFilter by company name, we do some fuzzy matching
websitequerystringFilter by company website, we do some normalization

Responses

200 List of changes to the SBTi database since a provided value

Content type: application/json

Response Fields