> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# algolia dictionary entries browse

> Browse dictionary entries.

```txt Usage theme={"system"}
algolia dictionary entries browse {<dictionary>... | --all} [--include-defaults] [flags]
```

## Examples

Retrieve all entries from the "stopwords" dictionary (not including the Algolia default stop words):

```sh icon=square-terminal theme={"system"}
algolia dictionary entries browse stopwords
```

Retrieve all entries from the "stopwords" and "plurals" dictionaries:

```sh icon=square-terminal theme={"system"}
algolia dictionary entries browse stopwords plurals
```

Retrieve all entries from all dictionaries:

```sh icon=square-terminal theme={"system"}
algolia dictionary entries browse --all
```

Retrieve all entries from the "stopwords" dictionaries (including the Algolia default stop words):

```sh icon=square-terminal theme={"system"}
algolia dictionary entries browse stopwords --include-defaults
```

## Flags

<ParamField body="-a, --all">
  browse all dictionaries
</ParamField>

<ParamField body="-d, --include-defaults">
  include default stopwords
</ParamField>

## Output formatting flags

<ParamField body="--allow-missing-template-keys">
  If true, ignore errors in templates due to missing fields or map keys. This only applies to golang and jsonpath output formats.
</ParamField>

<ParamField body="-o, --output">
  Output format. One of: (json, jsonl, ndjson, jsonpath, jsonpath-as-json, jsonpath-file).
</ParamField>

<ParamField body="--template">
  Template string or path to a template file to use when --output=jsonpath, --output=jsonpath-file.
</ParamField>
