Multitran: Get Subject Terms
Multitran via Parse · Other
Fetch terms and their translations for a specific subject area within a language pair. Supports alphabetical filtering by starting letter, and cursor-based pagination via the next_page URL in the response. Each page returns up to ~20 terms with their translations. The pagination object includes an alphabet array for letter-based navigation. Access the Multitran multilingual dictionary to retrieve translations, browse subject area terminology, and look up available languages across any supported language pair. Fulfilled by Parse from multitran.com.
- developer-tools
- education
- multitran
- multitran-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/99ae0ae9-6955-45db-9267-9c189ce0b016/get_subject_terms
- Interface artifact
- sha256:12635598431c551c3e158c7d2cca6f71657f2fa0feb580120e7b2076939dd254
- Manifest digest
- sha256:2a2f2fb5c79a6222ecff64a7ac6f2224e65683a28e7532d32f6c6f1f6613430d
Request fields
- s (string): Cursor/start term for pagination, taken from the next_page URL parameter.
- l1 (string): Source language numeric ID.
- l2 (string): Target language numeric ID.
- sc (string, required): Subject area ID from get_dictionary_index results (e.g. '120' for Abbreviation, '52' for Accounting).
- pos (string): Pagination position offset (numeric string, e.g. '0').
- letter (string): Filter terms to those starting with this letter (single character, e.g. 'a').
Example queries
- {"s":"msr","l1":"1","l2":"33","sc":"120","pos":"0","letter":"a"}