Skip to content

blrB/UnscramblerWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnscramblerWord

table

Enter letters that get unscrambled to display all dictionary words these letters can spell.

API

http://{host}/{lang}/word/{letters}

Example

http://localhost:8080/en/word/mgimnrapgro

Response

[
  {
    "size": 11,
    "string": "programming",
    "lang": "EN"
  },
  {
    "size": 10,
    "string": "programing",
    "lang": "EN"
  },
  {
    "size": 10,
    "string": "programmng",
    "lang": "EN"
  },
  {
    "size": 8,
    "string": "armoring",
    "lang": "EN"
  },
  {
    "size": 8,
    "string": "majoring",
    "lang": "EN"
  },
  {
    "size": 7,
    "string": "gamming",
    "lang": "EN"
  },
  ...

Dictionary

Беларускі

Русский

English

About

Enter letters that get unscrambled to display all dictionary words these letters can spell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published