Emmi Climate Risk API¶
Welcome to the Emmi Climate Risk API documentation. This API provides comprehensive climate risk assessment and emissions estimates for companies based on their financial and operational data.
What does this API do?¶
The Climate Risk API processes company information to generate:
- Emissions Calculations: Accurate Scope 1, 2, and 3 emissions using ML models, or use your own reported data
- Climate Risk Scenarios: Analysis across IPCC and NGFS phase 5 scenarios
- Temperature Alignment: Company's trajectory relative to climate targets
- Physical Risk Assessment: Both acute and chronic physical climate risks
- Transition Risk Analysis: Risks from the transition to a low-carbon economy
Getting Started¶
This is a private API designed for enterprise customers. To get started:
- Contact our sales team at emmi.io/contact
- Discuss your use case and integration requirements
- Receive API credentials and access documentation
- Begin integration with your applications
# Example API call (requires valid API key)
curl -X POST https://api.emmi.io/analyze/total-climate-risk \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key-here" \
-d '{
"name": "TechCorp Solutions",
"country": "United States",
"industry": "Software & IT Services",
"revenue": "500000000",
"total_assets": "750000000",
"ebitda": "125000000",
"total_debt": "200000000",
"transition_scenarios": ["ngfs_net_zero", "ipcc_net_zero"],
"assessment_years": [2030, 2040, 2050]
}'
Key Features¶
- Transition Risk - Analysis across IPCC and NGFS phase 5 scenarios
- Physical Risk - Both acute and chronic physical climate risks
- Industry Coverage - Support for 129 industries across major sectors
- Country Coverage - Risk assessment for companies in 135 countries worldwide
Next Steps¶
-
Quick Start
Get up and running in minutes with our quick start guide
-
API Reference
Detailed documentation of all endpoints, request/response schemas
-
Quick Start
Get started with your first API call and examples
-
Developer Resources