Skip to main content

Module metadata

Module metadata 

Source
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ยง

DictionaryEntry
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ยง

DictionariesResponse
Top-level response from GET https://www.reader-dict.com/api/v1/dictionaries.