Euroglot Dictionary API

Use the Euroglot RESTful Dictionary API to enhance your application.

Create your own application

Access to all entries in the dictionaries English, Dutch, German, French, Spanish, Italian with all word information, word type, gender, and additional language information such as linguistic region

  • Python
  • NodeJS

import requests
import json

token = "my-token"
sourcelang = "my-sourcelang"
targetlang = "my-targetlang"
word = "my-word"

url = http://api.euroglot.nl/dictionary/concepts/ + sourcelang + targetlang + word

request = requests.get(url, headers = {Bearer + token})

print("json \n" + json.dumps(request.json()))

 
const https = require("https");

const token = "my-token
const sourcelang = "my-sourcelang"
const targetlang = "my-targetlang
const word = "my-word"
const options = {
   host: 'api.euroglot.nl',
   port: '2345',
   path: '/dictionary/concepts/ + sourcelang +"/" + targetlang + "/"+ word
   method: "GET",
   headers: {
     'Bearer ' + token
   }
 };
https.get(options, (resp) => {
  let body = '';
  resp.on('data', (d) => {
    body += d;
  });
  resp.on('end', () => {
    let translatios = JSON.stringify(body);
    console.log(translations);
  });
});

			
 
  • Lookup words, expressions and proverbs, monolingual or bilingual for
    English, Dutch, French, German, Spanish and Italian.
  • Look up Conjugated and inflected words
  • Use monolingual and bilingual.
  • Look up synonyms and related words.
  • Legal, Medical, Chemical, Technical, Financial and IT terminology.

Online educational applications
The pronunciation of words and expressions by native speakers and the grammar functionalities are ideal for creating online applications for educational purposes.

Games
Create (multilingual) word games

SEO applications
Semantics are important in SEO. Use meaning-related word functionalities for applications in SEO keyword analysis