---
title: "Lists available filters"
method: GET
path: "/filters"
tags: ["Utility"]
---

# Lists available filters

`GET /filters`

Returns a list of all the valid filters to construct API calls.

## Headers

- `app_id` string, required
- `app_key` string, required

## Response `200`

Successful response.

- Filters — Schema for the Filters endpoint.
  - `metadata` object — Additional Information provided by OUP
  - `results` object — A mapping of filters available per endpoints.
    - `entries` string[]
    - `inflections` string[]
    - `translations` string[]
    - `wordlist` string[]

## Other responses

- `500` — Internal Error. An error occurred while processing the data.

---

[API](https://skmtc.net/oxforddictionaries/apis/untitled-api.md) · [All operations](https://skmtc.net/oxforddictionaries/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oxforddictionaries/untitled-api/revisions/6acbf89f6aeb/schema)
