This endpoint returns lists the URIs of the residual entity in the available releases.

GET {{baseUrl}}/icd/release/11/:linearizationname/:id/:residual

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/11/mms/other","title":{"@language":"en","@value":"Other specified bacterial intestinal infections"},"latestRelease":"http://id.who.int/icd/release/11/2019-04/mms/135352227/other","release":["http://id.who.int/icd/release/11/2019-04/mms/135352227/other","http://id.who.int/icd/release/11/2018-12/mms/135352227/other"]}