Coming Q3 2026
The SAF market,
via API.
Programmatic access to the most comprehensive verified SAF project database, feedstock price index, and regulatory tracker. Build dashboards, feed models, automate reports.
Join the API waitlistWhat you'll get.
GET
/v1/projects
Full project pipeline with name, country, technology, status, capacity, and source citation. Filterable by any field.
GET
/v1/prices
22-commodity feedstock price index with historical observations, delta calculations, and pathway mapping.
GET
/v1/regulations
20 regulatory regimes with milestone dates, blend targets, penalty formulas, and legal citations.
GET
/v1/manufacturers
Producer and technology-provider registry with country, pathway specialization, and project associations.
GET
/v1/news
Structured news feed with category, excerpt, publication date, and full content for editorial integration.
GET
/v1/glossary
82-term SAF industry glossary with abbreviations, full names, and definitions. Structured for tooltip integration.
// Example: fetch all operational SAF projects in Germany
const response = await fetch('https://api.e-fuels.com/v1/projects?status=operational&country=Germany', {
headers: { 'Authorization': `Bearer ${API_KEY}` }
});
// Response: 72 projects with full metadata
{ "data": [{ "name": "Ineratec ERA One", "technology": "fischer_tropsch", "capacity_mtpa": 0.0025, ... }], "count": 72 }
const response = await fetch('https://api.e-fuels.com/v1/projects?status=operational&country=Germany', {
headers: { 'Authorization': `Bearer ${API_KEY}` }
});
// Response: 72 projects with full metadata
{ "data": [{ "name": "Ineratec ERA One", "technology": "fischer_tropsch", "capacity_mtpa": 0.0025, ... }], "count": 72 }
Get early access.
API launching Q3 2026. Early-access partners help shape the endpoints, rate limits, and pricing. Tell us what you'd build with the data.
Request API access