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
Name | In | Type | Required | Description |
---|---|---|---|---|
page | query | number | ❌ | Page number, 20 results per page, default is 1 |
since | query | string | ❌ | Default is when the SBTi database was first scraped |
name | query | string | ❌ | Filter by company name, we do some fuzzy matching |
website | query | string | ❌ | Filter by company website, we do some normalization |
Responses
200 List of changes to the SBTi database since a provided value
Content type: application/json