Lists the available ICD-10 releases for the requested category

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

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/contextForMultiVersion.json","@id":"http://id.who.int/icd/release/10/A00.0","title":{"@language":"en","@value":"Cholera due to Vibrio cholerae 01, biovar cholerae"},"latestRelease":"http://id.who.int/icd/release/10/2016/A00.0","release":["http://id.who.int/icd/release/10/2016/A00.0","http://id.who.int/icd/release/10/2010/A00.0","http://id.who.int/icd/release/10/2008/A00.0"]}