term - The term that you wish to search
words or phrases
Eg. yeet, Weird flex but OK
author - Name of the author
Eg. The Onion, Aaron Peckham
date - Date you wish to search for
yyyy-mm-dd
character - character you wish to search for
A-Z, *, or "new"
strict - Whether to return only exact matches
true, false (default)
Eg. return only "bigger" and not "biggering", "biggered"
limit
- Specify the number of definitions to be returned
values > 0
Eg. limit = 6, only 6 definitions will be returned
matchCase - Toggle case-sensitive matching
true, false (default)
Eg. whether to return "hello" or "hEllO"
page - Get definitions from a particular page
values > 1
Eg. page = 5, get all definitions from the 5th page only
multiPage - Get definitions from a given range of pages
false or 'min,max'
Eg. '2,4' will return all definitions from page 2 to page 4