The API for the Woordcombinaties can be found at .
Please note:
List of words:
Parameters:
q.FIELDNAME
: to search this field. Use quotes for phrase search or wildcards (* and ?); these don’t work together.rows
: maximum number of rows to returnstart
: first row to return (0-based)fl
: what fields to return in the resultssort
: how to sort (field name and asc
or desc
)The response is a list of entries, with lemma (head word) information, part of speech and a persistent identifier (pid
).
Retrieve the data for an entry by persistent identifier (pid
):
https://woordcombinaties.ivdnt.org/solr-api/docs/684032
Receives a Molex ID and several paradigm customization parameters. It will then query MolexServe for the paradigm and adapt this for Woordcombinaties using the given parameters.
Customization parameters are:
reflexiviteit
(“niet-reflexief”, “verplicht-reflexief”, “optioneel-reflexief”, “onpersoonlijk”, “niet-reflexief en reflexief (in bepaalde betekenissen of uitdrukkingen))”, default “niet-reflexief”)samengesteld
(“true” or “false”, default “false”)scheidbaar
(“both”, “true” or “false”, default “false”)hulpwerkwoord
(“zijn”, “hebben”, “hebben en zijn” or “zijn, maar reflexief gebruik vervoegd met ‘hebben’”, defaults to the value from Molex, or “zijn” if absent)paradigmalabels
(|
-separated list of paradigm labels such as “geen eerste persoon enkelvoud”, default none)output
(“json” (everything, as JSON), “structure” (paradigm structure for client-side rendering), “html” (full HTML page) or “html-fragment” (fragment to be inserted into page), defaults to “json”)