Gamuts API

Stats


GET https://gamuts.net/api/stats/

Provides overall statistics on the Gamuts.net database:

  • specialties: the number of specialty categories (Chest, CT, etc.)
  • terms: the number of unique terms (entities)
  • synonyms: the number of synonyms
  • gamuts: the number of gamuts (differential-diagnosis listings)
  • isa_links: the number of subsumption (is_a) relationships
  • causal_links: the number of causal (may_cause) relationships
  • causes: the number of "diseases": terms that may_cause other terms
  • effects: the number of "findings": terms caused by other terms


Example
GET https://gamuts.net/api/stats
{
    specialties: 21,
    terms: 16839,
    synonyms: 3040,
    isa_links: 1790,
    causal_links: 55619,
    causes: 12822,
    effects: 4691
}

Return to General information.