{"msg":"Scrabble Buddy API","endpoints":{"/check/:word":"Check if a word is valid and get its Scrabble score","/includes/:letters":"Find words containing specific letters","/score/:letters":"Find highest-scoring words that can be formed with the given letters","/scrabble/info":"Get information about Scrabble letter values and distribution"},"examples":{"/check/hello":"Check if 'hello' is a valid word and get its score","/includes/xyz":"Find words containing the letters x, y, and z","/score/abcdefg":"Find highest-scoring words that can be formed with a, b, c, d, e, f, g","/scrabble/info":"Get Scrabble game information"}}