GET /sbti_companies

GET /sbti_companies

List and search through companies registered to SBTi

This endpoint returns every company's response to SBTi, snapshotted once a week. Use the parameters to filter down the list.

Note the SBTi database has some inconsistencies. DitchCarbon has normalised the SBTi database to an extent, but there are still some problematic fields. As such, the parameters filters fields using a "contains" query. For example, providing isin=GB searches for all SBTi companies that have GB in their ISIN. Setting near_term_target_classification=Well-below 2 returns all SBTi companies that have set their near term target to "Well-below 2°C" but also those that set their near term targets to "Well-below 2°C/2°C".

The response is paginated. Increment the page parameter to load more results.

Code Examples

API Key:
Language:

API Explorer

GET https://api.ditchcarbon.com/sbti_companies

Authentication

Send a request to see the response

Parameters

Name In Type Required Description
pagequerynumberNo
company_namequerystringNo
isinquerystringNo
leiquerystringNo
near_term_target_statusquerystringNo
near_term_target_classificationquerystringNo
near_term_target_yearquerystringNo
long_term_target_statusquerystringNo
long_term_target_classificationquerystringNo
long_term_target_yearquerystringNo
net_zero_committedquerystringNo
net_zero_yearquerystringNo
organization_typequerystringNo
ba1_5querystringNo
ba1_5_startquerystringNo
ba1_5_endquerystringNo
locationquerystringNo
regionquerystringNo
sectorquerystringNo
date_startquerystringNo
date_endquerystringNo
targetquerystringNo
target_classificationquerystringNo
extensionquerystringNo

Responses

200 Paginated list of SBTi companies matching query

Content type: application/json

Response Fields

GET /sbti_companies