Skip to main content

Query ATC categories

POST 

/atc-categories/query

Search and filter ATC categories. ATC (Anatomical Therapeutic Chemical) categories are a hierarchical classification of pharmaceutical substances maintained by the WHO.

Filter

The optional filter object supports the following filters:

  • id — match by ATC category ID (string or array of strings).
  • and — match all of the given filters.
  • or — match any of the given filters.
  • not — negate a filter.

Pagination

Use the page object to paginate results. If omitted, all results are returned.

Sorting

Results are sorted by parent ID, then by category ID.

Request

Responses

Successful operation