ConsoleCatalog
Sign in
OpenMD logo

OpenMD

openmd.comHealthno auth

Symptom and condition lookup, drug information, and medical topic references.

Dictionary Browse Listing

ASYNCREADNo auth

Returns medical dictionary terms for a letter with links to each definition.

ParametersFormJSON

Alphabetical letter (a-z) to browse dictionary terms under that letter

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_openmd_us_dictionary_browse_listing",
    "params": {
      "browse_letter": "a"
    }
  }'