curl -X GET "https://api.omophub.com/v1/concepts/trending?period=week&vocabularies=SNOMED,ICD10CM&page_size=20" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "period": "week", "concepts": [ { "concept_id": 201826, "concept_name": "Type 2 diabetes mellitus", "vocabulary_id": "SNOMED", "search_count": 1547, "growth_rate": 23.5, "trend_score": 7.8 }, { "concept_id": 320128, "concept_name": "Essential hypertension", "vocabulary_id": "SNOMED", "search_count": 1234, "growth_rate": 18.2, "trend_score": 6.9 }, { "concept_id": 4329847, "concept_name": "Myocardial infarction", "vocabulary_id": "SNOMED", "search_count": 987, "growth_rate": 15.7, "trend_score": 5.4 } ], "total_concepts": 156, "limit": 20 }, "meta": { "request_id": "req_trending_abc123", "timestamp": "2024-01-15T10:30:00Z", "vocab_release": "2025.2" } }
Retrieve trending concepts based on search frequency and usage patterns.
day
week
month
SNOMED
SNOMED,ICD10CM
RXNORM,LOINC
Show Trending Concepts Data
Show Trending Concept
Show Metadata
curl -X GET "https://api.omophub.com/v1/concepts/trending?period=week&page_size=50" \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.omophub.com/v1/concepts/trending?vocabularies=SNOMED&period=month" \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.omophub.com/v1/concepts/trending?period=day&page_size=100" \ -H "Authorization: Bearer YOUR_API_KEY"
trend_score
Was this page helpful?