Expand description
API response types for the monolingual dictionary metadata endpoint.
The GET https://www.reader-dict.com/api/v1/dictionaries endpoint returns
a unified bilingual + monolingual registry. This module only models and
exposes the monolingual subset (entries where source language equals
target language, e.g. en โ en). Bilingual pairs are ignored.
Modulesยง
- date_
serde ๐
Structsยง
- Dictionary
Entry - A single dictionary entry returned by the API.
Functionsยง
- download_
url ๐ - Returns the download URL for the DICT.org format archive (includes etymologies).
- download_
url_ ๐no_ etym - Returns the download URL for the DICT.org format archive without etymologies.
Type Aliasesยง
- Dictionaries
Response - Top-level response from
GET https://www.reader-dict.com/api/v1/dictionaries.