GET api/v1/WordList?prefix={prefix}&srcLang={srcLang}&dstLang={dstLang}&pageSize={pageSize}&startPos={startPos}
Part of the word list for available dictionaries.
Requires Authorization HTTP-header with auth token: "Authorization: Bearer {token}".
See /api/v1/authenticate method description for details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
prefix |
Prefix to filter the word list. |
string |
Required |
srcLang |
Source language |
unsigned integer |
Required |
dstLang |
Target language |
unsigned integer |
Required |
pageSize |
Page size |
integer |
Required |
startPos |
Element to start the page with |
string |
Default value is |
Body Parameters
None.
Request Formats
text/json, application/json
?prefix=mother&srcLang=1033&dstLang=1049&pageSize=20
Response Information
Resource Description
Status: result
200: word list page
404: dictionaries not found for specified direction
404: no word list elements found for specified parameters
Name | Description | Type | Additional information |
---|---|---|---|
SourceLanguage |
Source language of dictionaries used to build this word list. |
unsigned integer |
None. |
TargetLanguage |
Target language of dictionaries used to build this word list. |
unsigned integer |
None. |
InvertedDirection |
True, if direction was inverted. |
boolean |
None. |
Prefix |
Prefix used to filter the word list. |
string |
None. |
HasNextPage |
True, if next part exists. |
boolean |
None. |
StartPos |
This part starting position. |
string |
None. |
Headings |
Word list items. |
Collection of WordListItem |
None. |
Response Formats
text/json, application/json
{ "SourceLanguage": 1033, "TargetLanguage": 1049, "InvertedDirection": false, "Prefix": "mother", "HasNextPage": true, "StartPos": "", "Headings": [ { "Heading": "mother", "Translation": "мать", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "mother.wav", "Type": 1, "OriginalWord": "" }, { "Heading": "mother abscess", "Translation": "первичный абсцесс", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother aircraft", "Translation": "самолет, осуществляющий управление беспилотным ЛА", "DictionaryName": "Telecoms (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother board", "Translation": "материнская плата, плата второго уровня", "DictionaryName": "Patents (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother card", "Translation": "объединительная плата, плата более высокого уровня", "DictionaryName": "LingvoComputer (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "Mother Carey's chicken", "Translation": "буревестник", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "Mother Carey's goose", "Translation": "гигантский буревестник", "DictionaryName": "Biology (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother cell", "Translation": "материнская клетка", "DictionaryName": "Biology (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother complex", "Translation": "см. Edipus complex", "DictionaryName": "Psychology (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother country", "Translation": "метрополия", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother crystal", "Translation": "природный кристалл", "DictionaryName": "Electronics (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother disc", "Translation": "материнский диск", "DictionaryName": "LingvoComputer (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother figure", "Translation": "father figure", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother fixation", "Translation": "материнский комплекс", "DictionaryName": "Psychology (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother gallery", "Translation": "маточный ход", "DictionaryName": "Biology (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "Mother Hubbard clause", "Translation": "условие [оговорка] матушки Хаббард", "DictionaryName": "EconomicusBanking (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother keyboard", "Translation": "системная MIDI-клавиатура", "DictionaryName": "Electronics (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother lode", "Translation": "главная, основная жила", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother MIDI keyboard", "Translation": "= mother keyboard", "DictionaryName": "Electronics (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" }, { "Heading": "mother missile", "Translation": "ракета-носитель, стартовая ступень", "DictionaryName": "LingvoUniversal (En-Ru)", "SoundName": "", "Type": 16, "OriginalWord": "mother" } ] }