MedDRA API
The MedDRA API published by the MSSO — term and SMQ search, term/SMQ detail, hierarchy navigation and analysis, parent/child type lookup, term history, SMQ analysis, data-file download, search export, language and release listings, version and data-impact reports, subscription validation, and an unauthenticated status check. Sixteen operations in the non-GxP "Production" (formerly Sandbox) environment; four of them (Details, Search, Status, Type) are also offered in the GxP-assessed environment. Every operation but Status requires an OAuth 2.0 bearer token issued by the MedDRA identity provider against a MedDRA subscription.
POST
/api/di
Returns Data Impacted between Versions.
POST
/api/detail
Returns Details object for Term Code.
GET
/api/downld/{lang}/{ver}/{file}/{format}
Returns Term objects for Downloads and Files.
POST
/api/export
Returns Term objects for Search Export.
POST
/api/gt
Returns Lists of Top Level Terms i.e. SOC/SMQ
POST
/api/hier
Returns A Hierarchy Anaylsis of inputted terms.
GET
/api/hist/{code}/{htype}/{lang}/{rsview}
Returns History object for Term Code.
GET
/api/hist/{term}/{lang}/{rsview}
Returns Term objects for History look up.
GET
/api/lang/{langt}
Returns list of Available Languages.
GET
/api/rel
Returns list of Available Releases.
POST
/api/search
Returns Search Results for a specific input.
POST
/api/smqa
Returns SMQ Analysis specific input.
GET
/api/status
Returns Status of API.
POST
/api/sv
Returns Validation of input list.
POST
/api/type
Returns Parents/Children/MedDRA hiearchy for term requested.
POST
/api/vr
Returns Data Impacted between Versions.