
GET /organizations/{id}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
GET /organizations/{id}
Retrieve data on an organization
Retrieve the latest data on an organization already registered using POST /organizations.
Code Examples
API Key:
Language:
API Explorer
GET
https://api.ditchcarbon.com/organizations/{id}
Authentication
The ID of the organization.
ISO three-letter currency code to provide revenue and emission factor in.
Send a request to see the response
Parameters
Responses
200 Organization data
Content type: application/json
Schema: Organization
Response Fields
Example Response
{
"id": 123,
"name": "string",
"hq_region": "string",
"hq_subregion": "string",
"industry": {
"id": "string",
"name": "string",
"mean_score": 123,
"performances": [
"..."
]
},
"website": "string",
"external_id": "string",
"status": "created",
"organization_relationship_type": "string",
"has_relevant_upstream": true,
"matching_organization": {
"id": 123,
"link": "string",
"name": "string",
"names": [
{
"value": "..."
}
],
"websites": [
{
"value": "..."
}
],
"hq_region": "string",
"hq_subregion": "string",
"industry": {
"id": 123,
"name": "string"
},
"tickers": [
{
"exchange": "...",
"symbol": "..."
}
],
"status": "created"
},
"performances": [
{
"year": "...",
"region": "...",
"emission_factor": "...",
"total_upstream_emission_factor": "...",
"scope_1_and_2_emission_factor": "...",
"revenue_currency": "...",
"has_revenue": "...",
"revenue": "...",
"emissions": "...",
"production_emission_factors": "...",
"documents": "..."
}
],
"sources": [
{
"url": "string",
"mirror_url": "string"
}
],
"score": 123,
"industry_score_percentile": 123,
"industry_confidence": "low",
"industry_rank": "very_high",
"region_rank": "very_high",
"related_environmental_report_status": "processing",
"cdp": {
"last_retrieved_at": "2026-05-21",
"is_listed": true,
"url": "string",
"inherited": true,
"inherited_from": {
"organization_relationship_type": "string",
"legal_name": "string"
}
},
"sbti": {
"last_retrieved_at": "2026-05-21",
"inherited": true,
"inherited_from": {
"organization_relationship_type": "string",
"legal_name": "string"
},
"data": [
{
"created_at": "...",
"retrieved_at": "...",
"near_term": "...",
"long_term": "...",
"net_zero": "...",
"business_ambition_1_5": "...",
"target_detail": "..."
}
]
},
"un": {
"last_retrieved_at": "2026-05-21",
"url": "string",
"initiatives": [
{
"name": "...",
"slug": "..."
}
]
},
"ecovadis": {
"last_retrieved_at": "2026-05-21",
"has_rating": true,
"score": 123,
"medal": "string",
"url": "string",
"inherited": true,
"inherited_from": {
"organization_relationship_type": "string",
"legal_name": "string"
},
"performances": [
{
"id": "...",
"year": "...",
"medal": "...",
"text": "...",
"url": "...",
"document_id": "...",
"mirror_url": "..."
}
]
},
"climate_pledge": {
"signed": true,
"signed_at": "2026-05-21",
"link": "string"
},
"document_reduction_targets": [
{
"id": "...",
"classification": "...",
"timeframe": "...",
"scope": "...",
"start_year": "...",
"end_year": "...",
"overall_reduction_percentage": "...",
"text": "...",
"source_url": "...",
"permanent_mirror_url": "...",
"page": "...",
"on_track_two_year": "...",
"on_track_five_year": "..."
}
],
"sbti_reduction_targets": [
{
"id": "...",
"classification": "...",
"timeframe": "...",
"scope": "...",
"start_year": "...",
"end_year": "...",
"overall_reduction_percentage": "...",
"text": "...",
"source_url": "...",
"permanent_mirror_url": "...",
"page": "...",
"on_track_two_year": "...",
"on_track_five_year": "..."
}
]
}404 Organizations Not Found
Content type: application/json
Response Fields
GET /organizations/{id}
