Skip to main content
Sustainista

102

Data Points

13

Passport Groups

7

Score Dimensions

36

Vehicles in Catalogue

102 Data Points.Infinite business models.

Sustainista aggregates 13 DPP groups, 7 score dimensions and live battery data into a REST API — white-label ready, instantly integrable.

From Data Point to Business Value

Data Source

Intelligence Engine

Business Value

B · C·14 DP

CO₂ & Circular Economy

CO₂ Scoring · Class A–E

ESG Reporting & CO₂ Certificates

I · J · K · L·28 DP

Battery Live Data

SoH Model & Degradation Curve

BaaS Monitoring & Insurance

C · D · G·18 DP

Material Composition

Passport Parser & Chemistry Match

Recycling Routing & Second Life

A–M + Sentiment·102 DP

All 102 Data Points

7-Dimensional Score Engine

White-Label Score & Widget

E · I · J·16 DP

Specs & State of Health

Market Analysis & Price Trend

Residual Value Optimisation & Leasing

All 102 data points from 13 passport groups · 4 access levels (public · restricted · authorities · individual)

6 Business Models — realisable today

Each model names the exact DPP data points, relevant KPIs and the revenue mechanism.

Battery-as-a-Service (BaaS)

Lease the battery separately from the vehicle

Data Basis

Groups I · J · K · L — 28 live data points

Relevant KPIs

  • SoH % (State of Health)
  • Degradation curve
  • Charge cycle consumption
  • Warranty status
  • Temperature events

Revenue Model

Monthly subscription per battery (€ 4–12)

Target Partners

Leasing companies · Fleet operators · OEMs

BaaS decouples the vehicle residual value from battery risk. Whoever has real-time SoH data can guarantee — and charge for it.

/api/v1/products + /api/v1/signals

CO₂ Certification Engine

Measurable savings as tradeable credits

Data Basis

Groups B · C — 14 data points (public)

Relevant KPIs

  • CO₂e / kWh production
  • CO₂ performance class A–E
  • Recycled cobalt content %
  • Recycled lithium content %
  • Renewable energy in production

Revenue Model

Certification fee per tonne CO₂ equivalent

Target Partners

Corporate ESG teams · Carbon markets · Financial products

102 data points produce a complete CO₂ profile — from raw material to recycling. No estimates, real DPP data.

/api/v1/enrich + /api/v1/products

Second-Life Battery Exchange

Match used batteries to stationary storage

Data Basis

Groups J · K · G — 22 data points (individual + restricted)

Relevant KPIs

  • Remaining capacity kWh
  • Remaining cycles
  • SoH at exit
  • Second-life suitability (flag)
  • Disassembly sequence

Revenue Model

2–4% transaction fee on battery match

Target Partners

Grid operators · Solar plant operators · Industrial storage

A battery at 75% SoH still has 8–12 years of stationary service life. 28 live data points enable precise matching without manual inspection.

/api/v1/match + /api/v1/products

Parametric Battery Insurance

Auto-payout when SoH falls below threshold

Data Basis

Groups I · J · K · L — 28 live data points

Relevant KPIs

  • SoH trigger threshold (%)
  • Charge cycle counter
  • Extreme temperature events
  • Deep discharge events
  • Internal resistance (live)

Revenue Model

15–20% premium share with insurance partner

Target Partners

Allianz · Generali · Vienna Insurance Group · Insurtechs

Insurance products need measurable triggers. Sustainista delivers 28 battery KPIs as a real-time stream — no assessor, no disputes.

/api/v1/signals + Webhook score.updated

Recycling Intelligence Router

Chemistry & composition to the optimal recycler

Data Basis

Groups C · D · G — 18 data points (public + restricted)

Relevant KPIs

  • Cathode chemistry (LFP/NMC/NCA)
  • Cobalt country of origin
  • Lithium country of origin
  • Material composition %
  • Recycled content per EU requirements

Revenue Model

Per-query fee + recycler partner programme

Target Partners

Umicore · Stena Recycling · Duesenfeld · Municipal waste management

18 data points from groups C, D, G determine the recycling path. LFP is handled differently from NMC — automatic routing saves time and maximises material recovery.

/api/v1/enrich + /api/v1/products

White-Label Sustainability Score

Your platform, our intelligence

Data Basis

All 102 data points · 13 groups · 7 score dimensions

Relevant KPIs

  • Overall score (0–100)
  • 7 sub-dimensions weighted
  • Confidence % (data density)
  • Passport completeness %
  • Benchmark: 36 vehicles

Revenue Model

White-label SaaS subscription (monthly/annual)

Target Partners

OEMs · Dealer networks · Comparison portals · Marketplace platforms

The score aggregates 102 data points across 7 dimensions — instantly embeddable as a widget or JSON response. Fully rebrandable.

/api/v1/compare + /api/v1/widget/product-card

Your platform.
Our 102 data points.

The entire intelligence engine — score, passport, widget — fully rebrandable. Your users see your logo, your colours. In the background, 13 DPP groups and 7 score dimensions run.

Request white-label
102 data points under your domain
Embeddable widget (`/api/v1/widget/*`)
Custom logo · colours · typography
JSON response without Sustainista branding
Webhooks for real-time score updates
Custom weighting of the 7 score dimensionsRoadmap
SDK iOS / AndroidRoadmap
On-premise deploymentRoadmap

API v1 — 8 Endpoints · REST · JSON

POST/api/v1/match
POST/api/v1/enrich
POST/api/v1/compare
GET/api/v1/products
GET/api/v1/feed
POST/api/v1/signals
POST/api/v1/webhooks/register
GET/api/v1/widget/product-card
// POST /api/v1/enrich — returns 102 data points in a single response
const res = await fetch('https://sustainista.com/api/v1/enrich', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json', 'X-API-Key': 'your-key' },
  body: JSON.stringify({
    text: 'Tesla Model Y Long Range AWD 2024 with 75 kWh battery...',
    source_type: 'listing',   // 'listing' | 'document' | 'review'
    language: 'de',
  }),
})

const { data } = await res.json()

// Entity matching
data.entity_match.matched_product_id    // 'prd-ev02-...'
data.entity_match.confidence            // 0.97

// Passport data (13 groups · 102 DP)
data.passport.co2_production_kg         // 7_200
data.passport.recycled_cobalt_pct       // 12
data.passport.co2_class                 // 'B'

// 7-dimensional score
data.score.overall                      // 74
data.score.dimensions.carbon_footprint  // 81
data.score.dimensions.battery_health    // 68

// Live KPIs
data.soh.remaining_capacity_pct         // 94
data.market.estimated_residual_value_pct // 61

Tell us about your use case.

102 data points · 6 circular models · white-label ready. We integrate quickly and adapt the API to your data model — no standard package, just a conversation.

Get in touch

We respond within 24 hours.

Stefan B.
The mobility of the future will not be powered by petrol — it will be powered by data. Platforms like this decide which technologies prevail and how quickly we actually achieve the transition. This is not evolution — this is revolution.

Stefan B.

Entrepreneur · E-mobility pioneer & investor

API & Partner Integration — Sustainista | Sustainista