Make requests to the Oxford Dictionaries API and return XML with XQuery.
For BaseX and Oxford Dictionaries API v1.8.0, import the function library od-api-basex.xquery v0.6.0:
import module namespace od-api="od-api-basex" at "https://raw.githubusercontent.com/AdamSteffanick/od-api-xquery/v0.6.0/od-api-basex.xquery";
- Fork or download this repository if you prefer to use your own copy of the function library (i.e., od-api-basex.xquery)
- Use od-api.xquery as a template to help you get started
- Replace myId and myKey with your own API credentials in your XQuery processor (do not upload your API credentials to GitHub)
- Tutorials
- Retrieve Oxford Dictionaries API Dictionary Data as XML with XQuery and BaseX
- Retrieve Oxford Dictionaries API Lemma Data as XML with XQuery and BaseX
- Retrieve Oxford Dictionaries API Translation Data as XML with XQuery and BaseX
- Retrieve Oxford Dictionaries API Thesaurus Data as XML with XQuery and BaseX
- Oxford Dictionaries API v1.8.0 compatible