Dictionary

My dictionary app

They are around 170,000 thousand different definitions.

API

You can make get request if you want. No registration required.

Make a request at dictionary.jorge.sh/api/<word>


    // JSON response
    {
      word: String
      definitions: Array(String)
    }