/eprel/products

POST /api/eprel/products

Price: 1 credit

Look up one model in EPREL, the EU register every product carrying an EU energy label must be entered into, by its registration number and product group. Returns the energy class and the scale it is measured on, the model identifier and supplier or trademark, the registration status and version, on-market start and end dates, the countries the model is declared available in, the supplier's registered organisation and contact address, any supplier notes, and the full technical record the group's regulation requires — compartment volumes, dimensions, noise, consumption, tyre grip and rolling-noise classes, panel technology, and so on, under the field names the registry publishes.

How to use it

A bare registration number will not resolve on its own — the registry only serves a model under its own product group, so pass `product_group` too. A number that is valid under a different group answers 412, not someone else's product, so a wrong guess is safe but costs a call; if the group is unknown, the only route is to try the plausible ones. Energy classes are not comparable across groups: read `energy_class_range` to see which scale the letter belongs to, because an A on a A-G scale and an A on an A-E scale mean different things, and older regulations use APP/APPP for what is now A. The regulation-specific measurements live in `attributes` under the registry's own field names, which differ by product group; the same names are what `eprel/products/search` accepts as `filters`.

Parameters

Request body

Response

Errors

Response headers