/iec/publications

POST /api/iec/publications

Price: 10 credits

Get IEC Webstore publications by id, up to 20 in one call. Returns the catalogue record: reference and its parsed parts, title, abstract, edition, status, publication date, ISBN, page count, list price in Swiss francs, the languages and file formats on sale, the technical committee and subcommittee, ICS codes with their titles, keyword and Sustainable Development Goal classifications, the full edition and amendment lifecycle, sibling publications and the publications that cite this one.

How to use it

The id is the number in a webstore URL such as webstore.iec.ch/en/publication/4028, and this endpoint takes a list, so resolve several publications in one call rather than looping. A reference string like 'IEC 60335-1:2020' is not an id — put it in the `query` of /iec/publications/search and read the id off the result. Withdrawn, revised and replaced publications resolve here exactly like published ones, so read `status` rather than assuming a hit means the document is current; `lifecycle` lists every edition and amendment of the same base reference with its own id and status, which is how you walk from an old edition to the current one. The record is catalogue metadata only — `deliverables[].location` names the paywalled PDF path but its content is not returned. `abstract` is populated on most records overall, but fill varies sharply by publisher and deliverable type rather than by date — expect it on published, TRF and withdrawn documents, and expect it missing more often on IECEx/IECQ conformity deliverables and CISPR publications.

Parameters

Request body

Response

Errors

Response headers