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:
curl -X GET "https://api.ditchcarbon.com/sbti_companies" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  # Query parameters:
  # page: 
  # company_name: 
  # isin: 
  # lei: 
  # near_term_target_status: 
  # near_term_target_classification: 
  # near_term_target_year: 
  # long_term_target_status: 
  # long_term_target_classification: 
  # long_term_target_year: 
  # net_zero_committed: 
  # net_zero_year: 
  # organization_type: 
  # ba1_5: 
  # ba1_5_start: 
  # ba1_5_end: 
  # location: 
  # region: 
  # sector: 
  # date_start: 
  # date_end: 
  # target: 
  # target_classification: 
  # extension: 

API Explorer

Loading API Explorer...

Parameters

NameInTypeRequiredDescription
pagequerynumber
company_namequerystring
isinquerystring
leiquerystring
near_term_target_statusquerystring
near_term_target_classificationquerystring
near_term_target_yearquerystring
long_term_target_statusquerystring
long_term_target_classificationquerystring
long_term_target_yearquerystring
net_zero_committedquerystring
net_zero_yearquerystring
organization_typequerystring
ba1_5querystring
ba1_5_startquerystring
ba1_5_endquerystring
locationquerystring
regionquerystring
sectorquerystring
date_startquerystring
date_endquerystring
targetquerystring
target_classificationquerystring
extensionquerystring

Responses

200 Paginated list of SBTi companies matching query

Content type: application/json

Response Fields