DIGITAL4BETTER · OPEN DATA

Energy use

Reuse operational energy and embodied impact references for digital equipment.

Download the full dataset

Associate an equipment category with energy consumption or an embodied impact factor.

Entries
13
Period covered
Not a time series
File Git modification
2025-06-17
Source refresh
Not recorded per entry

The Git date reflects the last committed change, not necessarily local edits or new observations.

Read the unit field of each entry. Embodied factors may be allocated per second of use (/s).

INTERACTIVE PREVIEW

Explore data

Loading preview…

Sources and limitations

Digital equipment

Modeling references, not measurements of individual devices. Do not interpret a /s factor as the total embodied impact of a device.

Field dictionary

FieldDefinition
descriptionSource description
valueValue in the stated unit
unitUnit applying to this entry

Reuse and cite

These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗

Digital4Better Open Data — equipment/energy.json · ODbL 1.0 · https://github.com/digital4better/data

JavaScript example

const response = await fetch("https://digital4better.github.io/data/equipment/energy.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);
Report an issue or suggest a correction