v1
latestOpenAPI 3.1.02026-07-2671117149.2 KBGet Dictionary Details
Path parameters
This parameter tells the API exactly which dictionary you're interested in. Each dictionary in the system has a unique numerical ID that serves as its primary identifier.
Query parameters
Limit how many terms are returned when fetching the dictionary details. You can specify exactly how many terms you want to see. For example, setting limit=50 will return only the first 50 terms from the dictionary. This is especially useful for implementing pagination in user interfaces or when you only need a sample of the dictionary's content.
When you provide a search term, the API acts like a search function within the dictionary. Rather than returning all terms, it will filter the results to show only those terms that match or contain your search string. This transforms the endpoint from a 'show me everything' request into a 'show me what I'm looking for' request, making it much more efficient when you're looking for specific terminology.
Response
Successful Response