---
title: "Lists fields by endpoint"
method: GET
path: "/fields/{endpoint}"
tags: ["Utility"]
---

# Lists fields by endpoint

`GET /fields/{endpoint}`

Returns the lists of fields available to construct API requests for a given endpoint.

## Path parameters

- `endpoint` 'entries' | 'thesaurus', 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` ArrayOfStrings — unresolved $ref
    - `lemmas` ArrayOfStrings — unresolved $ref
    - `translations` ArrayOfStrings — unresolved $ref
    - `sentences` ArrayOfStrings — unresolved $ref
    - `thesaurus` ArrayOfStrings — unresolved $ref

## Other responses

- `404` — Unknown endpoint.

---

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