---
title: "Lists available filters for specific endpoint"
method: GET
path: "/filters/{endpoint}"
tags: ["Utility"]
---

# Lists available filters for specific endpoint

`GET /filters/{endpoint}`

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

## Path parameters

- `endpoint` 'entries' | 'inflections' | 'translations', required

## 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

- `404` — Unknown endpoint.
- `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/versions/6acbf89f6aeb/schema)
