Skip to main content
U.S. flag

An official website of the United States government

Here’s how you know

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

The modernized Technical Bulletin website is here!
Read more about the modernization release schedule in this announcement. Contact the NLM Help Desk with any questions or concerns.
Return to old site

New Terminology Release API Endpoint

New Terminology Release API Endpoint. NLM Tech Bull. 2024 Jan-Feb;(456):e1.

January 16, 2024 [posted]

We are pleased to announce the publication of a new API endpoint for NLM terminology releases. This endpoint provides an updated list of releases for RxNorm, SNOMED CT, and UMLS. You can use this endpoint to completely automate the retrieval of the latest release files without having to manually download the files. For example, if you load RxNorm data weekly or monthly, you can monitor our release API and automatically download the data immediately when it becomes available.

Documentation:

https://documentation.uts.nlm.nih.gov/automating-downloads.html

Examples:

Request all RxNorm Full Monthly Releases:

https://uts-ws.nlm.nih.gov/releases?releaseType=rxnorm-full-monthly-release

Request the current RxNorm Full Monthly Release:

https://uts-ws.nlm.nih.gov/releases?releaseType=rxnorm-full-monthly-release&current=true

{

"fileName": "RxNorm_full_01022024.zip",

"releaseVersion": "2024-01-02",

"releaseDate": "2024-01-02",

"downloadUrl": https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_01022024.zip,

"releaseType": "RxNorm Full Monthly Release",

"product": "RxNorm",

"current": true

}

Download the current RxNorm Full Monthly Release:

curl "https://uts-

ws.nlm.nih.gov/download?url=https://download.nlm.nih.gov/umls/kss/rxnorm/RxNorm_full_01022024.

zip&apiKey=YOUR_API_KEY" -o RxNorm_full_01022024.zip

Questions?

Please contact us through the NLM Customer Service form