Scrabblr - A scrabble value API

Scrabblr is a scrabble API that gives you the scrabble value of a word you send to it. If the word contains more instances of a character as there are tiles, it shows an error. The usage is simple REST and you have the following parameters:

word (mandatory)
the word you want analyzed
format (optional)
By default, the output format is a simple string. You can also choose XML or JSON (upper or lower case)
callback (optional)
a method name that will be wrapped around the JSON output - in case you want to use scrabblr in JavaScript

Examples

All amazing work by Christian Heilmann