/iso/standards/search

POST /api/iso/standards/search

Price: 20 credits

Search the ISO catalogue of international standards by free text over the reference, the title and the scope abstract, optionally restricting the match to one of those fields and narrowing by the year the catalogue page was last maintained. Each result carries the reference, the title, the scope abstract and the catalogue number that /iso/standards takes.

How to use it

Use this to turn a subject or a reference like 'ISO 9001' into the catalogue number `id` that /iso/standards needs — that endpoint takes the number, never the reference. Set `search_scope` to reference when the query is a document number, otherwise a reference query also matches every standard whose abstract mentions it. Results are the ISO website's search index, which covers the standards published on iso.org rather than every deliverable ISO has ever issued, and it carries no committee, ICS or stage information — call /iso/standards on a result's `id` for those. `page_updated` mirrors the `updated_from_year`/`updated_to_year` filters above, not a publication date. `count` tops out at 1000 with no further pages beyond that, so split a broad subject into narrower phrases rather than raising it.

Parameters

Request body

Response

Errors

Response headers