/iso/standards

POST /api/iso/standards

Price: 5 credits

Get one ISO standard by its catalogue number. Returns the public catalogue record: reference, title, scope abstract, publication status and harmonised stage code, edition and edition year, publication date, page count, list price in Swiss francs with the per-language and per-format purchase options, the owning technical committee, the ICS classification codes, the standards this one replaces or is replaced by, its amendments and corrigenda, the dated stage history of the project, and the UN Sustainable Development Goals ISO maps it to.

How to use it

The input is ISO's internal catalogue number — the digits in www.iso.org/standard/62085.html — not the reference a document is cited by: ISO 9001:2015 is catalogue number 62085, and passing 9001 resolves a different, unrelated standard. Get the number from /iso/standards/search, which returns it as `id`. Every edition of a reference has its own catalogue number, so `related_standards` is how you move between them: it names the previous and superseding editions with their own numbers, and `stage` plus `stage_title` say where the current one sits in ISO's lifecycle, with 90.93 meaning confirmed and 95.99 withdrawn. `amendments` lists the separately purchasable Amd and Cor documents, which are not folded into the base text. The standard's own text is paywalled and is not returned; `abstract` is the public scope statement and is missing on a minority of records.

Parameters

Request body

Response

Errors

Response headers