{"message":"Lexel API v1.0","routes":{"\/words":{"description":"Get all words","input_type":"None","output_type":"word[] (Word object array)"},"\/words\/random":{"description":"Get a random word","input_type":"None","output_type":"word (Word object)"},"\/words\/random\/length\/{length}":{"description":"Get a random word by length","input_type":"length (integer)","output_type":"word (Word object)"},"\/words\/{id}":{"description":"Get a word by ID","input_type":"id (integer)","output_type":"word (Word object)"},"\/words\/exist\/{term}":{"description":"Check if term exists","input_type":"term (string)","output_type":"Boolean (true\/false)"},"\/words\/length\/{length}":{"description":"Get words by length","input_type":"length (integer)","output_type":"word[] (Word object array)"},"\/words\/contain\/{term}":{"description":"Get words containing term","input_type":"term (string)","output_type":"word[] (Word object array)"},"\/words\/anagram\/{term}":{"description":"Get anagrams of a term","input_type":"term (string)","output_type":"word[] (Word object array)"},"\/words\/solve\/{term}":{"description":"Get solutions for a term","input_type":"term (string)","output_type":"word[] (Word object array)"},"\/words\/date\/{date}":{"description":"Get a random word by date","input_type":"date (string)","output_type":"word (Word object)"},"\/words\/date\/{date}\/length\/{length}":{"description":"Get a random word by date and length","input_type":"Path parameters: date (string), length (integer)","output_type":"word (Word object)"}}}