GitHunt
MB

mburakerman/tureng-api

Unofficial The Tureng Dictionary JSON API

Tureng API

Unofficial The Tureng Dictionary JSON API

This is Unofficial The Tureng Dictionary JSON API where you can search English & Turkish words

Made with node.js and https://tureng.com

🕹️ Usage

https://tureng-api.vercel.app/api/:word

📖 Example

https://tureng-api.vercel.app/api/butterfly

{
  "word": "butterfly",
  "success": true,
  "meanings": [
    "kelebek",
    "kesip iki yana doğru açmak",
    "gaz kelebeği"
  ]
}

Languages

JavaScript100.0%

Contributors

Created November 16, 2020
Updated March 7, 2023
mburakerman/tureng-api | GitHunt