17

Lot of googling did not help me! Are there any good dictionary web based available?

I am looking for a site which can send me the meaning of words if we pass the word through query string!

Jon Galloway
  • 52,327
  • 25
  • 125
  • 193
Shoban
  • 22,920
  • 8
  • 63
  • 107

3 Answers3

14

I found you a Big Huge Thesaurus with a web API, and a dictionary at Aonaware that looks like it uses SOAP

Jacob Krall
  • 28,341
  • 6
  • 66
  • 76
4

There also exists the dict protocol which has been around for a long time. One of the things I like about dict is the command-line query program that is available.

I have also created a Wiktionary to dict gateway which provides access to the Wiktionary database through the dict protocol.

Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285
3

I found another three:

Fernando Vezzali
  • 2,219
  • 1
  • 29
  • 32