This endpoint returns basic information on the released version of ICD-10 together with the chapters in it

GET {{baseUrl}}/icd/release/10/:releaseId

HEADERS

KeyDatatypeRequiredDescription
API-Versionstring(Required) Version of the API. Values are like v1,v2.
For example, if you provide value v2, the API will respond in the format of the version 2 of the API
Accept-Languagestring(Required) ICD-API is multi-lingual. By changing this header, you may make the API respond in different languages
Languages will be available as the translations of ICD-11 completes.
The values are language codes such as en, es, zh, etc.

RESPONSES

status: OK

{"@context":"http://id.who.int/icd/contexts/contextForTopLevel.json","@id":"http://id.who.int/icd/release/10/2016","title":{"@language":"en","@value":"International Statistical Classification of Diseases and Related Health Problems 10th Revision (ICD-10) Version for 2016"},"releaseDate":"2016-11-01","child":["http://id.who.int/icd/release/10/2016/I","http://id.who.int/icd/release/10/2016/II","http://id.who.int/icd/release/10/2016/III","http://id.who.int/icd/release/10/2016/IV","http://id.who.int/icd/release/10/2016/V","http://id.who.int/icd/release/10/2016/VI","http://id.who.int/icd/release/10/2016/VII","http://id.who.int/icd/release/10/2016/VIII","http://id.who.int/icd/release/10/2016/IX","http://id.who.int/icd/release/10/2016/X","http://id.who.int/icd/release/10/2016/XI","http://id.who.int/icd/release/10/2016/XII","http://id.who.int/icd/release/10/2016/XIII","http://id.who.int/icd/release/10/2016/XIV","http://id.who.int/icd/release/10/2016/XV","http://id.who.int/icd/release/10/2016/XVI","http://id.who.int/icd/release/10/2016/XVII","http://id.who.int/icd/release/10/2016/XVIII","http://id.who.int/icd/release/10/2016/XIX","http://id.who.int/icd/release/10/2016/XX","http://id.who.int/icd/release/10/2016/XXI","http://id.who.int/icd/release/10/2016/XXII"],"browserUrl":"http://apps.who.int/classifications/icd10/browse/2016/en"}