Skip to main content
This endpoint provides insights into trending medical concepts and popular search queries, helping users discover relevant terminology based on community usage patterns and temporal trends.

Query Parameters

vocabulary_ids
string
Comma-separated list of vocabulary IDs to filter trending searches
Example: SNOMED,ICD10CM,LOINC
domain_ids
string
Comma-separated list of domain IDs to focus trending analysis
Example: Condition,Drug,Procedure
time_period
string
default:"7d"
Time period for trending analysis
Options: 1d, 7d, 30d, 90d
trend_type
string
default:"search_volume"
Type of trending metric to analyze
Options: search_volume, new_concepts, rising_queries, seasonal_patterns
include_statistics
boolean
default:"false"
Include detailed trending statistics and growth metrics
Include related trending concepts and co-occurrence patterns
page_size
integer
default:"20"
Number of trending items to return (max 100)
page
integer
default:"1"
Page number for pagination (1-based)

Response

data
array
Array of trending search items with analytics data
meta
object
Response metadata and pagination information

Usage Examples

Get the most popular trending searches in the past week:
TypeScript
Find trending searches within specific medical domains:
TypeScript

Rising Query Detection

Identify rapidly growing search queries:
TypeScript

Vocabulary-Specific Analysis

Analyze trends within specific vocabularies:
TypeScript

Seasonal Pattern Analysis

Detect seasonal trending patterns:
TypeScript

Notes

  • Trending data is updated every 4 hours with the latest search analytics
  • Trend scores are normalized across all vocabularies and time periods
  • Geographic data may not be available for all trending items due to privacy considerations
  • Rising queries are identified using proprietary algorithms that account for baseline search volume
  • Seasonal patterns require at least 90 days of historical data for accurate detection
  • Some trending data may be filtered to exclude potentially sensitive health information