ConsoleCatalog
Sign in
DermNet NZ logo

DermNet NZ

dermnetnz.orgHealthno auth

DermNet NZ dermatology reference - topic taxonomies, category listings, and structured summaries.

Category Topic Listing

ASYNCREADNo auth

Returns dermatology topics in a category, with titles and links.

ParametersFormJSON

Dermatology category label used as the category= query filter (e.g. Infections, Eczema)

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_dermnetnz_category_topic_listing",
    "params": {
      "category_name": "Infections"
    }
  }'