Emission Factors API
DataMAINTAINED1 token / call

Emission Factors API

Authoritative greenhouse-gas emission factors with the provenance a reporting team actually needs to cite: 13,000+ factors covering Scope 1, 2 and 3, drawn from four editions (2023-2026) of the UK DEFRA/DESNZ conversion factors and the US EPA GHG Emission Factors Hub. Fuels, UK and US grid electricity (including every eGRID subregion), passenger and delivery vehicles by size and fuel, freight by mode and tonne.km, flights by haul and cabin class, rail, sea, hotel stays, homeworking, water supply and treatment, material use, waste by disposal route, and refrigerants with their AR5 global warming potentials. Every factor carries kg CO2e per unit plus the CO2 / CH4 / N2O split, the gases it actually covers, whether the CO2e was published or derived, the GWP basis used, and the exact source file and licence it came from. Because the API keys on a stable semantic slug rather than the publisher's own row id β€” which is not stable between editions β€” you can pull the same activity across years to restate a prior reporting period. A calculate endpoint turns activity data into kg CO2e in one call, single or batched, totalled by scope, keeping biogenic CO2 out of the scope totals and warning when a factor covers only some gases. A weekly job re-checks each publisher and records whether the file behind every edition is still the one we parsed, exposed at /v1/factors/updates so you can verify the dataset is current rather than take it on trust. Self-hosted dataset built from free, redistributable government sources β€” no third-party calls at request time.

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "slug": "uk-electricity-electricity-generated-electricity-uk-kwh-kwh",
  "label": "UK electricity - Electricity generated - Electricity: UK",
  "year": 2026,
  "scope": "Scope 2",
  "co2e": {
    "total": 0.13096,
    "unit": "kg CO2e",
    "per": "kWh",
    "basis": "published",
    "gases_included": [
      "CO2",
      "CH4",
      "N2O"
    ]
  },
  "source": {
    "publisher": "UK Department for Energy Security and Net Zero / Defra",
    "licence": "Open Government Licence v3.0"
  }
}
10endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform β€” anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
10endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses β€” auto-completion in your IDE
  • Tracks the API in lockstep β€” new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

πŸ”’ Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Query Parameters

factor(Required)
publisher(Optional)
quantity(Required)
year(Optional)

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β€” we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales β†’

Common questions

The things that actually block the upgrade.

Ship Emission Factors API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.