Lists the available ICD-10 releases
GET {{baseUrl}}/icd/release/10
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
API-Version | string | (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-Language | string | (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/contextForMultiVersion.json","@id":"http://id.who.int/icd/release/10","title":{"@language":"en","@value":"International Statistical Classification of Diseases and Related Health Problems 10th Revision (ICD-10)"},"latestRelease":"http://id.who.int/icd/release/10/2016","release":["http://id.who.int/icd/release/10/2016","http://id.who.int/icd/release/10/2010","http://id.who.int/icd/release/10/2008"]}