Skip to main content
This endpoint returns a paginated list of all available medical vocabularies in the system, including SNOMED CT, ICD-10-CM, LOINC, RxNorm, and others.

Query Parameters

page
integer
default:"1"
Page number for pagination (1-based).
page_size
integer
default:"20"
Number of vocabularies to return per page (max 1000).
include_stats
boolean
default:"false"
Include concept count statistics for each vocabulary.
include_inactive
boolean
default:"false"
Include inactive or deprecated vocabularies in the results.
sort_by
string
default:"name"
Sort field. Options: name, priority, updated
sort_order
string
default:"asc"
Sort order. Options: asc, desc
vocab_release
string
Specific vocabulary release version (e.g., “2025.1”). Defaults to the latest available release.

Response

success
boolean
Indicates if the request was successful.
data
object
Response data container.
meta
object
Response metadata and pagination information.

Usage Examples

Basic List

Get all vocabularies with default pagination:

With Statistics

Include concept counts for each vocabulary:

Sorted by Name

Get vocabularies sorted alphabetically:

Include Inactive

Include deprecated vocabularies: