Skip to content

Instantly share code, notes, and snippets.

@handcoding
Created April 6, 2024 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handcoding/09f0ad35bc32d194b137a4596071ddb8 to your computer and use it in GitHub Desktop.
Save handcoding/09f0ad35bc32d194b137a4596071ddb8 to your computer and use it in GitHub Desktop.
NY Times’ Spelling Bee answers in order of frequency (as of April 2024)
var knownAnwsersTallyList = [
{
index: 0,
word: "noon",
wordLength: 4,
uniqueLettersCount: 2,
tally: 175
},
{
index: 1,
word: "loll",
wordLength: 4,
uniqueLettersCount: 2,
tally: 171
},
{
index: 2,
word: "toot",
wordLength: 4,
uniqueLettersCount: 2,
tally: 155
},
{
index: 3,
word: "naan",
wordLength: 4,
uniqueLettersCount: 2,
tally: 150
},
{
index: 4,
word: "nana",
wordLength: 4,
uniqueLettersCount: 2,
tally: 150
},
{
index: 5,
word: "lilt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 128
},
{
index: 6,
word: "till",
wordLength: 4,
uniqueLettersCount: 3,
tally: 128
},
{
index: 7,
word: "tilt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 128
},
{
index: 8,
word: "tint",
wordLength: 4,
uniqueLettersCount: 3,
tally: 114
},
{
index: 9,
word: "mama",
wordLength: 4,
uniqueLettersCount: 2,
tally: 110
},
{
index: 10,
word: "mamma",
wordLength: 5,
uniqueLettersCount: 2,
tally: 110
},
{
index: 11,
word: "nene",
wordLength: 4,
uniqueLettersCount: 2,
tally: 108
},
{
index: 12,
word: "acai",
wordLength: 4,
uniqueLettersCount: 3,
tally: 107
},
{
index: 13,
word: "acacia",
wordLength: 6,
uniqueLettersCount: 3,
tally: 107
},
{
index: 14,
word: "onto",
wordLength: 4,
uniqueLettersCount: 3,
tally: 103
},
{
index: 15,
word: "toon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 103
},
{
index: 16,
word: "onion",
wordLength: 5,
uniqueLettersCount: 3,
tally: 98
},
{
index: 17,
word: "lull",
wordLength: 4,
uniqueLettersCount: 2,
tally: 97
},
{
index: 18,
word: "lulu",
wordLength: 4,
uniqueLettersCount: 2,
tally: 97
},
{
index: 19,
word: "anal",
wordLength: 4,
uniqueLettersCount: 3,
tally: 96
},
{
index: 20,
word: "olio",
wordLength: 4,
uniqueLettersCount: 3,
tally: 96
},
{
index: 21,
word: "annal",
wordLength: 5,
uniqueLettersCount: 3,
tally: 96
},
{
index: 22,
word: "boob",
wordLength: 4,
uniqueLettersCount: 2,
tally: 95
},
{
index: 23,
word: "dodo",
wordLength: 4,
uniqueLettersCount: 2,
tally: 95
},
{
index: 24,
word: "poop",
wordLength: 4,
uniqueLettersCount: 2,
tally: 95
},
{
index: 25,
word: "booboo",
wordLength: 6,
uniqueLettersCount: 2,
tally: 95
},
{
index: 26,
word: "papa",
wordLength: 4,
uniqueLettersCount: 2,
tally: 94
},
{
index: 27,
word: "anon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 94
},
{
index: 28,
word: "ally",
wordLength: 4,
uniqueLettersCount: 3,
tally: 93
},
{
index: 29,
word: "call",
wordLength: 4,
uniqueLettersCount: 3,
tally: 93
},
{
index: 30,
word: "allay",
wordLength: 5,
uniqueLettersCount: 3,
tally: 93
},
{
index: 31,
word: "calla",
wordLength: 5,
uniqueLettersCount: 3,
tally: 93
},
{
index: 32,
word: "tatty",
wordLength: 5,
uniqueLettersCount: 3,
tally: 92
},
{
index: 33,
word: "baba",
wordLength: 4,
uniqueLettersCount: 2,
tally: 91
},
{
index: 34,
word: "radar",
wordLength: 5,
uniqueLettersCount: 3,
tally: 91
},
{
index: 35,
word: "mitt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 90
},
{
index: 36,
word: "nanny",
wordLength: 5,
uniqueLettersCount: 3,
tally: 90
},
{
index: 37,
word: "loon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 89
},
{
index: 38,
word: "tact",
wordLength: 4,
uniqueLettersCount: 3,
tally: 89
},
{
index: 39,
word: "tart",
wordLength: 4,
uniqueLettersCount: 3,
tally: 89
},
{
index: 40,
word: "attar",
wordLength: 5,
uniqueLettersCount: 3,
tally: 89
},
{
index: 41,
word: "tartar",
wordLength: 6,
uniqueLettersCount: 3,
tally: 89
},
{
index: 42,
word: "ratatat",
wordLength: 7,
uniqueLettersCount: 3,
tally: 89
},
{
index: 43,
word: "array",
wordLength: 5,
uniqueLettersCount: 3,
tally: 88
},
{
index: 44,
word: "cocci",
wordLength: 5,
uniqueLettersCount: 3,
tally: 88
},
{
index: 45,
word: "tutu",
wordLength: 4,
uniqueLettersCount: 2,
tally: 86
},
{
index: 46,
word: "roar",
wordLength: 4,
uniqueLettersCount: 3,
tally: 85
},
{
index: 47,
word: "epee",
wordLength: 4,
uniqueLettersCount: 2,
tally: 84
},
{
index: 48,
word: "peep",
wordLength: 4,
uniqueLettersCount: 2,
tally: 84
},
{
index: 49,
word: "mono",
wordLength: 4,
uniqueLettersCount: 3,
tally: 84
},
{
index: 50,
word: "moon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 84
},
{
index: 51,
word: "nada",
wordLength: 4,
uniqueLettersCount: 3,
tally: 83
},
{
index: 52,
word: "aria",
wordLength: 4,
uniqueLettersCount: 3,
tally: 82
},
{
index: 53,
word: "coot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 82
},
{
index: 54,
word: "loom",
wordLength: 4,
uniqueLettersCount: 3,
tally: 81
},
{
index: 55,
word: "moll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 81
},
{
index: 56,
word: "roll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 81
},
{
index: 57,
word: "canna",
wordLength: 5,
uniqueLettersCount: 3,
tally: 81
},
{
index: 58,
word: "cancan",
wordLength: 6,
uniqueLettersCount: 3,
tally: 81
},
{
index: 59,
word: "tattoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 81
},
{
index: 60,
word: "cell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 61,
word: "itty",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 62,
word: "loot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 63,
word: "tall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 64,
word: "toll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 65,
word: "tool",
wordLength: 4,
uniqueLettersCount: 3,
tally: 80
},
{
index: 66,
word: "lotto",
wordLength: 5,
uniqueLettersCount: 3,
tally: 80
},
{
index: 67,
word: "natant",
wordLength: 6,
uniqueLettersCount: 3,
tally: 79
},
{
index: 68,
word: "illy",
wordLength: 4,
uniqueLettersCount: 3,
tally: 77
},
{
index: 69,
word: "lily",
wordLength: 4,
uniqueLettersCount: 3,
tally: 77
},
{
index: 70,
word: "moot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 77
},
{
index: 71,
word: "motto",
wordLength: 5,
uniqueLettersCount: 3,
tally: 77
},
{
index: 72,
word: "ammo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 76
},
{
index: 73,
word: "momma",
wordLength: 5,
uniqueLettersCount: 3,
tally: 76
},
{
index: 74,
word: "tinct",
wordLength: 5,
uniqueLettersCount: 4,
tally: 76
},
{
index: 75,
word: "meme",
wordLength: 4,
uniqueLettersCount: 2,
tally: 75
},
{
index: 76,
word: "root",
wordLength: 4,
uniqueLettersCount: 3,
tally: 75
},
{
index: 77,
word: "toro",
wordLength: 4,
uniqueLettersCount: 3,
tally: 75
},
{
index: 78,
word: "tort",
wordLength: 4,
uniqueLettersCount: 3,
tally: 75
},
{
index: 79,
word: "trot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 75
},
{
index: 80,
word: "rotor",
wordLength: 5,
uniqueLettersCount: 3,
tally: 75
},
{
index: 81,
word: "manna",
wordLength: 5,
uniqueLettersCount: 3,
tally: 74
},
{
index: 82,
word: "cocoon",
wordLength: 6,
uniqueLettersCount: 3,
tally: 74
},
{
index: 83,
word: "noun",
wordLength: 4,
uniqueLettersCount: 3,
tally: 73
},
{
index: 84,
word: "bill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 72
},
{
index: 85,
word: "oleo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 72
},
{
index: 86,
word: "cool",
wordLength: 4,
uniqueLettersCount: 3,
tally: 71
},
{
index: 87,
word: "loco",
wordLength: 4,
uniqueLettersCount: 3,
tally: 71
},
{
index: 88,
word: "neon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 71
},
{
index: 89,
word: "none",
wordLength: 4,
uniqueLettersCount: 3,
tally: 71
},
{
index: 90,
word: "rill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 71
},
{
index: 91,
word: "blob",
wordLength: 4,
uniqueLettersCount: 3,
tally: 70
},
{
index: 92,
word: "boll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 70
},
{
index: 93,
word: "bolo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 70
},
{
index: 94,
word: "lobo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 70
},
{
index: 95,
word: "mini",
wordLength: 4,
uniqueLettersCount: 3,
tally: 70
},
{
index: 96,
word: "minim",
wordLength: 5,
uniqueLettersCount: 3,
tally: 70
},
{
index: 97,
word: "hoot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 69
},
{
index: 98,
word: "tooth",
wordLength: 5,
uniqueLettersCount: 3,
tally: 69
},
{
index: 99,
word: "ball",
wordLength: 4,
uniqueLettersCount: 3,
tally: 68
},
{
index: 100,
word: "blab",
wordLength: 4,
uniqueLettersCount: 3,
tally: 68
},
{
index: 101,
word: "hath",
wordLength: 4,
uniqueLettersCount: 3,
tally: 68
},
{
index: 102,
word: "that",
wordLength: 4,
uniqueLettersCount: 3,
tally: 68
},
{
index: 103,
word: "cirri",
wordLength: 5,
uniqueLettersCount: 3,
tally: 68
},
{
index: 104,
word: "hatha",
wordLength: 5,
uniqueLettersCount: 3,
tally: 68
},
{
index: 105,
word: "alit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 66
},
{
index: 106,
word: "tail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 66
},
{
index: 107,
word: "tali",
wordLength: 4,
uniqueLettersCount: 4,
tally: 66
},
{
index: 108,
word: "atilt",
wordLength: 5,
uniqueLettersCount: 4,
tally: 66
},
{
index: 109,
word: "tallit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 66
},
{
index: 110,
word: "dill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 65
},
{
index: 111,
word: "hall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 65
},
{
index: 112,
word: "lama",
wordLength: 4,
uniqueLettersCount: 3,
tally: 65
},
{
index: 113,
word: "mall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 65
},
{
index: 114,
word: "halal",
wordLength: 5,
uniqueLettersCount: 3,
tally: 65
},
{
index: 115,
word: "llama",
wordLength: 5,
uniqueLettersCount: 3,
tally: 65
},
{
index: 116,
word: "mammal",
wordLength: 6,
uniqueLettersCount: 3,
tally: 65
},
{
index: 117,
word: "nine",
wordLength: 4,
uniqueLettersCount: 3,
tally: 64
},
{
index: 118,
word: "teen",
wordLength: 4,
uniqueLettersCount: 3,
tally: 64
},
{
index: 119,
word: "tent",
wordLength: 4,
uniqueLettersCount: 3,
tally: 64
},
{
index: 120,
word: "innie",
wordLength: 5,
uniqueLettersCount: 3,
tally: 64
},
{
index: 121,
word: "tenet",
wordLength: 5,
uniqueLettersCount: 3,
tally: 64
},
{
index: 122,
word: "entente",
wordLength: 7,
uniqueLettersCount: 3,
tally: 64
},
{
index: 123,
word: "into",
wordLength: 4,
uniqueLettersCount: 4,
tally: 64
},
{
index: 124,
word: "attic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 64
},
{
index: 125,
word: "cacti",
wordLength: 5,
uniqueLettersCount: 4,
tally: 64
},
{
index: 126,
word: "tacit",
wordLength: 5,
uniqueLettersCount: 4,
tally: 64
},
{
index: 127,
word: "notion",
wordLength: 6,
uniqueLettersCount: 4,
tally: 64
},
{
index: 128,
word: "tactic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 64
},
{
index: 129,
word: "tapa",
wordLength: 4,
uniqueLettersCount: 3,
tally: 63
},
{
index: 130,
word: "laic",
wordLength: 4,
uniqueLettersCount: 4,
tally: 63
},
{
index: 131,
word: "cilia",
wordLength: 5,
uniqueLettersCount: 4,
tally: 63
},
{
index: 132,
word: "iliac",
wordLength: 5,
uniqueLettersCount: 4,
tally: 63
},
{
index: 133,
word: "lilac",
wordLength: 5,
uniqueLettersCount: 4,
tally: 63
},
{
index: 134,
word: "laical",
wordLength: 6,
uniqueLettersCount: 4,
tally: 63
},
{
index: 135,
word: "imam",
wordLength: 4,
uniqueLettersCount: 3,
tally: 62
},
{
index: 136,
word: "maim",
wordLength: 4,
uniqueLettersCount: 3,
tally: 62
},
{
index: 137,
word: "tell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 62
},
{
index: 138,
word: "coca",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 139,
word: "door",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 140,
word: "fill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 141,
word: "logo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 142,
word: "odor",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 143,
word: "rood",
wordLength: 4,
uniqueLettersCount: 3,
tally: 61
},
{
index: 144,
word: "cacao",
wordLength: 5,
uniqueLettersCount: 3,
tally: 61
},
{
index: 145,
word: "cocoa",
wordLength: 5,
uniqueLettersCount: 3,
tally: 61
},
{
index: 146,
word: "googol",
wordLength: 6,
uniqueLettersCount: 3,
tally: 61
},
{
index: 147,
word: "hill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 60
},
{
index: 148,
word: "fall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 59
},
{
index: 149,
word: "luau",
wordLength: 4,
uniqueLettersCount: 3,
tally: 59
},
{
index: 150,
word: "taut",
wordLength: 4,
uniqueLettersCount: 3,
tally: 59
},
{
index: 151,
word: "alfalfa",
wordLength: 7,
uniqueLettersCount: 3,
tally: 59
},
{
index: 152,
word: "gaga",
wordLength: 4,
uniqueLettersCount: 2,
tally: 58
},
{
index: 153,
word: "gong",
wordLength: 4,
uniqueLettersCount: 3,
tally: 58
},
{
index: 154,
word: "goon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 58
},
{
index: 155,
word: "null",
wordLength: 4,
uniqueLettersCount: 3,
tally: 58
},
{
index: 156,
word: "mimic",
wordLength: 5,
uniqueLettersCount: 3,
tally: 58
},
{
index: 157,
word: "boon",
wordLength: 4,
uniqueLettersCount: 3,
tally: 57
},
{
index: 158,
word: "croc",
wordLength: 4,
uniqueLettersCount: 3,
tally: 57
},
{
index: 159,
word: "noob",
wordLength: 4,
uniqueLettersCount: 3,
tally: 57
},
{
index: 160,
word: "bonbon",
wordLength: 6,
uniqueLettersCount: 3,
tally: 57
},
{
index: 161,
word: "bonobo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 57
},
{
index: 162,
word: "pippin",
wordLength: 6,
uniqueLettersCount: 3,
tally: 57
},
{
index: 163,
word: "rococo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 57
},
{
index: 164,
word: "marm",
wordLength: 4,
uniqueLettersCount: 3,
tally: 56
},
{
index: 165,
word: "peen",
wordLength: 4,
uniqueLettersCount: 3,
tally: 56
},
{
index: 166,
word: "penne",
wordLength: 5,
uniqueLettersCount: 3,
tally: 56
},
{
index: 167,
word: "oral",
wordLength: 4,
uniqueLettersCount: 4,
tally: 56
},
{
index: 168,
word: "chic",
wordLength: 4,
uniqueLettersCount: 3,
tally: 55
},
{
index: 169,
word: "tout",
wordLength: 4,
uniqueLettersCount: 3,
tally: 55
},
{
index: 170,
word: "tepee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 55
},
{
index: 171,
word: "chichi",
wordLength: 6,
uniqueLettersCount: 3,
tally: 55
},
{
index: 172,
word: "teepee",
wordLength: 6,
uniqueLettersCount: 3,
tally: 55
},
{
index: 173,
word: "boba",
wordLength: 4,
uniqueLettersCount: 3,
tally: 54
},
{
index: 174,
word: "data",
wordLength: 4,
uniqueLettersCount: 3,
tally: 54
},
{
index: 175,
word: "baobab",
wordLength: 6,
uniqueLettersCount: 3,
tally: 54
},
{
index: 176,
word: "licit",
wordLength: 5,
uniqueLettersCount: 4,
tally: 54
},
{
index: 177,
word: "illicit",
wordLength: 7,
uniqueLettersCount: 4,
tally: 54
},
{
index: 178,
word: "bell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 179,
word: "heel",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 180,
word: "hell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 181,
word: "meet",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 182,
word: "mete",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 183,
word: "pill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 184,
word: "teem",
wordLength: 4,
uniqueLettersCount: 3,
tally: 53
},
{
index: 185,
word: "belle",
wordLength: 5,
uniqueLettersCount: 3,
tally: 53
},
{
index: 186,
word: "doodad",
wordLength: 6,
uniqueLettersCount: 3,
tally: 53
},
{
index: 187,
word: "coin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 53
},
{
index: 188,
word: "icon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 53
},
{
index: 189,
word: "lain",
wordLength: 4,
uniqueLettersCount: 4,
tally: 53
},
{
index: 190,
word: "nail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 53
},
{
index: 191,
word: "atria",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 192,
word: "conic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 193,
word: "ionic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 194,
word: "lanai",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 195,
word: "raita",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 196,
word: "tiara",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 197,
word: "trait",
wordLength: 5,
uniqueLettersCount: 4,
tally: 53
},
{
index: 198,
word: "iconic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 53
},
{
index: 199,
word: "niacin",
wordLength: 6,
uniqueLettersCount: 4,
tally: 53
},
{
index: 200,
word: "memo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 52
},
{
index: 201,
word: "mill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 52
},
{
index: 202,
word: "banana",
wordLength: 6,
uniqueLettersCount: 3,
tally: 52
},
{
index: 203,
word: "arty",
wordLength: 4,
uniqueLettersCount: 4,
tally: 52
},
{
index: 204,
word: "lint",
wordLength: 4,
uniqueLettersCount: 4,
tally: 52
},
{
index: 205,
word: "mint",
wordLength: 4,
uniqueLettersCount: 4,
tally: 52
},
{
index: 206,
word: "tray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 52
},
{
index: 207,
word: "ratty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 52
},
{
index: 208,
word: "tarry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 52
},
{
index: 209,
word: "doll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 51
},
{
index: 210,
word: "peel",
wordLength: 4,
uniqueLettersCount: 3,
tally: 51
},
{
index: 211,
word: "pipit",
wordLength: 5,
uniqueLettersCount: 3,
tally: 51
},
{
index: 212,
word: "cite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 51
},
{
index: 213,
word: "circa",
wordLength: 5,
uniqueLettersCount: 4,
tally: 51
},
{
index: 214,
word: "aura",
wordLength: 4,
uniqueLettersCount: 3,
tally: 50
},
{
index: 215,
word: "barb",
wordLength: 4,
uniqueLettersCount: 3,
tally: 50
},
{
index: 216,
word: "poor",
wordLength: 4,
uniqueLettersCount: 3,
tally: 50
},
{
index: 217,
word: "prop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 50
},
{
index: 218,
word: "melee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 50
},
{
index: 219,
word: "tutti",
wordLength: 5,
uniqueLettersCount: 3,
tally: 50
},
{
index: 220,
word: "horror",
wordLength: 6,
uniqueLettersCount: 3,
tally: 50
},
{
index: 221,
word: "dial",
wordLength: 4,
uniqueLettersCount: 4,
tally: 50
},
{
index: 222,
word: "laid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 50
},
{
index: 223,
word: "unto",
wordLength: 4,
uniqueLettersCount: 4,
tally: 50
},
{
index: 224,
word: "natty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 50
},
{
index: 225,
word: "boot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 226,
word: "fool",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 227,
word: "full",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 228,
word: "gill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 229,
word: "grog",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 230,
word: "mime",
wordLength: 4,
uniqueLettersCount: 3,
tally: 49
},
{
index: 231,
word: "fluff",
wordLength: 5,
uniqueLettersCount: 3,
tally: 49
},
{
index: 232,
word: "anti",
wordLength: 4,
uniqueLettersCount: 4,
tally: 49
},
{
index: 233,
word: "naiad",
wordLength: 5,
uniqueLettersCount: 4,
tally: 49
},
{
index: 234,
word: "taint",
wordLength: 5,
uniqueLettersCount: 4,
tally: 49
},
{
index: 235,
word: "titan",
wordLength: 5,
uniqueLettersCount: 4,
tally: 49
},
{
index: 236,
word: "attain",
wordLength: 6,
uniqueLettersCount: 4,
tally: 49
},
{
index: 237,
word: "tannin",
wordLength: 6,
uniqueLettersCount: 4,
tally: 49
},
{
index: 238,
word: "boor",
wordLength: 4,
uniqueLettersCount: 3,
tally: 48
},
{
index: 239,
word: "moor",
wordLength: 4,
uniqueLettersCount: 3,
tally: 48
},
{
index: 240,
word: "pope",
wordLength: 4,
uniqueLettersCount: 3,
tally: 48
},
{
index: 241,
word: "room",
wordLength: 4,
uniqueLettersCount: 3,
tally: 48
},
{
index: 242,
word: "thee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 48
},
{
index: 243,
word: "poppa",
wordLength: 5,
uniqueLettersCount: 3,
tally: 48
},
{
index: 244,
word: "teeth",
wordLength: 5,
uniqueLettersCount: 3,
tally: 48
},
{
index: 245,
word: "teethe",
wordLength: 6,
uniqueLettersCount: 3,
tally: 48
},
{
index: 246,
word: "aril",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 247,
word: "lair",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 248,
word: "liar",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 249,
word: "lira",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 250,
word: "rail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 251,
word: "rial",
wordLength: 4,
uniqueLettersCount: 4,
tally: 48
},
{
index: 252,
word: "rally",
wordLength: 5,
uniqueLettersCount: 4,
tally: 48
},
{
index: 253,
word: "alga",
wordLength: 4,
uniqueLettersCount: 3,
tally: 47
},
{
index: 254,
word: "gala",
wordLength: 4,
uniqueLettersCount: 3,
tally: 47
},
{
index: 255,
word: "gall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 47
},
{
index: 256,
word: "algal",
wordLength: 5,
uniqueLettersCount: 3,
tally: 47
},
{
index: 257,
word: "loan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 47
},
{
index: 258,
word: "llano",
wordLength: 5,
uniqueLettersCount: 4,
tally: 47
},
{
index: 259,
word: "pall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 46
},
{
index: 260,
word: "palp",
wordLength: 4,
uniqueLettersCount: 3,
tally: 46
},
{
index: 261,
word: "tiff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 46
},
{
index: 262,
word: "papal",
wordLength: 5,
uniqueLettersCount: 3,
tally: 46
},
{
index: 263,
word: "appall",
wordLength: 6,
uniqueLettersCount: 3,
tally: 46
},
{
index: 264,
word: "palapa",
wordLength: 6,
uniqueLettersCount: 3,
tally: 46
},
{
index: 265,
word: "loam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 46
},
{
index: 266,
word: "moola",
wordLength: 5,
uniqueLettersCount: 4,
tally: 46
},
{
index: 267,
word: "kook",
wordLength: 4,
uniqueLettersCount: 2,
tally: 45
},
{
index: 268,
word: "been",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 269,
word: "loop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 270,
word: "oboe",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 271,
word: "plop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 272,
word: "poll",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 273,
word: "polo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 274,
word: "pool",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 275,
word: "tote",
wordLength: 4,
uniqueLettersCount: 3,
tally: 45
},
{
index: 276,
word: "pampa",
wordLength: 5,
uniqueLettersCount: 3,
tally: 45
},
{
index: 277,
word: "lollop",
wordLength: 6,
uniqueLettersCount: 3,
tally: 45
},
{
index: 278,
word: "dino",
wordLength: 4,
uniqueLettersCount: 4,
tally: 45
},
{
index: 279,
word: "agog",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 280,
word: "coop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 281,
word: "feel",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 282,
word: "fell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 283,
word: "flee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 284,
word: "gene",
wordLength: 4,
uniqueLettersCount: 3,
tally: 44
},
{
index: 285,
word: "ninny",
wordLength: 5,
uniqueLettersCount: 3,
tally: 44
},
{
index: 286,
word: "bail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 287,
word: "cent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 288,
word: "lard",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 289,
word: "lone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 290,
word: "nice",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 291,
word: "noel",
wordLength: 4,
uniqueLettersCount: 4,
tally: 44
},
{
index: 292,
word: "alibi",
wordLength: 5,
uniqueLettersCount: 4,
tally: 44
},
{
index: 293,
word: "labia",
wordLength: 5,
uniqueLettersCount: 4,
tally: 44
},
{
index: 294,
word: "niece",
wordLength: 5,
uniqueLettersCount: 4,
tally: 44
},
{
index: 295,
word: "labial",
wordLength: 6,
uniqueLettersCount: 4,
tally: 44
},
{
index: 296,
word: "tatami",
wordLength: 6,
uniqueLettersCount: 4,
tally: 44
},
{
index: 297,
word: "bilabial",
wordLength: 8,
uniqueLettersCount: 4,
tally: 44
},
{
index: 298,
word: "coho",
wordLength: 4,
uniqueLettersCount: 3,
tally: 43
},
{
index: 299,
word: "hooch",
wordLength: 5,
uniqueLettersCount: 3,
tally: 43
},
{
index: 300,
word: "pappy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 43
},
{
index: 301,
word: "yappy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 43
},
{
index: 302,
word: "papaya",
wordLength: 6,
uniqueLettersCount: 3,
tally: 43
},
{
index: 303,
word: "arid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 43
},
{
index: 304,
word: "omit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 43
},
{
index: 305,
word: "raid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 43
},
{
index: 306,
word: "roan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 43
},
{
index: 307,
word: "toil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 43
},
{
index: 308,
word: "limit",
wordLength: 5,
uniqueLettersCount: 4,
tally: 43
},
{
index: 309,
word: "radii",
wordLength: 5,
uniqueLettersCount: 4,
tally: 43
},
{
index: 310,
word: "tally",
wordLength: 5,
uniqueLettersCount: 4,
tally: 43
},
{
index: 311,
word: "anally",
wordLength: 6,
uniqueLettersCount: 4,
tally: 43
},
{
index: 312,
word: "tomtit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 43
},
{
index: 313,
word: "cock",
wordLength: 4,
uniqueLettersCount: 3,
tally: 42
},
{
index: 314,
word: "cook",
wordLength: 4,
uniqueLettersCount: 3,
tally: 42
},
{
index: 315,
word: "dyad",
wordLength: 4,
uniqueLettersCount: 3,
tally: 42
},
{
index: 316,
word: "daddy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 42
},
{
index: 317,
word: "emcee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 42
},
{
index: 318,
word: "lent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 42
},
{
index: 319,
word: "roil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 42
},
{
index: 320,
word: "alloy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 42
},
{
index: 321,
word: "loyal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 42
},
{
index: 322,
word: "clinic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 42
},
{
index: 323,
word: "nettle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 42
},
{
index: 324,
word: "loyally",
wordLength: 7,
uniqueLettersCount: 4,
tally: 42
},
{
index: 325,
word: "levee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 41
},
{
index: 326,
word: "level",
wordLength: 5,
uniqueLettersCount: 3,
tally: 41
},
{
index: 327,
word: "moan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 41
},
{
index: 328,
word: "mammon",
wordLength: 6,
uniqueLettersCount: 4,
tally: 41
},
{
index: 329,
word: "allele",
wordLength: 6,
uniqueLettersCount: 3,
tally: 40
},
{
index: 330,
word: "cami",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 331,
word: "cart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 332,
word: "coil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 333,
word: "cyan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 334,
word: "darn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 335,
word: "lion",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 336,
word: "loci",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 337,
word: "loin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 338,
word: "mica",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 339,
word: "rand",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 340,
word: "road",
wordLength: 4,
uniqueLettersCount: 4,
tally: 40
},
{
index: 341,
word: "ardor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 342,
word: "canny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 343,
word: "carat",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 344,
word: "cello",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 345,
word: "colic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 346,
word: "tract",
wordLength: 5,
uniqueLettersCount: 4,
tally: 40
},
{
index: 347,
word: "cotton",
wordLength: 6,
uniqueLettersCount: 4,
tally: 40
},
{
index: 348,
word: "dorado",
wordLength: 6,
uniqueLettersCount: 4,
tally: 40
},
{
index: 349,
word: "attract",
wordLength: 7,
uniqueLettersCount: 4,
tally: 40
},
{
index: 350,
word: "concoct",
wordLength: 7,
uniqueLettersCount: 4,
tally: 40
},
{
index: 351,
word: "cataract",
wordLength: 8,
uniqueLettersCount: 4,
tally: 40
},
{
index: 352,
word: "nonillion",
wordLength: 9,
uniqueLettersCount: 4,
tally: 40
},
{
index: 353,
word: "even",
wordLength: 4,
uniqueLettersCount: 3,
tally: 39
},
{
index: 354,
word: "glee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 39
},
{
index: 355,
word: "roof",
wordLength: 4,
uniqueLettersCount: 3,
tally: 39
},
{
index: 356,
word: "gelee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 39
},
{
index: 357,
word: "poppy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 39
},
{
index: 358,
word: "bola",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 359,
word: "clan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 360,
word: "coir",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 361,
word: "fail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 362,
word: "molt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 363,
word: "riot",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 364,
word: "roam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 365,
word: "roti",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 366,
word: "tori",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 367,
word: "trio",
wordLength: 4,
uniqueLettersCount: 4,
tally: 39
},
{
index: 368,
word: "armor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 369,
word: "aroma",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 370,
word: "canal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 371,
word: "croci",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 372,
word: "flail",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 373,
word: "manta",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 374,
word: "natal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 375,
word: "torii",
wordLength: 5,
uniqueLettersCount: 4,
tally: 39
},
{
index: 376,
word: "filial",
wordLength: 6,
uniqueLettersCount: 4,
tally: 39
},
{
index: 377,
word: "lantana",
wordLength: 7,
uniqueLettersCount: 4,
tally: 39
},
{
index: 378,
word: "beet",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 379,
word: "eely",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 380,
word: "fief",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 381,
word: "fife",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 382,
word: "pipe",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 383,
word: "yell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 38
},
{
index: 384,
word: "lace",
wordLength: 4,
uniqueLettersCount: 4,
tally: 38
},
{
index: 385,
word: "lite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 38
},
{
index: 386,
word: "tile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 38
},
{
index: 387,
word: "cabal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 38
},
{
index: 388,
word: "elite",
wordLength: 5,
uniqueLettersCount: 4,
tally: 38
},
{
index: 389,
word: "henna",
wordLength: 5,
uniqueLettersCount: 4,
tally: 38
},
{
index: 390,
word: "title",
wordLength: 5,
uniqueLettersCount: 4,
tally: 38
},
{
index: 391,
word: "uncut",
wordLength: 5,
uniqueLettersCount: 4,
tally: 38
},
{
index: 392,
word: "cabala",
wordLength: 6,
uniqueLettersCount: 4,
tally: 38
},
{
index: 393,
word: "little",
wordLength: 6,
uniqueLettersCount: 4,
tally: 38
},
{
index: 394,
word: "tittle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 38
},
{
index: 395,
word: "afar",
wordLength: 4,
uniqueLettersCount: 3,
tally: 37
},
{
index: 396,
word: "wool",
wordLength: 4,
uniqueLettersCount: 3,
tally: 37
},
{
index: 397,
word: "mommy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 37
},
{
index: 398,
word: "coal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 399,
word: "cola",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 400,
word: "mole",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 401,
word: "pact",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 402,
word: "pain",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 403,
word: "talc",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 404,
word: "taro",
wordLength: 4,
uniqueLettersCount: 4,
tally: 37
},
{
index: 405,
word: "aioli",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 406,
word: "annoy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 407,
word: "aorta",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 408,
word: "apian",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 409,
word: "local",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 410,
word: "tarot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 37
},
{
index: 411,
word: "cloaca",
wordLength: 6,
uniqueLettersCount: 4,
tally: 37
},
{
index: 412,
word: "mentee",
wordLength: 6,
uniqueLettersCount: 4,
tally: 37
},
{
index: 413,
word: "orator",
wordLength: 6,
uniqueLettersCount: 4,
tally: 37
},
{
index: 414,
word: "panini",
wordLength: 6,
uniqueLettersCount: 4,
tally: 37
},
{
index: 415,
word: "catcall",
wordLength: 7,
uniqueLettersCount: 4,
tally: 37
},
{
index: 416,
word: "rotator",
wordLength: 7,
uniqueLettersCount: 4,
tally: 37
},
{
index: 417,
word: "callaloo",
wordLength: 8,
uniqueLettersCount: 4,
tally: 37
},
{
index: 418,
word: "tenement",
wordLength: 8,
uniqueLettersCount: 4,
tally: 37
},
{
index: 419,
word: "cull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 36
},
{
index: 420,
word: "hoop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 36
},
{
index: 421,
word: "look",
wordLength: 4,
uniqueLettersCount: 3,
tally: 36
},
{
index: 422,
word: "midi",
wordLength: 4,
uniqueLettersCount: 3,
tally: 36
},
{
index: 423,
word: "pooh",
wordLength: 4,
uniqueLettersCount: 3,
tally: 36
},
{
index: 424,
word: "ache",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 425,
word: "airy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 426,
word: "alto",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 427,
word: "dart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 428,
word: "drat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 429,
word: "dray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 430,
word: "each",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 431,
word: "idol",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 432,
word: "land",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 433,
word: "nary",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 434,
word: "nite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 435,
word: "tine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 436,
word: "yard",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 437,
word: "yarn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 36
},
{
index: 438,
word: "allot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 439,
word: "atoll",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 440,
word: "cache",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 441,
word: "dildo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 442,
word: "dryad",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 443,
word: "total",
wordLength: 5,
uniqueLettersCount: 4,
tally: 36
},
{
index: 444,
word: "citric",
wordLength: 6,
uniqueLettersCount: 4,
tally: 36
},
{
index: 445,
word: "critic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 36
},
{
index: 446,
word: "intent",
wordLength: 6,
uniqueLettersCount: 4,
tally: 36
},
{
index: 447,
word: "nineteen",
wordLength: 8,
uniqueLettersCount: 4,
tally: 36
},
{
index: 448,
word: "baby",
wordLength: 4,
uniqueLettersCount: 3,
tally: 35
},
{
index: 449,
word: "gang",
wordLength: 4,
uniqueLettersCount: 3,
tally: 35
},
{
index: 450,
word: "high",
wordLength: 4,
uniqueLettersCount: 3,
tally: 35
},
{
index: 451,
word: "atom",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 452,
word: "blin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 453,
word: "hail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 454,
word: "hale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 455,
word: "hand",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 456,
word: "heal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 457,
word: "hilt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 458,
word: "lice",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 459,
word: "lien",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 460,
word: "line",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 461,
word: "moat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 35
},
{
index: 462,
word: "blini",
wordLength: 5,
uniqueLettersCount: 4,
tally: 35
},
{
index: 463,
word: "celli",
wordLength: 5,
uniqueLettersCount: 4,
tally: 35
},
{
index: 464,
word: "comic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 35
},
{
index: 465,
word: "linen",
wordLength: 5,
uniqueLettersCount: 4,
tally: 35
},
{
index: 466,
word: "tilth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 35
},
{
index: 467,
word: "icicle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 35
},
{
index: 468,
word: "infill",
wordLength: 6,
uniqueLettersCount: 4,
tally: 35
},
{
index: 469,
word: "tomato",
wordLength: 6,
uniqueLettersCount: 4,
tally: 35
},
{
index: 470,
word: "feet",
wordLength: 4,
uniqueLettersCount: 3,
tally: 34
},
{
index: 471,
word: "fete",
wordLength: 4,
uniqueLettersCount: 3,
tally: 34
},
{
index: 472,
word: "hood",
wordLength: 4,
uniqueLettersCount: 3,
tally: 34
},
{
index: 473,
word: "pomp",
wordLength: 4,
uniqueLettersCount: 3,
tally: 34
},
{
index: 474,
word: "teff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 34
},
{
index: 475,
word: "madam",
wordLength: 5,
uniqueLettersCount: 3,
tally: 34
},
{
index: 476,
word: "peppy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 34
},
{
index: 477,
word: "effete",
wordLength: 6,
uniqueLettersCount: 3,
tally: 34
},
{
index: 478,
word: "hoodoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 34
},
{
index: 479,
word: "pompom",
wordLength: 6,
uniqueLettersCount: 3,
tally: 34
},
{
index: 480,
word: "city",
wordLength: 4,
uniqueLettersCount: 4,
tally: 34
},
{
index: 481,
word: "omen",
wordLength: 4,
uniqueLettersCount: 4,
tally: 34
},
{
index: 482,
word: "rain",
wordLength: 4,
uniqueLettersCount: 4,
tally: 34
},
{
index: 483,
word: "rani",
wordLength: 4,
uniqueLettersCount: 4,
tally: 34
},
{
index: 484,
word: "alarm",
wordLength: 5,
uniqueLettersCount: 4,
tally: 34
},
{
index: 485,
word: "minion",
wordLength: 6,
uniqueLettersCount: 4,
tally: 34
},
{
index: 486,
word: "dull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 33
},
{
index: 487,
word: "lava",
wordLength: 4,
uniqueLettersCount: 3,
tally: 33
},
{
index: 488,
word: "yoohoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 33
},
{
index: 489,
word: "bard",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 490,
word: "brad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 491,
word: "cant",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 492,
word: "chai",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 493,
word: "chia",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 494,
word: "drab",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 495,
word: "lack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 496,
word: "lech",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 497,
word: "lune",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 498,
word: "main",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 499,
word: "racy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 500,
word: "tiny",
wordLength: 4,
uniqueLettersCount: 4,
tally: 33
},
{
index: 501,
word: "alack",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 502,
word: "anima",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 503,
word: "carry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 504,
word: "catty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 505,
word: "chica",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 506,
word: "clack",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 507,
word: "coopt",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 508,
word: "leech",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 509,
word: "mania",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 510,
word: "netty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 511,
word: "teeny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 512,
word: "tinny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 513,
word: "yente",
wordLength: 5,
uniqueLettersCount: 4,
tally: 33
},
{
index: 514,
word: "minima",
wordLength: 6,
uniqueLettersCount: 4,
tally: 33
},
{
index: 515,
word: "cantata",
wordLength: 7,
uniqueLettersCount: 4,
tally: 33
},
{
index: 516,
word: "entice",
wordLength: 6,
uniqueLettersCount: 5,
tally: 33
},
{
index: 517,
word: "incite",
wordLength: 6,
uniqueLettersCount: 5,
tally: 33
},
{
index: 518,
word: "babe",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 519,
word: "bomb",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 520,
word: "boom",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 521,
word: "cede",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 522,
word: "doom",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 523,
word: "gage",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 524,
word: "glug",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 525,
word: "gull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 526,
word: "mood",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 527,
word: "ogee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 528,
word: "teat",
wordLength: 4,
uniqueLettersCount: 3,
tally: 32
},
{
index: 529,
word: "ceded",
wordLength: 5,
uniqueLettersCount: 3,
tally: 32
},
{
index: 530,
word: "acid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 531,
word: "bile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 532,
word: "emit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 533,
word: "iota",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 534,
word: "item",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 535,
word: "mite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 536,
word: "time",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 537,
word: "trim",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 538,
word: "troy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 539,
word: "tyro",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 540,
word: "udon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 541,
word: "undo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 32
},
{
index: 542,
word: "belie",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 543,
word: "bible",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 544,
word: "dunno",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 545,
word: "igloo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 546,
word: "libel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 547,
word: "thigh",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 548,
word: "tight",
wordLength: 5,
uniqueLettersCount: 4,
tally: 32
},
{
index: 549,
word: "acidic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 32
},
{
index: 550,
word: "arroyo",
wordLength: 6,
uniqueLettersCount: 4,
tally: 32
},
{
index: 551,
word: "cicada",
wordLength: 6,
uniqueLettersCount: 4,
tally: 32
},
{
index: 552,
word: "gigolo",
wordLength: 6,
uniqueLettersCount: 4,
tally: 32
},
{
index: 553,
word: "libelee",
wordLength: 7,
uniqueLettersCount: 4,
tally: 32
},
{
index: 554,
word: "foot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 31
},
{
index: 555,
word: "acne",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 556,
word: "cane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 557,
word: "coat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 558,
word: "hart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 559,
word: "holt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 560,
word: "many",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 561,
word: "myna",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 562,
word: "pent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 563,
word: "taco",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 564,
word: "torn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 31
},
{
index: 565,
word: "arhat",
wordLength: 5,
uniqueLettersCount: 4,
tally: 31
},
{
index: 566,
word: "banal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 31
},
{
index: 567,
word: "ditto",
wordLength: 5,
uniqueLettersCount: 4,
tally: 31
},
{
index: 568,
word: "idiot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 31
},
{
index: 569,
word: "nabob",
wordLength: 5,
uniqueLettersCount: 4,
tally: 31
},
{
index: 570,
word: "baboon",
wordLength: 6,
uniqueLettersCount: 4,
tally: 31
},
{
index: 571,
word: "cutout",
wordLength: 6,
uniqueLettersCount: 4,
tally: 31
},
{
index: 572,
word: "eleven",
wordLength: 6,
uniqueLettersCount: 4,
tally: 31
},
{
index: 573,
word: "toccata",
wordLength: 7,
uniqueLettersCount: 4,
tally: 31
},
{
index: 574,
word: "bulb",
wordLength: 4,
uniqueLettersCount: 3,
tally: 30
},
{
index: 575,
word: "bull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 30
},
{
index: 576,
word: "riff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 30
},
{
index: 577,
word: "will",
wordLength: 4,
uniqueLettersCount: 3,
tally: 30
},
{
index: 578,
word: "booby",
wordLength: 5,
uniqueLettersCount: 3,
tally: 30
},
{
index: 579,
word: "mamba",
wordLength: 5,
uniqueLettersCount: 3,
tally: 30
},
{
index: 580,
word: "ably",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 581,
word: "aunt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 582,
word: "boil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 583,
word: "card",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 584,
word: "chit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 585,
word: "heap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 586,
word: "itch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 587,
word: "lady",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 588,
word: "limo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 589,
word: "lobe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 590,
word: "moil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 591,
word: "moth",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 592,
word: "oath",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 593,
word: "tuna",
wordLength: 4,
uniqueLettersCount: 4,
tally: 30
},
{
index: 594,
word: "aural",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 595,
word: "dally",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 596,
word: "hitch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 597,
word: "lorry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 598,
word: "patty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 599,
word: "rural",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 600,
word: "taunt",
wordLength: 5,
uniqueLettersCount: 4,
tally: 30
},
{
index: 601,
word: "blabby",
wordLength: 6,
uniqueLettersCount: 4,
tally: 30
},
{
index: 602,
word: "bobble",
wordLength: 6,
uniqueLettersCount: 4,
tally: 30
},
{
index: 603,
word: "fennel",
wordLength: 6,
uniqueLettersCount: 4,
tally: 30
},
{
index: 604,
word: "challah",
wordLength: 7,
uniqueLettersCount: 4,
tally: 30
},
{
index: 605,
word: "laity",
wordLength: 5,
uniqueLettersCount: 5,
tally: 30
},
{
index: 606,
word: "tonic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 30
},
{
index: 607,
word: "concoction",
wordLength: 10,
uniqueLettersCount: 5,
tally: 30
},
{
index: 608,
word: "goop",
wordLength: 4,
uniqueLettersCount: 3,
tally: 29
},
{
index: 609,
word: "heme",
wordLength: 4,
uniqueLettersCount: 3,
tally: 29
},
{
index: 610,
word: "pogo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 29
},
{
index: 611,
word: "pull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 29
},
{
index: 612,
word: "pulp",
wordLength: 4,
uniqueLettersCount: 3,
tally: 29
},
{
index: 613,
word: "amyl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 614,
word: "arco",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 615,
word: "back",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 616,
word: "boar",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 617,
word: "cote",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 618,
word: "gilt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 619,
word: "hint",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 620,
word: "iron",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 621,
word: "noir",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 622,
word: "nori",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 623,
word: "orca",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 624,
word: "pant",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 625,
word: "pita",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 626,
word: "than",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 627,
word: "then",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 628,
word: "thin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 629,
word: "toad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 630,
word: "type",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 631,
word: "vein",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 632,
word: "vial",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 633,
word: "vine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 29
},
{
index: 634,
word: "aback",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 635,
word: "altar",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 636,
word: "arbor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 637,
word: "avail",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 638,
word: "elect",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 639,
word: "icily",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 640,
word: "ninth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 641,
word: "octet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 642,
word: "petty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 643,
word: "tenth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 644,
word: "trill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 645,
word: "villa",
wordLength: 5,
uniqueLettersCount: 4,
tally: 29
},
{
index: 646,
word: "cyclic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 29
},
{
index: 647,
word: "electee",
wordLength: 7,
uniqueLettersCount: 4,
tally: 29
},
{
index: 648,
word: "pitapat",
wordLength: 7,
uniqueLettersCount: 4,
tally: 29
},
{
index: 649,
word: "molar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 29
},
{
index: 650,
word: "moral",
wordLength: 5,
uniqueLettersCount: 5,
tally: 29
},
{
index: 651,
word: "amoral",
wordLength: 6,
uniqueLettersCount: 5,
tally: 29
},
{
index: 652,
word: "pimp",
wordLength: 4,
uniqueLettersCount: 3,
tally: 28
},
{
index: 653,
word: "wall",
wordLength: 4,
uniqueLettersCount: 3,
tally: 28
},
{
index: 654,
word: "arch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 655,
word: "char",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 656,
word: "chin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 657,
word: "cone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 658,
word: "flat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 659,
word: "inch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 660,
word: "lope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 661,
word: "luna",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 662,
word: "once",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 663,
word: "pica",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 664,
word: "poet",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 665,
word: "pole",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 666,
word: "rant",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 667,
word: "tope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 668,
word: "ulna",
wordLength: 4,
uniqueLettersCount: 4,
tally: 28
},
{
index: 669,
word: "annul",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 670,
word: "cinch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 671,
word: "color",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 672,
word: "elope",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 673,
word: "fatal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 674,
word: "molly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 675,
word: "nonce",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 676,
word: "troth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 28
},
{
index: 677,
word: "annual",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 678,
word: "arrant",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 679,
word: "lunula",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 680,
word: "neocon",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 681,
word: "people",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 682,
word: "poppet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 683,
word: "rattan",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 684,
word: "tantra",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 685,
word: "tartan",
wordLength: 6,
uniqueLettersCount: 4,
tally: 28
},
{
index: 686,
word: "tantara",
wordLength: 7,
uniqueLettersCount: 4,
tally: 28
},
{
index: 687,
word: "count",
wordLength: 5,
uniqueLettersCount: 5,
tally: 28
},
{
index: 688,
word: "motion",
wordLength: 6,
uniqueLettersCount: 5,
tally: 28
},
{
index: 689,
word: "coconut",
wordLength: 7,
uniqueLettersCount: 5,
tally: 28
},
{
index: 690,
word: "agar",
wordLength: 4,
uniqueLettersCount: 3,
tally: 27
},
{
index: 691,
word: "eave",
wordLength: 4,
uniqueLettersCount: 3,
tally: 27
},
{
index: 692,
word: "ghee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 27
},
{
index: 693,
word: "raga",
wordLength: 4,
uniqueLettersCount: 3,
tally: 27
},
{
index: 694,
word: "tuft",
wordLength: 4,
uniqueLettersCount: 3,
tally: 27
},
{
index: 695,
word: "blot",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 696,
word: "bolt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 697,
word: "clot",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 698,
word: "colt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 699,
word: "goth",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 700,
word: "hair",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 701,
word: "hone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 702,
word: "info",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 703,
word: "kola",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 704,
word: "mart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 705,
word: "mien",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 706,
word: "mine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 707,
word: "naif",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 708,
word: "nape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 709,
word: "neap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 710,
word: "pane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 711,
word: "temp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 712,
word: "tony",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 713,
word: "tram",
wordLength: 4,
uniqueLettersCount: 4,
tally: 27
},
{
index: 714,
word: "apnea",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 715,
word: "cliff",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 716,
word: "colon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 717,
word: "donor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 718,
word: "koala",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 719,
word: "moony",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 720,
word: "paean",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 721,
word: "ricin",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 722,
word: "rondo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 723,
word: "tempt",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 724,
word: "tithe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 27
},
{
index: 725,
word: "aurora",
wordLength: 6,
uniqueLettersCount: 4,
tally: 27
},
{
index: 726,
word: "blotto",
wordLength: 6,
uniqueLettersCount: 4,
tally: 27
},
{
index: 727,
word: "tiptop",
wordLength: 6,
uniqueLettersCount: 4,
tally: 27
},
{
index: 728,
word: "tootle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 27
},
{
index: 729,
word: "mononym",
wordLength: 7,
uniqueLettersCount: 4,
tally: 27
},
{
index: 730,
word: "pontoon",
wordLength: 7,
uniqueLettersCount: 4,
tally: 27
},
{
index: 731,
word: "rarity",
wordLength: 6,
uniqueLettersCount: 5,
tally: 27
},
{
index: 732,
word: "babka",
wordLength: 5,
uniqueLettersCount: 3,
tally: 26
},
{
index: 733,
word: "atop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 734,
word: "bone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 735,
word: "cape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 736,
word: "ebon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 737,
word: "evil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 738,
word: "fine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 739,
word: "goal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 740,
word: "halt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 741,
word: "hoar",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 742,
word: "hora",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 743,
word: "lath",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 744,
word: "live",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 745,
word: "narc",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 746,
word: "note",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 747,
word: "only",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 748,
word: "pace",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 749,
word: "path",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 750,
word: "pelt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 751,
word: "phat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 752,
word: "pine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 753,
word: "rout",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 754,
word: "tone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 755,
word: "tour",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 756,
word: "unit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 757,
word: "veil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 758,
word: "vile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 26
},
{
index: 759,
word: "anion",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 760,
word: "apace",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 761,
word: "celeb",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 762,
word: "droid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 763,
word: "loony",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 764,
word: "nonet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 765,
word: "nylon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 766,
word: "outro",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 767,
word: "peace",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 768,
word: "prior",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 769,
word: "tacet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 770,
word: "tenon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 771,
word: "tonne",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 772,
word: "trout",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 773,
word: "tutor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 26
},
{
index: 774,
word: "arcana",
wordLength: 6,
uniqueLettersCount: 4,
tally: 26
},
{
index: 775,
word: "hoorah",
wordLength: 6,
uniqueLettersCount: 4,
tally: 26
},
{
index: 776,
word: "intuit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 26
},
{
index: 777,
word: "pellet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 26
},
{
index: 778,
word: "potato",
wordLength: 6,
uniqueLettersCount: 4,
tally: 26
},
{
index: 779,
word: "acetate",
wordLength: 7,
uniqueLettersCount: 4,
tally: 26
},
{
index: 780,
word: "ninepin",
wordLength: 7,
uniqueLettersCount: 4,
tally: 26
},
{
index: 781,
word: "arctic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 26
},
{
index: 782,
word: "inlaid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 26
},
{
index: 783,
word: "inland",
wordLength: 6,
uniqueLettersCount: 5,
tally: 26
},
{
index: 784,
word: "italic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 26
},
{
index: 785,
word: "lactic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 26
},
{
index: 786,
word: "cattail",
wordLength: 7,
uniqueLettersCount: 5,
tally: 26
},
{
index: 787,
word: "inanity",
wordLength: 7,
uniqueLettersCount: 5,
tally: 26
},
{
index: 788,
word: "tactical",
wordLength: 8,
uniqueLettersCount: 5,
tally: 26
},
{
index: 789,
word: "muumuu",
wordLength: 6,
uniqueLettersCount: 2,
tally: 25
},
{
index: 790,
word: "guru",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 791,
word: "hull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 792,
word: "keel",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 793,
word: "kick",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 794,
word: "leek",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 795,
word: "mull",
wordLength: 4,
uniqueLettersCount: 3,
tally: 25
},
{
index: 796,
word: "tutee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 25
},
{
index: 797,
word: "achy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 798,
word: "bait",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 799,
word: "camo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 800,
word: "clay",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 801,
word: "coma",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 802,
word: "lacy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 803,
word: "load",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 804,
word: "logy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 805,
word: "lord",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 806,
word: "mayo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 807,
word: "melt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 808,
word: "nope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 809,
word: "oaty",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 810,
word: "open",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 811,
word: "pail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 812,
word: "pate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 813,
word: "peat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 814,
word: "peon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 815,
word: "pint",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 816,
word: "plan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 817,
word: "pone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 818,
word: "port",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 819,
word: "runt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 820,
word: "tape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 821,
word: "turn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 25
},
{
index: 822,
word: "abaci",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 823,
word: "comma",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 824,
word: "cynic",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 825,
word: "dolor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 826,
word: "droll",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 827,
word: "drool",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 828,
word: "gayly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 829,
word: "golly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 830,
word: "hence",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 831,
word: "idiom",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 832,
word: "laggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 833,
word: "tibia",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 834,
word: "troop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 25
},
{
index: 835,
word: "common",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 836,
word: "eyelet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 837,
word: "goggly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 838,
word: "googly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 839,
word: "mettle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 840,
word: "noncom",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 841,
word: "panama",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 842,
word: "torpor",
wordLength: 6,
uniqueLettersCount: 4,
tally: 25
},
{
index: 843,
word: "papilla",
wordLength: 7,
uniqueLettersCount: 4,
tally: 25
},
{
index: 844,
word: "lallygag",
wordLength: 8,
uniqueLettersCount: 4,
tally: 25
},
{
index: 845,
word: "antic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 25
},
{
index: 846,
word: "incant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 25
},
{
index: 847,
word: "intact",
wordLength: 6,
uniqueLettersCount: 5,
tally: 25
},
{
index: 848,
word: "tamari",
wordLength: 6,
uniqueLettersCount: 5,
tally: 25
},
{
index: 849,
word: "tannic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 25
},
{
index: 850,
word: "cantina",
wordLength: 7,
uniqueLettersCount: 5,
tally: 25
},
{
index: 851,
word: "titanic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 25
},
{
index: 852,
word: "tactician",
wordLength: 9,
uniqueLettersCount: 5,
tally: 25
},
{
index: 853,
word: "book",
wordLength: 4,
uniqueLettersCount: 3,
tally: 24
},
{
index: 854,
word: "good",
wordLength: 4,
uniqueLettersCount: 3,
tally: 24
},
{
index: 855,
word: "kill",
wordLength: 4,
uniqueLettersCount: 3,
tally: 24
},
{
index: 856,
word: "doggo",
wordLength: 5,
uniqueLettersCount: 3,
tally: 24
},
{
index: 857,
word: "inning",
wordLength: 6,
uniqueLettersCount: 3,
tally: 24
},
{
index: 858,
word: "gigging",
wordLength: 7,
uniqueLettersCount: 3,
tally: 24
},
{
index: 859,
word: "ginning",
wordLength: 7,
uniqueLettersCount: 3,
tally: 24
},
{
index: 860,
word: "bald",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 861,
word: "belt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 862,
word: "bite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 863,
word: "come",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 864,
word: "dour",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 865,
word: "elan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 866,
word: "flue",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 867,
word: "fuel",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 868,
word: "gone",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 869,
word: "lamp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 870,
word: "lane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 871,
word: "lean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 872,
word: "long",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 873,
word: "mice",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 874,
word: "palm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 875,
word: "porn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 876,
word: "rich",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 877,
word: "tamp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 878,
word: "they",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 879,
word: "thou",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 880,
word: "typo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 24
},
{
index: 881,
word: "betel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 882,
word: "canon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 883,
word: "chili",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 884,
word: "chill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 885,
word: "codon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 886,
word: "condo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 887,
word: "drill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 888,
word: "floor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 889,
word: "icing",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 890,
word: "porno",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 891,
word: "potty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 892,
word: "union",
wordLength: 5,
uniqueLettersCount: 4,
tally: 24
},
{
index: 893,
word: "anneal",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 894,
word: "ballad",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 895,
word: "beetle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 896,
word: "cannon",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 897,
word: "eggnog",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 898,
word: "oolong",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 899,
word: "picnic",
wordLength: 6,
uniqueLettersCount: 4,
tally: 24
},
{
index: 900,
word: "eyeteeth",
wordLength: 8,
uniqueLettersCount: 4,
tally: 24
},
{
index: 901,
word: "nonunion",
wordLength: 8,
uniqueLettersCount: 4,
tally: 24
},
{
index: 902,
word: "racial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 24
},
{
index: 903,
word: "initial",
wordLength: 7,
uniqueLettersCount: 5,
tally: 24
},
{
index: 904,
word: "railcar",
wordLength: 7,
uniqueLettersCount: 5,
tally: 24
},
{
index: 905,
word: "took",
wordLength: 4,
uniqueLettersCount: 3,
tally: 23
},
{
index: 906,
word: "well",
wordLength: 4,
uniqueLettersCount: 3,
tally: 23
},
{
index: 907,
word: "whee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 23
},
{
index: 908,
word: "whew",
wordLength: 4,
uniqueLettersCount: 3,
tally: 23
},
{
index: 909,
word: "wood",
wordLength: 4,
uniqueLettersCount: 3,
tally: 23
},
{
index: 910,
word: "gamma",
wordLength: 5,
uniqueLettersCount: 3,
tally: 23
},
{
index: 911,
word: "magma",
wordLength: 5,
uniqueLettersCount: 3,
tally: 23
},
{
index: 912,
word: "acme",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 913,
word: "aloe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 914,
word: "bold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 915,
word: "brio",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 916,
word: "came",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 917,
word: "ciao",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 918,
word: "comp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 919,
word: "dint",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 920,
word: "foal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 921,
word: "gelt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 922,
word: "glen",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 923,
word: "gout",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 924,
word: "idly",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 925,
word: "idyl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 926,
word: "lima",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 927,
word: "lime",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 928,
word: "lipo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 929,
word: "loaf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 930,
word: "mace",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 931,
word: "mail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 932,
word: "math",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 933,
word: "mile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 934,
word: "morn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 935,
word: "mote",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 936,
word: "norm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 937,
word: "obit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 938,
word: "pile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 939,
word: "plie",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 940,
word: "tome",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 941,
word: "trod",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 942,
word: "yeah",
wordLength: 4,
uniqueLettersCount: 4,
tally: 23
},
{
index: 943,
word: "alley",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 944,
word: "aloof",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 945,
word: "blood",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 946,
word: "bloom",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 947,
word: "dilly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 948,
word: "emote",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 949,
word: "gonna",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 950,
word: "idyll",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 951,
word: "loofa",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 952,
word: "mecca",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 953,
word: "moron",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 954,
word: "motet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 955,
word: "offal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 956,
word: "outgo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 957,
word: "payee",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 958,
word: "penny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 959,
word: "polio",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 960,
word: "totem",
wordLength: 5,
uniqueLettersCount: 4,
tally: 23
},
{
index: 961,
word: "diddly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 23
},
{
index: 962,
word: "pinion",
wordLength: 6,
uniqueLettersCount: 4,
tally: 23
},
{
index: 963,
word: "falloff",
wordLength: 7,
uniqueLettersCount: 4,
tally: 23
},
{
index: 964,
word: "logroll",
wordLength: 7,
uniqueLettersCount: 4,
tally: 23
},
{
index: 965,
word: "mahatma",
wordLength: 7,
uniqueLettersCount: 4,
tally: 23
},
{
index: 966,
word: "nonagon",
wordLength: 7,
uniqueLettersCount: 4,
tally: 23
},
{
index: 967,
word: "opinion",
wordLength: 7,
uniqueLettersCount: 4,
tally: 23
},
{
index: 968,
word: "lollipop",
wordLength: 8,
uniqueLettersCount: 4,
tally: 23
},
{
index: 969,
word: "radial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 23
},
{
index: 970,
word: "boho",
wordLength: 4,
uniqueLettersCount: 3,
tally: 22
},
{
index: 971,
word: "hobo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 22
},
{
index: 972,
word: "mutt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 22
},
{
index: 973,
word: "rook",
wordLength: 4,
uniqueLettersCount: 3,
tally: 22
},
{
index: 974,
word: "boohoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 22
},
{
index: 975,
word: "afro",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 976,
word: "blat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 977,
word: "boat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 978,
word: "bock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 979,
word: "cake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 980,
word: "calf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 981,
word: "chat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 982,
word: "dual",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 983,
word: "fair",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 984,
word: "fart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 985,
word: "file",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 986,
word: "flan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 987,
word: "flit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 988,
word: "foil",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 989,
word: "fora",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 990,
word: "fort",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 991,
word: "frat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 992,
word: "laud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 993,
word: "lave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 994,
word: "life",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 995,
word: "lift",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 996,
word: "lock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 997,
word: "rack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 998,
word: "raft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 999,
word: "rift",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1000,
word: "tach",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1001,
word: "tock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1002,
word: "tong",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1003,
word: "tune",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1004,
word: "vale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1005,
word: "veal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1006,
word: "vent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1007,
word: "abbot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1008,
word: "catch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1009,
word: "clock",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1010,
word: "crack",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1011,
word: "dandy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1012,
word: "event",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1013,
word: "farro",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1014,
word: "folio",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1015,
word: "friar",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1016,
word: "harry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1017,
word: "hatch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1018,
word: "inane",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1019,
word: "leave",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1020,
word: "lobby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1021,
word: "phono",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1022,
word: "tabla",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1023,
word: "taboo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1024,
word: "valve",
wordLength: 5,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1025,
word: "affair",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1026,
word: "attach",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1027,
word: "blobby",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1028,
word: "gorgon",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1029,
word: "mirror",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1030,
word: "penmen",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1031,
word: "raffia",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1032,
word: "thatch",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1033,
word: "untune",
wordLength: 6,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1034,
word: "cookbook",
wordLength: 8,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1035,
word: "loblolly",
wordLength: 8,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1036,
word: "riffraff",
wordLength: 8,
uniqueLettersCount: 4,
tally: 22
},
{
index: 1037,
word: "tunic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 22
},
{
index: 1038,
word: "keen",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1039,
word: "knee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1040,
word: "nook",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1041,
word: "putt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1042,
word: "twit",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1043,
word: "woot",
wordLength: 4,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1044,
word: "civic",
wordLength: 5,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1045,
word: "woohoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 21
},
{
index: 1046,
word: "ahem",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1047,
word: "amid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1048,
word: "bloc",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1049,
word: "carb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1050,
word: "clip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1051,
word: "crab",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1052,
word: "down",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1053,
word: "fiat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1054,
word: "foul",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1055,
word: "hate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1056,
word: "heat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1057,
word: "hold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1058,
word: "maid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1059,
word: "mind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1060,
word: "oily",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1061,
word: "part",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1062,
word: "pony",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1063,
word: "prat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1064,
word: "rapt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1065,
word: "tarp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1066,
word: "trap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1067,
word: "apart",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1068,
word: "billy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1069,
word: "briar",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1070,
word: "heath",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1071,
word: "mondo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1072,
word: "rabbi",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1073,
word: "rigor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1074,
word: "robot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1075,
word: "theta",
wordLength: 5,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1076,
word: "effect",
wordLength: 6,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1077,
word: "velvet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1078,
word: "willow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1079,
word: "apparat",
wordLength: 7,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1080,
word: "rattrap",
wordLength: 7,
uniqueLettersCount: 4,
tally: 21
},
{
index: 1081,
word: "final",
wordLength: 5,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1082,
word: "leach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1083,
word: "month",
wordLength: 5,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1084,
word: "finial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1085,
word: "lotion",
wordLength: 6,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1086,
word: "bacilli",
wordLength: 7,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1087,
word: "biblical",
wordLength: 8,
uniqueLettersCount: 5,
tally: 21
},
{
index: 1088,
word: "died",
wordLength: 4,
uniqueLettersCount: 3,
tally: 20
},
{
index: 1089,
word: "iffy",
wordLength: 4,
uniqueLettersCount: 3,
tally: 20
},
{
index: 1090,
word: "wanna",
wordLength: 5,
uniqueLettersCount: 3,
tally: 20
},
{
index: 1091,
word: "eddied",
wordLength: 6,
uniqueLettersCount: 3,
tally: 20
},
{
index: 1092,
word: "able",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1093,
word: "aeon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1094,
word: "auto",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1095,
word: "bale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1096,
word: "brat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1097,
word: "cope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1098,
word: "cork",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1099,
word: "cult",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1100,
word: "damn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1101,
word: "dang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1102,
word: "dram",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1103,
word: "fact",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1104,
word: "fray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1105,
word: "girl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1106,
word: "hard",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1107,
word: "hole",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1108,
word: "leap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1109,
word: "limn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1110,
word: "limp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1111,
word: "paid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1112,
word: "pair",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1113,
word: "pale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1114,
word: "peal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1115,
word: "plea",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1116,
word: "plot",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1117,
word: "rock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1118,
word: "adman",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1119,
word: "adobo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1120,
word: "allow",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1121,
word: "apple",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1122,
word: "babel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1123,
word: "crock",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1124,
word: "crook",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1125,
word: "drama",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1126,
word: "grill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1127,
word: "hello",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1128,
word: "henge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1129,
word: "hippo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1130,
word: "label",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1131,
word: "lapel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1132,
word: "mirin",
wordLength: 5,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1133,
word: "affray",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1134,
word: "appeal",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1135,
word: "armada",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1136,
word: "babble",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1137,
word: "bootee",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1138,
word: "madman",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1139,
word: "paella",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1140,
word: "ramada",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1141,
word: "wallow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1142,
word: "appellee",
wordLength: 8,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1143,
word: "hellhole",
wordLength: 8,
uniqueLettersCount: 4,
tally: 20
},
{
index: 1144,
word: "cairn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1145,
word: "chair",
wordLength: 5,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1146,
word: "light",
wordLength: 5,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1147,
word: "round",
wordLength: 5,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1148,
word: "arnica",
wordLength: 6,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1149,
word: "commit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1150,
word: "crania",
wordLength: 6,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1151,
word: "rattly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1152,
word: "tartly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1153,
word: "archaic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1154,
word: "arancini",
wordLength: 8,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1155,
word: "clinical",
wordLength: 8,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1156,
word: "clinician",
wordLength: 9,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1157,
word: "highlight",
wordLength: 9,
uniqueLettersCount: 5,
tally: 20
},
{
index: 1158,
word: "doff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 19
},
{
index: 1159,
word: "feed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 19
},
{
index: 1160,
word: "food",
wordLength: 4,
uniqueLettersCount: 3,
tally: 19
},
{
index: 1161,
word: "heed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 19
},
{
index: 1162,
word: "heeded",
wordLength: 6,
uniqueLettersCount: 3,
tally: 19
},
{
index: 1163,
word: "army",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1164,
word: "balk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1165,
word: "chip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1166,
word: "coif",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1167,
word: "dark",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1168,
word: "dirt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1169,
word: "dory",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1170,
word: "foci",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1171,
word: "gale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1172,
word: "gent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1173,
word: "halo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1174,
word: "loge",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1175,
word: "lout",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1176,
word: "mate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1177,
word: "meat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1178,
word: "meta",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1179,
word: "ogle",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1180,
word: "ploy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1181,
word: "rung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1182,
word: "tame",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1183,
word: "team",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1184,
word: "vain",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1185,
word: "wind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1186,
word: "algae",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1187,
word: "aloha",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1188,
word: "avian",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1189,
word: "bocce",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1190,
word: "dryly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1191,
word: "eagle",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1192,
word: "fifty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1193,
word: "happy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1194,
word: "legal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1195,
word: "loopy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1196,
word: "mambo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1197,
word: "marry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1198,
word: "matte",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1199,
word: "polyp",
wordLength: 5,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1200,
word: "allege",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1201,
word: "bamboo",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1202,
word: "emblem",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1203,
word: "gaggle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1204,
word: "giggly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1205,
word: "goggle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1206,
word: "google",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1207,
word: "grotto",
wordLength: 6,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1208,
word: "mammary",
wordLength: 7,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1209,
word: "galangal",
wordLength: 8,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1210,
word: "teammate",
wordLength: 8,
uniqueLettersCount: 4,
tally: 19
},
{
index: 1211,
word: "cable",
wordLength: 5,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1212,
word: "ought",
wordLength: 5,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1213,
word: "tough",
wordLength: 5,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1214,
word: "chance",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1215,
word: "nibble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1216,
word: "nuncio",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1217,
word: "outrun",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1218,
word: "runout",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1219,
word: "though",
wordLength: 6,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1220,
word: "beeline",
wordLength: 7,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1221,
word: "enhance",
wordLength: 7,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1222,
word: "thought",
wordLength: 7,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1223,
word: "tuition",
wordLength: 7,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1224,
word: "turnout",
wordLength: 7,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1225,
word: "callable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1226,
word: "intuition",
wordLength: 9,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1227,
word: "outthought",
wordLength: 10,
uniqueLettersCount: 5,
tally: 19
},
{
index: 1228,
word: "beep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1229,
word: "kink",
wordLength: 4,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1230,
word: "pupa",
wordLength: 4,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1231,
word: "watt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1232,
word: "ebbed",
wordLength: 5,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1233,
word: "bedded",
wordLength: 6,
uniqueLettersCount: 3,
tally: 18
},
{
index: 1234,
word: "ahoy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1235,
word: "amen",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1236,
word: "barn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1237,
word: "bent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1238,
word: "bond",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1239,
word: "bong",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1240,
word: "bran",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1241,
word: "clap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1242,
word: "code",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1243,
word: "coed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1244,
word: "curt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1245,
word: "deco",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1246,
word: "felt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1247,
word: "hang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1248,
word: "hunt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1249,
word: "left",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1250,
word: "loch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1251,
word: "malt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1252,
word: "mane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1253,
word: "mean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1254,
word: "mope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1255,
word: "name",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1256,
word: "nigh",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1257,
word: "okra",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1258,
word: "poem",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1259,
word: "pome",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1260,
word: "pyro",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1261,
word: "ropy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1262,
word: "tack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1263,
word: "thug",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1264,
word: "trip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1265,
word: "yeti",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1266,
word: "yurt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1267,
word: "agora",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1268,
word: "bongo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1269,
word: "booty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1270,
word: "coded",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1271,
word: "conch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1272,
word: "cooed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1273,
word: "enema",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1274,
word: "filly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1275,
word: "fleet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1276,
word: "gulag",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1277,
word: "hunch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1278,
word: "liege",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1279,
word: "pence",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1280,
word: "rutty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1281,
word: "timid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1282,
word: "troll",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1283,
word: "yahoo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1284,
word: "alpaca",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1285,
word: "attack",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1286,
word: "decode",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1287,
word: "fettle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1288,
word: "giggle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1289,
word: "honcho",
wordLength: 6,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1290,
word: "decoded",
wordLength: 7,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1291,
word: "hinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 18
},
{
index: 1292,
word: "acrid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1293,
word: "adorn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1294,
word: "black",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1295,
word: "braid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1296,
word: "carol",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1297,
word: "cloak",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1298,
word: "coral",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1299,
word: "loamy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1300,
word: "manic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1301,
word: "manor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1302,
word: "rabid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1303,
word: "radon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1304,
word: "rando",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1305,
word: "royal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1306,
word: "vital",
wordLength: 5,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1307,
word: "caiman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1308,
word: "calico",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1309,
word: "collab",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1310,
word: "collar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1311,
word: "corral",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1312,
word: "dollar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1313,
word: "facial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1314,
word: "funnel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1315,
word: "invent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1316,
word: "invite",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1317,
word: "maniac",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1318,
word: "maroon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1319,
word: "orally",
wordLength: 6,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1320,
word: "arcadia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1321,
word: "cardiac",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1322,
word: "corolla",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1323,
word: "incline",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1324,
word: "invitee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1325,
word: "minicam",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1326,
word: "royally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1327,
word: "callback",
wordLength: 8,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1328,
word: "lenience",
wordLength: 8,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1329,
word: "maintain",
wordLength: 8,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1330,
word: "blackball",
wordLength: 9,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1331,
word: "inventive",
wordLength: 9,
uniqueLettersCount: 5,
tally: 18
},
{
index: 1332,
word: "eggy",
wordLength: 4,
uniqueLettersCount: 3,
tally: 17
},
{
index: 1333,
word: "teed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 17
},
{
index: 1334,
word: "awry",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1335,
word: "band",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1336,
word: "bray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1337,
word: "calm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1338,
word: "caul",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1339,
word: "clam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1340,
word: "dorm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1341,
word: "floe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1342,
word: "flog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1343,
word: "glad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1344,
word: "golf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1345,
word: "horn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1346,
word: "kale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1347,
word: "lake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1348,
word: "leak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1349,
word: "lick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1350,
word: "limb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1351,
word: "meth",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1352,
word: "opal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1353,
word: "pity",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1354,
word: "plat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1355,
word: "them",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1356,
word: "tidy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1357,
word: "tomb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1358,
word: "upon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1359,
word: "wary",
wordLength: 4,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1360,
word: "click",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1361,
word: "ditty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1362,
word: "fifed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1363,
word: "genie",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1364,
word: "genii",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1365,
word: "going",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1366,
word: "gooey",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1367,
word: "goony",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1368,
word: "honor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1369,
word: "outdo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1370,
word: "panda",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1371,
word: "photo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1372,
word: "theme",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1373,
word: "tippy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1374,
word: "bottom",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1375,
word: "defied",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1376,
word: "detect",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1377,
word: "egging",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1378,
word: "engage",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1379,
word: "engine",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1380,
word: "hotpot",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1381,
word: "noggin",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1382,
word: "papacy",
wordLength: 6,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1383,
word: "bandana",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1384,
word: "deified",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1385,
word: "edified",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1386,
word: "gonging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1387,
word: "ongoing",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1388,
word: "palatal",
wordLength: 7,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1389,
word: "bandanna",
wordLength: 8,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1390,
word: "detected",
wordLength: 8,
uniqueLettersCount: 4,
tally: 17
},
{
index: 1391,
word: "chain",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1392,
word: "china",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1393,
word: "civet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1394,
word: "dicta",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1395,
word: "evict",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1396,
word: "labor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1397,
word: "onlay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1398,
word: "peaty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1399,
word: "trail",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1400,
word: "trial",
wordLength: 5,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1401,
word: "addict",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1402,
word: "anoint",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1403,
word: "anyhoo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1404,
word: "atrial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1405,
word: "chancy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1406,
word: "didact",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1407,
word: "lariat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1408,
word: "mitten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1409,
word: "nation",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1410,
word: "outgun",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1411,
word: "rotary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1412,
word: "auroral",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1413,
word: "balloon",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1414,
word: "eminent",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1415,
word: "evictee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1416,
word: "oratory",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1417,
word: "ottoman",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1418,
word: "rattail",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1419,
word: "rollbar",
wordLength: 7,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1420,
word: "didactic",
wordLength: 8,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1421,
word: "imminent",
wordLength: 8,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1422,
word: "notation",
wordLength: 8,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1423,
word: "rotatory",
wordLength: 8,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1424,
word: "annotation",
wordLength: 10,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1425,
word: "initiation",
wordLength: 10,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1426,
word: "intonation",
wordLength: 10,
uniqueLettersCount: 5,
tally: 17
},
{
index: 1427,
word: "beef",
wordLength: 4,
uniqueLettersCount: 3,
tally: 16
},
{
index: 1428,
word: "cava",
wordLength: 4,
uniqueLettersCount: 3,
tally: 16
},
{
index: 1429,
word: "need",
wordLength: 4,
uniqueLettersCount: 3,
tally: 16
},
{
index: 1430,
word: "ended",
wordLength: 5,
uniqueLettersCount: 3,
tally: 16
},
{
index: 1431,
word: "needed",
wordLength: 6,
uniqueLettersCount: 3,
tally: 16
},
{
index: 1432,
word: "bird",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1433,
word: "blah",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1434,
word: "bony",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1435,
word: "born",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1436,
word: "chap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1437,
word: "clef",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1438,
word: "corn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1439,
word: "cram",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1440,
word: "draw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1441,
word: "drib",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1442,
word: "drop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1443,
word: "fate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1444,
word: "feat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1445,
word: "feta",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1446,
word: "flap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1447,
word: "flay",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1448,
word: "flea",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1449,
word: "furl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1450,
word: "glib",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1451,
word: "gorp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1452,
word: "harm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1453,
word: "haul",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1454,
word: "heck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1455,
word: "hind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1456,
word: "home",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1457,
word: "hula",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1458,
word: "leaf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1459,
word: "lute",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1460,
word: "nave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1461,
word: "pond",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1462,
word: "prod",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1463,
word: "vane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1464,
word: "vice",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1465,
word: "ward",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1466,
word: "whit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1467,
word: "wild",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1468,
word: "with",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1469,
word: "yang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1470,
word: "yech",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1471,
word: "yoga",
wordLength: 4,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1472,
word: "arrow",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1473,
word: "award",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1474,
word: "batty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1475,
word: "bonny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1476,
word: "boron",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1477,
word: "check",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1478,
word: "cheek",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1479,
word: "croon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1480,
word: "cycle",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1481,
word: "digit",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1482,
word: "droop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1483,
word: "fella",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1484,
word: "haram",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1485,
word: "hutch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1486,
word: "motor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1487,
word: "naggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1488,
word: "nutty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1489,
word: "ollie",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1490,
word: "roomy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1491,
word: "tabby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1492,
word: "tulle",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1493,
word: "yecch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1494,
word: "bobbin",
wordLength: 6,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1495,
word: "fleece",
wordLength: 6,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1496,
word: "heinie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1497,
word: "maraca",
wordLength: 6,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1498,
word: "toothy",
wordLength: 6,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1499,
word: "falafel",
wordLength: 7,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1500,
word: "gunning",
wordLength: 7,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1501,
word: "taffeta",
wordLength: 7,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1502,
word: "lookbook",
wordLength: 8,
uniqueLettersCount: 4,
tally: 16
},
{
index: 1503,
word: "clone",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1504,
word: "donut",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1505,
word: "grout",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1506,
word: "liven",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1507,
word: "monte",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1508,
word: "panic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1509,
word: "riyal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1510,
word: "torah",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1511,
word: "triad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1512,
word: "acetic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1513,
word: "airily",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1514,
word: "domino",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1515,
word: "dotard",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1516,
word: "elicit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1517,
word: "finito",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1518,
word: "happen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1519,
word: "moment",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1520,
word: "peahen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1521,
word: "peyote",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1522,
word: "rotgut",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1523,
word: "throat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1524,
word: "ballboy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1525,
word: "colleen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1526,
word: "colonel",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1527,
word: "element",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1528,
word: "enliven",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1529,
word: "memento",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1530,
word: "piccata",
wordLength: 7,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1531,
word: "dominion",
wordLength: 8,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1532,
word: "eclectic",
wordLength: 8,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1533,
word: "monotone",
wordLength: 8,
uniqueLettersCount: 5,
tally: 16
},
{
index: 1534,
word: "deed",
wordLength: 4,
uniqueLettersCount: 2,
tally: 15
},
{
index: 1535,
word: "deeded",
wordLength: 6,
uniqueLettersCount: 2,
tally: 15
},
{
index: 1536,
word: "deem",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1537,
word: "keep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1538,
word: "meze",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1539,
word: "peek",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1540,
word: "peke",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1541,
word: "pump",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1542,
word: "purr",
wordLength: 4,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1543,
word: "bubba",
wordLength: 5,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1544,
word: "memed",
wordLength: 5,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1545,
word: "mezze",
wordLength: 5,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1546,
word: "vivid",
wordLength: 5,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1547,
word: "deemed",
wordLength: 6,
uniqueLettersCount: 3,
tally: 15
},
{
index: 1548,
word: "alum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1549,
word: "baht",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1550,
word: "balm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1551,
word: "banc",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1552,
word: "bang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1553,
word: "bath",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1554,
word: "blam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1555,
word: "clad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1556,
word: "clop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1557,
word: "cloy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1558,
word: "cord",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1559,
word: "epic",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1560,
word: "gnat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1561,
word: "held",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1562,
word: "hour",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1563,
word: "hurt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1564,
word: "lamb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1565,
word: "loft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1566,
word: "maul",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1567,
word: "play",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1568,
word: "pour",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1569,
word: "pray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1570,
word: "tang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1571,
word: "wino",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1572,
word: "yelp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1573,
word: "apply",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1574,
word: "brood",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1575,
word: "coyly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1576,
word: "enemy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1577,
word: "frill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1578,
word: "kabob",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1579,
word: "naval",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1580,
word: "occur",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1581,
word: "parry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1582,
word: "piece",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1583,
word: "pupal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1584,
word: "truth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1585,
word: "undid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1586,
word: "unpen",
wordLength: 5,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1587,
word: "cabana",
wordLength: 6,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1588,
word: "coolly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1589,
word: "heeled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1590,
word: "ribbit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1591,
word: "winnow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1592,
word: "papally",
wordLength: 7,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1593,
word: "tinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1594,
word: "tinting",
wordLength: 7,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1595,
word: "igniting",
wordLength: 8,
uniqueLettersCount: 4,
tally: 15
},
{
index: 1596,
word: "canid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1597,
word: "daily",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1598,
word: "dinar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1599,
word: "drain",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1600,
word: "intro",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1601,
word: "lemon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1602,
word: "melon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1603,
word: "nadir",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1604,
word: "nitro",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1605,
word: "noble",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1606,
word: "plain",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1607,
word: "rough",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1608,
word: "tidal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1609,
word: "toric",
wordLength: 5,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1610,
word: "accept",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1611,
word: "airman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1612,
word: "apathy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1613,
word: "candid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1614,
word: "canyon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1615,
word: "coffin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1616,
word: "indica",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1617,
word: "marina",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1618,
word: "radian",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1619,
word: "rotini",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1620,
word: "tricot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1621,
word: "triton",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1622,
word: "tyrant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1623,
word: "venule",
wordLength: 6,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1624,
word: "daylily",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1625,
word: "ennoble",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1626,
word: "indicia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1627,
word: "licitly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1628,
word: "tortoni",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1629,
word: "tyranny",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1630,
word: "unlevel",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1631,
word: "utility",
wordLength: 7,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1632,
word: "cockatoo",
wordLength: 8,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1633,
word: "marinara",
wordLength: 8,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1634,
word: "illicitly",
wordLength: 9,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1635,
word: "dillydally",
wordLength: 10,
uniqueLettersCount: 5,
tally: 15
},
{
index: 1636,
word: "normal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 15
},
{
index: 1637,
word: "unction",
wordLength: 7,
uniqueLettersCount: 6,
tally: 15
},
{
index: 1638,
word: "vitally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 15
},
{
index: 1639,
word: "vitality",
wordLength: 8,
uniqueLettersCount: 6,
tally: 15
},
{
index: 1640,
word: "butt",
wordLength: 4,
uniqueLettersCount: 3,
tally: 14
},
{
index: 1641,
word: "goof",
wordLength: 4,
uniqueLettersCount: 3,
tally: 14
},
{
index: 1642,
word: "hook",
wordLength: 4,
uniqueLettersCount: 3,
tally: 14
},
{
index: 1643,
word: "blog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1644,
word: "capo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1645,
word: "chad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1646,
word: "coda",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1647,
word: "crop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1648,
word: "dice",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1649,
word: "diet",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1650,
word: "dolt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1651,
word: "dong",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1652,
word: "doth",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1653,
word: "duct",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1654,
word: "edit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1655,
word: "etch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1656,
word: "font",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1657,
word: "game",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1658,
word: "gate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1659,
word: "girt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1660,
word: "glam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1661,
word: "glia",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1662,
word: "glob",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1663,
word: "gran",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1664,
word: "gray",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1665,
word: "grit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1666,
word: "help",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1667,
word: "hype",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1668,
word: "iced",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1669,
word: "lame",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1670,
word: "lark",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1671,
word: "mage",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1672,
word: "male",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1673,
word: "meal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1674,
word: "mega",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1675,
word: "mown",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1676,
word: "neck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1677,
word: "prom",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1678,
word: "puli",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1679,
word: "rang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1680,
word: "romp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1681,
word: "tech",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1682,
word: "thaw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1683,
word: "tide",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1684,
word: "tied",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1685,
word: "told",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1686,
word: "trig",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1687,
word: "wail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1688,
word: "walk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1689,
word: "what",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1690,
word: "wort",
wordLength: 4,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1691,
word: "aargh",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1692,
word: "achoo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1693,
word: "agate",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1694,
word: "bebop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1695,
word: "bombe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1696,
word: "coach",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1697,
word: "dacha",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1698,
word: "deice",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1699,
word: "diced",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1700,
word: "diode",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1701,
word: "fatty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1702,
word: "fence",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1703,
word: "kneel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1704,
word: "knell",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1705,
word: "knoll",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1706,
word: "lemma",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1707,
word: "mimeo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1708,
word: "mooch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1709,
word: "newel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1710,
word: "petit",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1711,
word: "pipet",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1712,
word: "promo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1713,
word: "pupil",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1714,
word: "rumor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1715,
word: "taffy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1716,
word: "tided",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1717,
word: "wheel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1718,
word: "alkali",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1719,
word: "befell",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1720,
word: "decide",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1721,
word: "deiced",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1722,
word: "dieted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1723,
word: "edited",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1724,
word: "feeble",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1725,
word: "gibing",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1726,
word: "hobnob",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1727,
word: "iodide",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1728,
word: "kennel",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1729,
word: "petite",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1730,
word: "ragtag",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1731,
word: "romcom",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1732,
word: "tidied",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1733,
word: "tippet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1734,
word: "tuffet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1735,
word: "amalgam",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1736,
word: "binging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1737,
word: "binning",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1738,
word: "decided",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1739,
word: "deicide",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1740,
word: "fulfill",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1741,
word: "minimum",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1742,
word: "morocco",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1743,
word: "pipette",
wordLength: 7,
uniqueLettersCount: 4,
tally: 14
},
{
index: 1744,
word: "actor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1745,
word: "amity",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1746,
word: "clean",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1747,
word: "eight",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1748,
word: "flora",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1749,
word: "flour",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1750,
word: "inapt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1751,
word: "lance",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1752,
word: "legit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1753,
word: "lento",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1754,
word: "lunar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1755,
word: "optic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1756,
word: "paint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1757,
word: "peony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1758,
word: "picot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1759,
word: "plait",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1760,
word: "topic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1761,
word: "train",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1762,
word: "ulnar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1763,
word: "billet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1764,
word: "cancel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1765,
word: "carrot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1766,
word: "catnap",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1767,
word: "cootie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1768,
word: "eighth",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1769,
word: "enlace",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1770,
word: "floral",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1771,
word: "height",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1772,
word: "millet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1773,
word: "octopi",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1774,
word: "patent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1775,
word: "patina",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1776,
word: "pinata",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1777,
word: "potent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1778,
word: "tibial",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1779,
word: "topple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1780,
word: "acyclic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1781,
word: "annular",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1782,
word: "aurally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1783,
word: "barback",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1784,
word: "barrack",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1785,
word: "nacelle",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1786,
word: "pennant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1787,
word: "pentane",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1788,
word: "rurally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1789,
word: "tilapia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1790,
word: "tractor",
wordLength: 7,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1791,
word: "belittle",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1792,
word: "cyclical",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1793,
word: "irritant",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1794,
word: "opponent",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1795,
word: "palatial",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1796,
word: "patentee",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1797,
word: "teletype",
wordLength: 8,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1798,
word: "attractor",
wordLength: 9,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1799,
word: "eightieth",
wordLength: 9,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1800,
word: "innocence",
wordLength: 9,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1801,
word: "cyclically",
wordLength: 10,
uniqueLettersCount: 5,
tally: 14
},
{
index: 1802,
word: "away",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1803,
word: "biff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1804,
word: "deep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1805,
word: "dude",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1806,
word: "dyed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1807,
word: "eddy",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1808,
word: "exec",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1809,
word: "eyed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1810,
word: "peed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1811,
word: "text",
wordLength: 4,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1812,
word: "duded",
wordLength: 5,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1813,
word: "dumdum",
wordLength: 6,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1814,
word: "murmur",
wordLength: 6,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1815,
word: "peeped",
wordLength: 6,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1816,
word: "pepped",
wordLength: 6,
uniqueLettersCount: 3,
tally: 13
},
{
index: 1817,
word: "ante",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1818,
word: "bane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1819,
word: "bean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1820,
word: "chop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1821,
word: "claw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1822,
word: "clod",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1823,
word: "clog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1824,
word: "clue",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1825,
word: "coke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1826,
word: "cold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1827,
word: "dean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1828,
word: "dime",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1829,
word: "drag",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1830,
word: "duly",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1831,
word: "echo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1832,
word: "find",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1833,
word: "gild",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1834,
word: "glom",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1835,
word: "goat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1836,
word: "grad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1837,
word: "head",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1838,
word: "helm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1839,
word: "iamb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1840,
word: "lung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1841,
word: "neat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1842,
word: "nick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1843,
word: "oven",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1844,
word: "pleb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1845,
word: "pong",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1846,
word: "pule",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1847,
word: "toga",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1848,
word: "wilt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1849,
word: "wing",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1850,
word: "worn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1851,
word: "yogi",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1852,
word: "yuan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1853,
word: "ahead",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1854,
word: "bleep",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1855,
word: "dully",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1856,
word: "eaten",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1857,
word: "elegy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1858,
word: "gloom",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1859,
word: "goopy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1860,
word: "gotta",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1861,
word: "hammy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1862,
word: "hilly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1863,
word: "iambi",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1864,
word: "leggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1865,
word: "mimed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1866,
word: "plebe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1867,
word: "pooch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1868,
word: "twill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1869,
word: "widow",
wordLength: 5,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1870,
word: "addend",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1871,
word: "deaden",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1872,
word: "dimmed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1873,
word: "ennead",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1874,
word: "headed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1875,
word: "lining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1876,
word: "neaten",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1877,
word: "pebble",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1878,
word: "tenant",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1879,
word: "twilit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1880,
word: "wining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1881,
word: "addenda",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1882,
word: "antenna",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1883,
word: "cellule",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1884,
word: "gilling",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1885,
word: "wigging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1886,
word: "winging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1887,
word: "winning",
wordLength: 7,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1888,
word: "antennae",
wordLength: 8,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1889,
word: "deadened",
wordLength: 8,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1890,
word: "deadhead",
wordLength: 8,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1891,
word: "giggling",
wordLength: 8,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1892,
word: "niggling",
wordLength: 8,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1893,
word: "deadheaded",
wordLength: 10,
uniqueLettersCount: 4,
tally: 13
},
{
index: 1894,
word: "board",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1895,
word: "broad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1896,
word: "claim",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1897,
word: "croak",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1898,
word: "elfin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1899,
word: "fairy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1900,
word: "feint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1901,
word: "hyena",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1902,
word: "inlay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1903,
word: "inlet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1904,
word: "intel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1905,
word: "limbo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1906,
word: "linty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1907,
word: "malic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1908,
word: "motel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1909,
word: "phone",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1910,
word: "pinch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1911,
word: "radio",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1912,
word: "randy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1913,
word: "unlet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1914,
word: "aboard",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1915,
word: "abroad",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1916,
word: "cackle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1917,
word: "feline",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1918,
word: "finite",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1919,
word: "friary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1920,
word: "lentil",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1921,
word: "linnet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1922,
word: "lintel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1923,
word: "mottle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1924,
word: "omelet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1925,
word: "tinily",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1926,
word: "truant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1927,
word: "tunnel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1928,
word: "acclaim",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1929,
word: "attempt",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1930,
word: "bellmen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1931,
word: "blatant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1932,
word: "colonic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1933,
word: "cooktop",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1934,
word: "entitle",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1935,
word: "fifteen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1936,
word: "homonym",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1937,
word: "lenient",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1938,
word: "lunette",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1939,
word: "militia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1940,
word: "chitchat",
wordLength: 8,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1941,
word: "homonymy",
wordLength: 8,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1942,
word: "infinite",
wordLength: 8,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1943,
word: "lifeline",
wordLength: 8,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1944,
word: "omelette",
wordLength: 8,
uniqueLettersCount: 5,
tally: 13
},
{
index: 1945,
word: "cuff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1946,
word: "dead",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1947,
word: "gaff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1948,
word: "razz",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1949,
word: "ruff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1950,
word: "tiki",
wordLength: 4,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1951,
word: "added",
wordLength: 5,
uniqueLettersCount: 3,
tally: 12
},
{
index: 1952,
word: "abet",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1953,
word: "bark",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1954,
word: "bate",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1955,
word: "beat",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1956,
word: "beta",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1957,
word: "bode",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1958,
word: "both",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1959,
word: "cafe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1960,
word: "cage",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1961,
word: "carp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1962,
word: "crap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1963,
word: "cute",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1964,
word: "dawn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1965,
word: "deft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1966,
word: "drip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1967,
word: "dung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1968,
word: "face",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1969,
word: "fold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1970,
word: "four",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1971,
word: "gait",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1972,
word: "gape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1973,
word: "gibe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1974,
word: "glut",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1975,
word: "gory",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1976,
word: "guar",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1977,
word: "gulf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1978,
word: "gyro",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1979,
word: "hack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1980,
word: "harp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1981,
word: "hope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1982,
word: "hung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1983,
word: "hypo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1984,
word: "kilo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1985,
word: "kilt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1986,
word: "obey",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1987,
word: "orgy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1988,
word: "pack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1989,
word: "page",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1990,
word: "pock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1991,
word: "rind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1992,
word: "tofu",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1993,
word: "town",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1994,
word: "twin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1995,
word: "ugly",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1996,
word: "vend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1997,
word: "wand",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1998,
word: "whet",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 1999,
word: "wont",
wordLength: 4,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2000,
word: "abate",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2001,
word: "agape",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2002,
word: "agita",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2003,
word: "augur",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2004,
word: "beech",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2005,
word: "beige",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2006,
word: "bocci",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2007,
word: "boded",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2008,
word: "booed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2009,
word: "booth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2010,
word: "broom",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2011,
word: "cabby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2012,
word: "ennui",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2013,
word: "feted",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2014,
word: "flood",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2015,
word: "furor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2016,
word: "gully",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2017,
word: "hoppy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2018,
word: "lippy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2019,
word: "nohow",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2020,
word: "offed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2021,
word: "taiga",
wordLength: 5,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2022,
word: "abbacy",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2023,
word: "banyan",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2024,
word: "biggie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2025,
word: "bobbed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2026,
word: "celled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2027,
word: "doffed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2028,
word: "efface",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2029,
word: "evened",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2030,
word: "fifing",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2031,
word: "fining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2032,
word: "groggy",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2033,
word: "hippie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2034,
word: "hurrah",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2035,
word: "miming",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2036,
word: "mining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2037,
word: "nitwit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2038,
word: "unhung",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2039,
word: "vended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2040,
word: "vetted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2041,
word: "wonton",
wordLength: 6,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2042,
word: "froufrou",
wordLength: 8,
uniqueLettersCount: 4,
tally: 12
},
{
index: 2043,
word: "acing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2044,
word: "alive",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2045,
word: "baron",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2046,
word: "carny",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2047,
word: "coati",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2048,
word: "flair",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2049,
word: "flute",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2050,
word: "frail",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2051,
word: "lithe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2052,
word: "matey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2053,
word: "meaty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2054,
word: "place",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2055,
word: "rainy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2056,
word: "ultra",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2057,
word: "uncle",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2058,
word: "yenta",
wordLength: 5,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2059,
word: "abloom",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2060,
word: "actual",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2061,
word: "apeman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2062,
word: "apemen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2063,
word: "belief",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2064,
word: "cabbie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2065,
word: "caging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2066,
word: "canary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2067,
word: "caning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2068,
word: "canola",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2069,
word: "celiac",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2070,
word: "cranny",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2071,
word: "cultic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2072,
word: "encage",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2073,
word: "evince",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2074,
word: "ironic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2075,
word: "leanly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2076,
word: "palace",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2077,
word: "penman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2078,
word: "trivia",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2079,
word: "window",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2080,
word: "woolen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2081,
word: "canning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2082,
word: "idiotic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2083,
word: "inching",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2084,
word: "lanolin",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2085,
word: "loyalty",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2086,
word: "mammoth",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2087,
word: "oddball",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2088,
word: "tactual",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2089,
word: "totally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2090,
word: "chinning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2091,
word: "cinching",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2092,
word: "downwind",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2093,
word: "filially",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2094,
word: "landlady",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2095,
word: "nonlocal",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2096,
word: "woodwind",
wordLength: 8,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2097,
word: "colcannon",
wordLength: 9,
uniqueLettersCount: 5,
tally: 12
},
{
index: 2098,
word: "dell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2099,
word: "duff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2100,
word: "lede",
wordLength: 4,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2101,
word: "miff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2102,
word: "pfft",
wordLength: 4,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2103,
word: "kappa",
wordLength: 5,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2104,
word: "kayak",
wordLength: 5,
uniqueLettersCount: 3,
tally: 11
},
{
index: 2105,
word: "avid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2106,
word: "beam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2107,
word: "beck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2108,
word: "blip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2109,
word: "byte",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2110,
word: "cued",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2111,
word: "ding",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2112,
word: "diva",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2113,
word: "done",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2114,
word: "exit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2115,
word: "farm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2116,
word: "gave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2117,
word: "gold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2118,
word: "hock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2119,
word: "holy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2120,
word: "lank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2121,
word: "late",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2122,
word: "lawn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2123,
word: "lend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2124,
word: "lump",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2125,
word: "next",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2126,
word: "node",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2127,
word: "peck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2128,
word: "plum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2129,
word: "pram",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2130,
word: "ramp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2131,
word: "tale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2132,
word: "talk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2133,
word: "teal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2134,
word: "updo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2135,
word: "viol",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2136,
word: "volt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2137,
word: "wart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2138,
word: "wine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2139,
word: "abbey",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2140,
word: "adapt",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2141,
word: "afoot",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2142,
word: "agave",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2143,
word: "alpha",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2144,
word: "ameba",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2145,
word: "belly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2146,
word: "bevel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2147,
word: "cheep",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2148,
word: "chock",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2149,
word: "civil",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2150,
word: "curry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2151,
word: "deuce",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2152,
word: "dolly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2153,
word: "donee",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2154,
word: "educe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2155,
word: "elate",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2156,
word: "gimme",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2157,
word: "holly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2158,
word: "hooey",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2159,
word: "latte",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2160,
word: "oddly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2161,
word: "odeon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2162,
word: "pinup",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2163,
word: "plump",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2164,
word: "runny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2165,
word: "unpin",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2166,
word: "unwon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2167,
word: "venue",
wordLength: 5,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2168,
word: "amebae",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2169,
word: "deduce",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2170,
word: "dining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2171,
word: "donned",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2172,
word: "educed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2173,
word: "extent",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2174,
word: "gavage",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2175,
word: "imbibe",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2176,
word: "needle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2177,
word: "nodded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2178,
word: "opioid",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2179,
word: "puppet",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2180,
word: "tattle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2181,
word: "uneven",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2182,
word: "weenie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2183,
word: "wienie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2184,
word: "zinnia",
wordLength: 6,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2185,
word: "deduced",
wordLength: 7,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2186,
word: "digging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2187,
word: "dinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2188,
word: "needled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2189,
word: "mahimahi",
wordLength: 8,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2190,
word: "telltale",
wordLength: 8,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2191,
word: "tattletale",
wordLength: 10,
uniqueLettersCount: 4,
tally: 11
},
{
index: 2192,
word: "abort",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2193,
word: "along",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2194,
word: "anvil",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2195,
word: "apron",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2196,
word: "beach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2197,
word: "bialy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2198,
word: "carob",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2199,
word: "carpi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2200,
word: "clime",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2201,
word: "cobra",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2202,
word: "court",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2203,
word: "dairy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2204,
word: "diary",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2205,
word: "dunce",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2206,
word: "facet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2207,
word: "fault",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2208,
word: "felon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2209,
word: "front",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2210,
word: "grand",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2211,
word: "honey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2212,
word: "itchy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2213,
word: "lathe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2214,
word: "litho",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2215,
word: "loath",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2216,
word: "manly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2217,
word: "match",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2218,
word: "mayor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2219,
word: "moray",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2220,
word: "night",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2221,
word: "orbit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2222,
word: "panty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2223,
word: "plant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2224,
word: "rayon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2225,
word: "tabor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2226,
word: "thing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2227,
word: "throw",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2228,
word: "weigh",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2229,
word: "white",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2230,
word: "wight",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2231,
word: "worth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2232,
word: "wroth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2233,
word: "affect",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2234,
word: "analog",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2235,
word: "aortal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2236,
word: "armory",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2237,
word: "bitten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2238,
word: "bottle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2239,
word: "canine",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2240,
word: "cement",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2241,
word: "clench",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2242,
word: "cloche",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2243,
word: "collet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2244,
word: "dahlia",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2245,
word: "emetic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2246,
word: "flauta",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2247,
word: "gallon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2248,
word: "health",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2249,
word: "lagoon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2250,
word: "layman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2251,
word: "lethal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2252,
word: "longan",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2253,
word: "matcha",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2254,
word: "nipple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2255,
word: "ocelot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2256,
word: "parrot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2257,
word: "penile",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2258,
word: "pomelo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2259,
word: "pommel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2260,
word: "rabbit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2261,
word: "ramrod",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2262,
word: "rapini",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2263,
word: "raptor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2264,
word: "tidily",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2265,
word: "unroll",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2266,
word: "unworn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2267,
word: "airball",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2268,
word: "athlete",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2269,
word: "collect",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2270,
word: "gouging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2271,
word: "grandad",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2272,
word: "hinting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2273,
word: "hitting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2274,
word: "locally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2275,
word: "mimetic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2276,
word: "pharaoh",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2277,
word: "pompano",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2278,
word: "priapic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2279,
word: "pronoun",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2280,
word: "rapport",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2281,
word: "taproot",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2282,
word: "tithing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2283,
word: "titmice",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2284,
word: "unceded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2285,
word: "vanilla",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2286,
word: "villain",
wordLength: 7,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2287,
word: "barbacoa",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2288,
word: "granddad",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2289,
word: "monotony",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2290,
word: "pipeline",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2291,
word: "riparian",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2292,
word: "thinning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2293,
word: "vanillin",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2294,
word: "wallaroo",
wordLength: 8,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2295,
word: "macadamia",
wordLength: 9,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2296,
word: "nonagonal",
wordLength: 9,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2297,
word: "paratroop",
wordLength: 9,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2298,
word: "telehealth",
wordLength: 10,
uniqueLettersCount: 5,
tally: 11
},
{
index: 2299,
word: "bridal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2300,
word: "compel",
wordLength: 6,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2301,
word: "ribald",
wordLength: 6,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2302,
word: "trough",
wordLength: 6,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2303,
word: "through",
wordLength: 7,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2304,
word: "addition",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2305,
word: "billiard",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2306,
word: "biradial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2307,
word: "donation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2308,
word: "nametape",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2309,
word: "railbird",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2310,
word: "thorough",
wordLength: 8,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2311,
word: "diacritic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2312,
word: "throughout",
wordLength: 10,
uniqueLettersCount: 6,
tally: 11
},
{
index: 2313,
word: "deke",
wordLength: 4,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2314,
word: "eked",
wordLength: 4,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2315,
word: "haka",
wordLength: 4,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2316,
word: "hoof",
wordLength: 4,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2317,
word: "poof",
wordLength: 4,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2318,
word: "boffo",
wordLength: 5,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2319,
word: "deked",
wordLength: 5,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2320,
word: "bowwow",
wordLength: 6,
uniqueLettersCount: 3,
tally: 10
},
{
index: 2321,
word: "abut",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2322,
word: "aced",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2323,
word: "arum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2324,
word: "bilk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2325,
word: "bind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2326,
word: "bonk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2327,
word: "cowl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2328,
word: "deck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2329,
word: "dine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2330,
word: "dive",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2331,
word: "duel",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2332,
word: "dune",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2333,
word: "form",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2334,
word: "from",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2335,
word: "gift",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2336,
word: "glow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2337,
word: "hide",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2338,
word: "hied",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2339,
word: "keno",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2340,
word: "kiln",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2341,
word: "knob",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2342,
word: "link",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2343,
word: "loud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2344,
word: "love",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2345,
word: "magi",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2346,
word: "meld",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2347,
word: "navy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2348,
word: "nude",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2349,
word: "pang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2350,
word: "pend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2351,
word: "pied",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2352,
word: "ping",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2353,
word: "tick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2354,
word: "tuba",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2355,
word: "vied",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2356,
word: "vole",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2357,
word: "zine",
wordLength: 4,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2358,
word: "bindi",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2359,
word: "bloop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2360,
word: "dined",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2361,
word: "dived",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2362,
word: "dotty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2363,
word: "elude",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2364,
word: "endue",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2365,
word: "expel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2366,
word: "indie",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2367,
word: "ivied",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2368,
word: "pagan",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2369,
word: "piped",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2370,
word: "toddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2371,
word: "undue",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2372,
word: "vagal",
wordLength: 5,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2373,
word: "accede",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2374,
word: "avatar",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2375,
word: "decade",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2376,
word: "decked",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2377,
word: "deepen",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2378,
word: "delude",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2379,
word: "denied",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2380,
word: "denude",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2381,
word: "depend",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2382,
word: "dipped",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2383,
word: "divide",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2384,
word: "dueled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2385,
word: "dulled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2386,
word: "dunned",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2387,
word: "eluded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2388,
word: "endued",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2389,
word: "evolve",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2390,
word: "indeed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2391,
word: "lulled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2392,
word: "meddle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2393,
word: "melded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2394,
word: "pended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2395,
word: "penned",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2396,
word: "pining",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2397,
word: "piping",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2398,
word: "tumult",
wordLength: 6,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2399,
word: "acceded",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2400,
word: "deluded",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2401,
word: "denuded",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2402,
word: "divided",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2403,
word: "divvied",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2404,
word: "meddled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2405,
word: "nankeen",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2406,
word: "nipping",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2407,
word: "pigging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2408,
word: "pinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2409,
word: "pinning",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2410,
word: "teethed",
wordLength: 7,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2411,
word: "deepened",
wordLength: 8,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2412,
word: "depended",
wordLength: 8,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2413,
word: "expellee",
wordLength: 8,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2414,
word: "unneeded",
wordLength: 8,
uniqueLettersCount: 4,
tally: 10
},
{
index: 2415,
word: "admit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2416,
word: "aleph",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2417,
word: "alone",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2418,
word: "amour",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2419,
word: "argon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2420,
word: "aunty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2421,
word: "chart",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2422,
word: "cleft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2423,
word: "clomp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2424,
word: "daunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2425,
word: "ethyl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2426,
word: "fatly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2427,
word: "fetid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2428,
word: "fitly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2429,
word: "flint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2430,
word: "groan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2431,
word: "haunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2432,
word: "hoary",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2433,
word: "logic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2434,
word: "meant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2435,
word: "mince",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2436,
word: "monad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2437,
word: "money",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2438,
word: "navel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2439,
word: "nomad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2440,
word: "novel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2441,
word: "orang",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2442,
word: "organ",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2443,
word: "party",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2444,
word: "patio",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2445,
word: "tapir",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2446,
word: "thine",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2447,
word: "thong",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2448,
word: "track",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2449,
word: "valet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2450,
word: "venal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2451,
word: "angora",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2452,
word: "apiary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2453,
word: "bantam",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2454,
word: "calmly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2455,
word: "cayman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2456,
word: "chicle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2457,
word: "chitin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2458,
word: "clammy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2459,
word: "cliche",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2460,
word: "cobble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2461,
word: "colony",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2462,
word: "dammit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2463,
word: "fitted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2464,
word: "flatly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2465,
word: "fratty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2466,
word: "frilly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2467,
word: "gladly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2468,
word: "gloomy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2469,
word: "gritty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2470,
word: "handed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2471,
word: "hooray",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2472,
word: "icemen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2473,
word: "leaven",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2474,
word: "marmot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2475,
word: "midair",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2476,
word: "minyan",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2477,
word: "mortar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2478,
word: "nitric",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2479,
word: "papyri",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2480,
word: "tariff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2481,
word: "thrill",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2482,
word: "tomcat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2483,
word: "yeomen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2484,
word: "airmail",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2485,
word: "awkward",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2486,
word: "barroom",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2487,
word: "catarrh",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2488,
word: "cayenne",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2489,
word: "connect",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2490,
word: "connote",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2491,
word: "content",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2492,
word: "dullard",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2493,
word: "ecotone",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2494,
word: "elevate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2495,
word: "emanate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2496,
word: "fatally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2497,
word: "hamachi",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2498,
word: "hardhat",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2499,
word: "hennaed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2500,
word: "illogic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2501,
word: "linemen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2502,
word: "lowdown",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2503,
word: "malaria",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2504,
word: "manatee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2505,
word: "parador",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2506,
word: "partita",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2507,
word: "topcoat",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2508,
word: "wayward",
wordLength: 7,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2509,
word: "eminence",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2510,
word: "frittata",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2511,
word: "kickback",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2512,
word: "lollygag",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2513,
word: "malarial",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2514,
word: "moneymen",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2515,
word: "palpable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2516,
word: "paradrop",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2517,
word: "peelable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2518,
word: "imminence",
wordLength: 9,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2519,
word: "ninetieth",
wordLength: 9,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2520,
word: "appealable",
wordLength: 10,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2521,
word: "nineteenth",
wordLength: 10,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2522,
word: "abracadabra",
wordLength: 11,
uniqueLettersCount: 5,
tally: 10
},
{
index: 2523,
word: "around",
wordLength: 6,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2524,
word: "bleach",
wordLength: 6,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2525,
word: "confit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2526,
word: "infect",
wordLength: 6,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2527,
word: "fiction",
wordLength: 7,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2528,
word: "moonlit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2529,
word: "railroad",
wordLength: 8,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2530,
word: "efficient",
wordLength: 9,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2531,
word: "incentive",
wordLength: 9,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2532,
word: "invective",
wordLength: 9,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2533,
word: "runaround",
wordLength: 9,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2534,
word: "nonfiction",
wordLength: 10,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2535,
word: "inefficient",
wordLength: 11,
uniqueLettersCount: 6,
tally: 10
},
{
index: 2536,
word: "edge",
wordLength: 4,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2537,
word: "twee",
wordLength: 4,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2538,
word: "weed",
wordLength: 4,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2539,
word: "edged",
wordLength: 5,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2540,
word: "egged",
wordLength: 5,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2541,
word: "tweet",
wordLength: 5,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2542,
word: "wedded",
wordLength: 6,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2543,
word: "weeded",
wordLength: 6,
uniqueLettersCount: 3,
tally: 9
},
{
index: 2544,
word: "aide",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2545,
word: "aped",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2546,
word: "bake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2547,
word: "bank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2548,
word: "beak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2549,
word: "bout",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2550,
word: "bunt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2551,
word: "camp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2552,
word: "copy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2553,
word: "craw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2554,
word: "drug",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2555,
word: "duet",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2556,
word: "fend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2557,
word: "firm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2558,
word: "flip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2559,
word: "flub",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2560,
word: "glop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2561,
word: "goad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2562,
word: "gown",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2563,
word: "hewn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2564,
word: "hick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2565,
word: "howl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2566,
word: "hymn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2567,
word: "idea",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2568,
word: "knit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2569,
word: "koan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2570,
word: "luck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2571,
word: "mold",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2572,
word: "ouch",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2573,
word: "oxen",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2574,
word: "rick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2575,
word: "twig",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2576,
word: "veto",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2577,
word: "vote",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2578,
word: "wack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2579,
word: "waif",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2580,
word: "wale",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2581,
word: "weal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2582,
word: "when",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2583,
word: "whoa",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2584,
word: "wile",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2585,
word: "your",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2586,
word: "zing",
wordLength: 4,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2587,
word: "aided",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2588,
word: "baggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2589,
word: "bluff",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2590,
word: "bully",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2591,
word: "chick",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2592,
word: "cluck",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2593,
word: "couch",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2594,
word: "crick",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2595,
word: "dodgy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2596,
word: "doggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2597,
word: "etude",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2598,
word: "exile",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2599,
word: "farad",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2600,
word: "figgy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2601,
word: "gabby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2602,
word: "gloop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2603,
word: "goody",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2604,
word: "kebab",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2605,
word: "knack",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2606,
word: "manga",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2607,
word: "nimbi",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2608,
word: "oomph",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2609,
word: "wahoo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2610,
word: "xenon",
wordLength: 5,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2611,
word: "bubbly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2612,
word: "dapped",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2613,
word: "defend",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2614,
word: "emceed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2615,
word: "fended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2616,
word: "fillip",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2617,
word: "heehaw",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2618,
word: "hollow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2619,
word: "keeled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2620,
word: "padded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2621,
word: "tutted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2622,
word: "uncuff",
wordLength: 6,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2623,
word: "duetted",
wordLength: 7,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2624,
word: "zigging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2625,
word: "zinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2626,
word: "defended",
wordLength: 8,
uniqueLettersCount: 4,
tally: 9
},
{
index: 2627,
word: "agony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2628,
word: "ancho",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2629,
word: "angel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2630,
word: "angle",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2631,
word: "baton",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2632,
word: "block",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2633,
word: "carom",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2634,
word: "cleat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2635,
word: "comet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2636,
word: "coned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2637,
word: "craft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2638,
word: "eclat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2639,
word: "ethic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2640,
word: "fetal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2641,
word: "ghoul",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2642,
word: "glean",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2643,
word: "gnome",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2644,
word: "graph",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2645,
word: "guilt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2646,
word: "habit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2647,
word: "hotly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2648,
word: "macro",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2649,
word: "mount",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2650,
word: "nacho",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2651,
word: "naive",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2652,
word: "neath",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2653,
word: "octal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2654,
word: "prion",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2655,
word: "prong",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2656,
word: "ranch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2657,
word: "rapid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2658,
word: "rival",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2659,
word: "talon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2660,
word: "tardy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2661,
word: "thane",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2662,
word: "tonal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2663,
word: "truly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2664,
word: "unfit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2665,
word: "valid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2666,
word: "viral",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2667,
word: "warty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2668,
word: "wrack",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2669,
word: "wrath",
wordLength: 5,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2670,
word: "accord",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2671,
word: "acetal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2672,
word: "apogee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2673,
word: "atonal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2674,
word: "cattle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2675,
word: "citing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2676,
word: "clayey",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2677,
word: "cockle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2678,
word: "conned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2679,
word: "encode",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2680,
word: "ethane",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2681,
word: "farina",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2682,
word: "genome",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2683,
word: "hamate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2684,
word: "hectic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2685,
word: "hyphen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2686,
word: "impala",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2687,
word: "indict",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2688,
word: "martyr",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2689,
word: "menace",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2690,
word: "mutton",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2691,
word: "tabard",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2692,
word: "tarmac",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2693,
word: "techie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2694,
word: "thwart",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2695,
word: "tipple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2696,
word: "trippy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2697,
word: "uncool",
wordLength: 6,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2698,
word: "abandon",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2699,
word: "arrival",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2700,
word: "arugula",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2701,
word: "athwart",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2702,
word: "banally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2703,
word: "billion",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2704,
word: "concede",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2705,
word: "condone",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2706,
word: "encoded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2707,
word: "fellate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2708,
word: "glacial",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2709,
word: "habitat",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2710,
word: "heathen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2711,
word: "hilling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2712,
word: "lactate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2713,
word: "lacteal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2714,
word: "laggard",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2715,
word: "leaflet",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2716,
word: "nanobot",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2717,
word: "toolkit",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2718,
word: "tramcar",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2719,
word: "unmount",
wordLength: 7,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2720,
word: "cocooned",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2721,
word: "conceded",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2722,
word: "condoned",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2723,
word: "flatfeet",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2724,
word: "healable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2725,
word: "inciting",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2726,
word: "rototill",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2727,
word: "vegetate",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2728,
word: "wildwood",
wordLength: 8,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2729,
word: "paragraph",
wordLength: 9,
uniqueLettersCount: 5,
tally: 9
},
{
index: 2730,
word: "plaint",
wordLength: 6,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2731,
word: "pliant",
wordLength: 6,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2732,
word: "weight",
wordLength: 6,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2733,
word: "compete",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2734,
word: "compote",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2735,
word: "conduct",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2736,
word: "mayoral",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2737,
word: "morally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2738,
word: "pintail",
wordLength: 7,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2739,
word: "amorally",
wordLength: 8,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2740,
word: "kickball",
wordLength: 8,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2741,
word: "plantain",
wordLength: 8,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2742,
word: "commotion",
wordLength: 9,
uniqueLettersCount: 6,
tally: 9
},
{
index: 2743,
word: "ajar",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2744,
word: "doxx",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2745,
word: "fugu",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2746,
word: "guff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2747,
word: "raja",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2748,
word: "veep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2749,
word: "ziti",
wordLength: 4,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2750,
word: "peeve",
wordLength: 5,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2751,
word: "powwow",
wordLength: 6,
uniqueLettersCount: 3,
tally: 8
},
{
index: 2752,
word: "amok",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2753,
word: "bend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2754,
word: "bide",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2755,
word: "blew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2756,
word: "blow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2757,
word: "bowl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2758,
word: "caky",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2759,
word: "cave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2760,
word: "chew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2761,
word: "club",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2762,
word: "crib",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2763,
word: "curl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2764,
word: "damp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2765,
word: "dank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2766,
word: "debt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2767,
word: "demo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2768,
word: "dole",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2769,
word: "dome",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2770,
word: "dork",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2771,
word: "dote",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2772,
word: "flaw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2773,
word: "fled",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2774,
word: "foam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2775,
word: "gamy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2776,
word: "gird",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2777,
word: "grid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2778,
word: "grow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2779,
word: "hemp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2780,
word: "hiya",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2781,
word: "honk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2782,
word: "kart",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2783,
word: "like",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2784,
word: "lode",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2785,
word: "mako",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2786,
word: "mild",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2787,
word: "mock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2788,
word: "mode",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2789,
word: "monk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2790,
word: "oval",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2791,
word: "peak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2792,
word: "pelf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2793,
word: "pout",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2794,
word: "puma",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2795,
word: "punt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2796,
word: "thud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2797,
word: "toed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2798,
word: "turf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2799,
word: "vary",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2800,
word: "wait",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2801,
word: "word",
wordLength: 4,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2802,
word: "annex",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2803,
word: "await",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2804,
word: "beget",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2805,
word: "bided",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2806,
word: "caddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2807,
word: "doled",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2808,
word: "domed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2809,
word: "doted",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2810,
word: "eaved",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2811,
word: "evade",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2812,
word: "excel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2813,
word: "karat",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2814,
word: "larva",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2815,
word: "modem",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2816,
word: "mooed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2817,
word: "rigid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2818,
word: "telex",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2819,
word: "toted",
wordLength: 5,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2820,
word: "church",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2821,
word: "demoed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2822,
word: "dolled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2823,
word: "doodle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2824,
word: "doomed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2825,
word: "dotted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2826,
word: "evaded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2827,
word: "felled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2828,
word: "gigged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2829,
word: "grappa",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2830,
word: "larval",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2831,
word: "lolled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2832,
word: "output",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2833,
word: "putout",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2834,
word: "tooted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2835,
word: "yelled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2836,
word: "baggage",
wordLength: 7,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2837,
word: "deadeye",
wordLength: 7,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2838,
word: "doodled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2839,
word: "macadam",
wordLength: 7,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2840,
word: "teletext",
wordLength: 8,
uniqueLettersCount: 4,
tally: 8
},
{
index: 2841,
word: "aboil",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2842,
word: "admin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2843,
word: "ample",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2844,
word: "bacon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2845,
word: "belch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2846,
word: "bleak",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2847,
word: "blech",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2848,
word: "bloat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2849,
word: "boric",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2850,
word: "broil",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2851,
word: "built",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2852,
word: "chary",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2853,
word: "chino",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2854,
word: "choir",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2855,
word: "cigar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2856,
word: "cited",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2857,
word: "drawl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2858,
word: "edict",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2859,
word: "fiend",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2860,
word: "fined",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2861,
word: "flout",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2862,
word: "folic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2863,
word: "gavel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2864,
word: "gland",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2865,
word: "gourd",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2866,
word: "halve",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2867,
word: "hogan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2868,
word: "hound",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2869,
word: "ichor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2870,
word: "impel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2871,
word: "larch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2872,
word: "malty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2873,
word: "maple",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2874,
word: "micro",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2875,
word: "minty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2876,
word: "mynah",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2877,
word: "nodal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2878,
word: "pecan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2879,
word: "phony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2880,
word: "pined",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2881,
word: "pinot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2882,
word: "pinto",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2883,
word: "piton",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2884,
word: "point",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2885,
word: "proud",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2886,
word: "runty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2887,
word: "tempo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2888,
word: "unlit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2889,
word: "until",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2890,
word: "woman",
wordLength: 5,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2891,
word: "adding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2892,
word: "aiding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2893,
word: "annuli",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2894,
word: "aviary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2895,
word: "bailee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2896,
word: "baleen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2897,
word: "ballot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2898,
word: "batboy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2899,
word: "biotin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2900,
word: "bonito",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2901,
word: "canape",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2902,
word: "carnal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2903,
word: "curacy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2904,
word: "deceit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2905,
word: "deckle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2906,
word: "define",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2907,
word: "doctor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2908,
word: "dually",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2909,
word: "dugong",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2910,
word: "enable",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2911,
word: "entity",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2912,
word: "finned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2913,
word: "foodie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2914,
word: "galley",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2915,
word: "gentle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2916,
word: "gloopy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2917,
word: "gloppy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2918,
word: "heaped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2919,
word: "heckle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2920,
word: "iodine",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2921,
word: "labile",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2922,
word: "lately",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2923,
word: "lavage",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2924,
word: "liable",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2925,
word: "libido",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2926,
word: "locale",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2927,
word: "lonely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2928,
word: "mantra",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2929,
word: "mizzen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2930,
word: "moppet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2931,
word: "ninety",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2932,
word: "nipped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2933,
word: "nonart",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2934,
word: "oompah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2935,
word: "option",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2936,
word: "payola",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2937,
word: "pimple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2938,
word: "pinned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2939,
word: "planar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2940,
word: "potion",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2941,
word: "pronto",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2942,
word: "proton",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2943,
word: "tahini",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2944,
word: "tautly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2945,
word: "thence",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2946,
word: "unhood",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2947,
word: "vacant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2948,
word: "valley",
wordLength: 6,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2949,
word: "attaboy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2950,
word: "codicil",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2951,
word: "colloid",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2952,
word: "contort",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2953,
word: "defined",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2954,
word: "eidetic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2955,
word: "gadding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2956,
word: "genteel",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2957,
word: "geology",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2958,
word: "imitate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2959,
word: "inhibit",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2960,
word: "layette",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2961,
word: "leeched",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2962,
word: "legally",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2963,
word: "mallard",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2964,
word: "mandala",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2965,
word: "mudroom",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2966,
word: "notator",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2967,
word: "nunhood",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2968,
word: "panacea",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2969,
word: "paratha",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2970,
word: "penance",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2971,
word: "teatime",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2972,
word: "vacancy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2973,
word: "accuracy",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2974,
word: "beanball",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2975,
word: "billable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2976,
word: "dietetic",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2977,
word: "dooryard",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2978,
word: "enfeeble",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2979,
word: "gangland",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2980,
word: "minimize",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2981,
word: "narrator",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2982,
word: "pellicle",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2983,
word: "pinniped",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2984,
word: "pinpoint",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2985,
word: "tommyrot",
wordLength: 8,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2986,
word: "annotator",
wordLength: 9,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2987,
word: "balalaika",
wordLength: 9,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2988,
word: "manhattan",
wordLength: 9,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2989,
word: "velveteen",
wordLength: 9,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2990,
word: "chocoholic",
wordLength: 10,
uniqueLettersCount: 5,
tally: 8
},
{
index: 2991,
word: "avidly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2992,
word: "change",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2993,
word: "fairly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2994,
word: "fluent",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2995,
word: "nought",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2996,
word: "unfelt",
wordLength: 6,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2997,
word: "bollard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2998,
word: "chancel",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 2999,
word: "channel",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3000,
word: "extinct",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3001,
word: "frailly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3002,
word: "ganache",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3003,
word: "outgrow",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3004,
word: "tuneful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3005,
word: "validly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3006,
word: "ballcock",
wordLength: 8,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3007,
word: "effluent",
wordLength: 8,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3008,
word: "liniment",
wordLength: 8,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3009,
word: "timeline",
wordLength: 8,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3010,
word: "wildland",
wordLength: 8,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3011,
word: "unthought",
wordLength: 9,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3012,
word: "untuneful",
wordLength: 9,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3013,
word: "entitlement",
wordLength: 11,
uniqueLettersCount: 6,
tally: 8
},
{
index: 3014,
word: "jinn",
wordLength: 4,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3015,
word: "meek",
wordLength: 4,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3016,
word: "muff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3017,
word: "puff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3018,
word: "jinni",
wordLength: 5,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3019,
word: "hubbub",
wordLength: 6,
uniqueLettersCount: 3,
tally: 7
},
{
index: 3020,
word: "anew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3021,
word: "brig",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3022,
word: "crag",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3023,
word: "delt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3024,
word: "deny",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3025,
word: "dock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3026,
word: "dope",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3027,
word: "drum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3028,
word: "dupe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3029,
word: "dyne",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3030,
word: "enby",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3031,
word: "expo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3032,
word: "fang",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3033,
word: "faun",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3034,
word: "feud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3035,
word: "film",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3036,
word: "flab",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3037,
word: "flop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3038,
word: "flow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3039,
word: "fond",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3040,
word: "fork",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3041,
word: "fowl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3042,
word: "frog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3043,
word: "gram",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3044,
word: "hake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3045,
word: "have",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3046,
word: "hued",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3047,
word: "jack",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3048,
word: "kept",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3049,
word: "king",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3050,
word: "know",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3051,
word: "lewd",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3052,
word: "lunk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3053,
word: "mute",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3054,
word: "nova",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3055,
word: "odea",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3056,
word: "oink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3057,
word: "owed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3058,
word: "prim",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3059,
word: "purl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3060,
word: "ruin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3061,
word: "uric",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3062,
word: "vibe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3063,
word: "wane",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3064,
word: "wean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3065,
word: "weld",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3066,
word: "wolf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3067,
word: "wonk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3068,
word: "work",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3069,
word: "yuca",
wordLength: 4,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3070,
word: "brook",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3071,
word: "doomy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3072,
word: "doped",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3073,
word: "duped",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3074,
word: "durum",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3075,
word: "dwell",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3076,
word: "embed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3077,
word: "epode",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3078,
word: "fauna",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3079,
word: "forgo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3080,
word: "giddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3081,
word: "halva",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3082,
word: "heave",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3083,
word: "hobby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3084,
word: "ilium",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3085,
word: "inurn",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3086,
word: "kente",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3087,
word: "known",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3088,
word: "lipid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3089,
word: "livid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3090,
word: "mezzo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3091,
word: "moody",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3092,
word: "needy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3093,
word: "pixie",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3094,
word: "primp",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3095,
word: "tummy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3096,
word: "upped",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3097,
word: "wooed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3098,
word: "wowed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3099,
word: "yucca",
wordLength: 5,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3100,
word: "bazaar",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3101,
word: "cuckoo",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3102,
word: "delete",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3103,
word: "feuded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3104,
word: "follow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3105,
word: "gramma",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3106,
word: "haboob",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3107,
word: "halvah",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3108,
word: "inking",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3109,
word: "kettle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3110,
word: "mayday",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3111,
word: "oniony",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3112,
word: "pooped",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3113,
word: "popped",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3114,
word: "tidbit",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3115,
word: "toffee",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3116,
word: "welded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3117,
word: "welled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3118,
word: "wooded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3119,
word: "yenned",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3120,
word: "zigzag",
wordLength: 6,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3121,
word: "deleted",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3122,
word: "dwelled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3123,
word: "grammar",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3124,
word: "hotfoot",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3125,
word: "kinging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3126,
word: "kinking",
wordLength: 7,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3127,
word: "embedded",
wordLength: 8,
uniqueLettersCount: 4,
tally: 7
},
{
index: 3128,
word: "acidy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3129,
word: "acorn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3130,
word: "aglet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3131,
word: "alien",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3132,
word: "aloft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3133,
word: "anime",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3134,
word: "aphid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3135,
word: "aught",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3136,
word: "badly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3137,
word: "belay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3138,
word: "below",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3139,
word: "bingo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3140,
word: "bloke",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3141,
word: "boing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3142,
word: "bowel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3143,
word: "brain",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3144,
word: "broth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3145,
word: "bulgy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3146,
word: "camel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3147,
word: "chant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3148,
word: "chard",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3149,
word: "charm",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3150,
word: "clunk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3151,
word: "couth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3152,
word: "dhoti",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3153,
word: "dirty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3154,
word: "dough",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3155,
word: "dowel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3156,
word: "durag",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3157,
word: "ebony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3158,
word: "elbow",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3159,
word: "enact",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3160,
word: "faint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3161,
word: "feign",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3162,
word: "fling",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3163,
word: "float",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3164,
word: "gleam",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3165,
word: "gloat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3166,
word: "glory",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3167,
word: "gonad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3168,
word: "graft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3169,
word: "grail",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3170,
word: "grunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3171,
word: "guard",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3172,
word: "hardy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3173,
word: "hotel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3174,
word: "hydra",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3175,
word: "imply",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3176,
word: "lordy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3177,
word: "lowed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3178,
word: "lunch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3179,
word: "lyric",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3180,
word: "march",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3181,
word: "meany",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3182,
word: "minor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3183,
word: "mural",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3184,
word: "narco",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3185,
word: "natch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3186,
word: "octad",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3187,
word: "oleic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3188,
word: "ovine",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3189,
word: "paleo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3190,
word: "piano",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3191,
word: "pilot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3192,
word: "pitch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3193,
word: "pound",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3194,
word: "tangy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3195,
word: "tempi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3196,
word: "throb",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3197,
word: "touch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3198,
word: "tulip",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3199,
word: "uplit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3200,
word: "vicar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3201,
word: "whale",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3202,
word: "whine",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3203,
word: "women",
wordLength: 5,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3204,
word: "accent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3205,
word: "afloat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3206,
word: "agleam",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3207,
word: "anemia",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3208,
word: "antifa",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3209,
word: "apiece",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3210,
word: "baldly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3211,
word: "barman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3212,
word: "bellow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3213,
word: "bobcat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3214,
word: "boning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3215,
word: "booing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3216,
word: "bootie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3217,
word: "caveat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3218,
word: "caviar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3219,
word: "cicely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3220,
word: "collie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3221,
word: "cooing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3222,
word: "corona",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3223,
word: "decoct",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3224,
word: "drippy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3225,
word: "drolly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3226,
word: "drooly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3227,
word: "eaglet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3228,
word: "eunuch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3229,
word: "excite",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3230,
word: "faunal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3231,
word: "filing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3232,
word: "galoot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3233,
word: "gangly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3234,
word: "gibbon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3235,
word: "global",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3236,
word: "gotten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3237,
word: "haunch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3238,
word: "healed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3239,
word: "hotdog",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3240,
word: "hurray",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3241,
word: "iambic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3242,
word: "infant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3243,
word: "innate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3244,
word: "intone",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3245,
word: "ipecac",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3246,
word: "lacuna",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3247,
word: "laptop",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3248,
word: "legate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3249,
word: "limply",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3250,
word: "lineal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3251,
word: "loggia",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3252,
word: "loonie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3253,
word: "lordly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3254,
word: "lychee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3255,
word: "meanie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3256,
word: "midday",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3257,
word: "moolah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3258,
word: "nugget",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3259,
word: "oblong",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3260,
word: "oddity",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3261,
word: "online",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3262,
word: "pimply",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3263,
word: "pollen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3264,
word: "poplin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3265,
word: "priory",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3266,
word: "pulpit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3267,
word: "rancor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3268,
word: "taught",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3269,
word: "temple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3270,
word: "toonie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3271,
word: "toroid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3272,
word: "torrid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3273,
word: "tryout",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3274,
word: "tycoon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3275,
word: "uptilt",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3276,
word: "vacate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3277,
word: "votive",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3278,
word: "wobble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3279,
word: "yarrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3280,
word: "adamant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3281,
word: "affiant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3282,
word: "bobbing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3283,
word: "bogging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3284,
word: "cannula",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3285,
word: "canteen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3286,
word: "carioca",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3287,
word: "catalpa",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3288,
word: "circuit",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3289,
word: "coining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3290,
word: "commode",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3291,
word: "conning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3292,
word: "cottony",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3293,
word: "curacao",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3294,
word: "epicene",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3295,
word: "eyeball",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3296,
word: "fallacy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3297,
word: "filling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3298,
word: "galette",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3299,
word: "gallant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3300,
word: "glottal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3301,
word: "itemize",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3302,
word: "legatee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3303,
word: "leonine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3304,
word: "million",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3305,
word: "nominee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3306,
word: "pillion",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3307,
word: "proctor",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3308,
word: "raccoon",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3309,
word: "textile",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3310,
word: "tobacco",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3311,
word: "tontine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3312,
word: "trinity",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3313,
word: "unguent",
wordLength: 7,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3314,
word: "boogaloo",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3315,
word: "cetacean",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3316,
word: "corridor",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3317,
word: "decocted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3318,
word: "downtown",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3319,
word: "feigning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3320,
word: "flatfoot",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3321,
word: "flinging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3322,
word: "footfall",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3323,
word: "initiate",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3324,
word: "nepenthe",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3325,
word: "ticktock",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3326,
word: "uncommon",
wordLength: 8,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3327,
word: "arrowroot",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3328,
word: "barbarian",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3329,
word: "cocooning",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3330,
word: "infilling",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3331,
word: "intention",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3332,
word: "titillate",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3333,
word: "widowhood",
wordLength: 9,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3334,
word: "attractant",
wordLength: 10,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3335,
word: "incipience",
wordLength: 10,
uniqueLettersCount: 5,
tally: 7
},
{
index: 3336,
word: "atomic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3337,
word: "catnip",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3338,
word: "client",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3339,
word: "inroad",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3340,
word: "length",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3341,
word: "notice",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3342,
word: "ordain",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3343,
word: "outcry",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3344,
word: "parity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3345,
word: "plenty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3346,
word: "ratify",
wordLength: 6,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3347,
word: "andiron",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3348,
word: "android",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3349,
word: "calcify",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3350,
word: "captain",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3351,
word: "conceit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3352,
word: "contour",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3353,
word: "crouton",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3354,
word: "oarlock",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3355,
word: "radical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3356,
word: "royalty",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3357,
word: "tantric",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3358,
word: "vegetal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3359,
word: "beltline",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3360,
word: "facially",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3361,
word: "fatality",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3362,
word: "flexible",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3363,
word: "innocent",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3364,
word: "lengthen",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3365,
word: "nicotine",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3366,
word: "pancetta",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3367,
word: "robocall",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3368,
word: "tectonic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3369,
word: "annularly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3370,
word: "antarctic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3371,
word: "arthritic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3372,
word: "cathartic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3373,
word: "clientele",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3374,
word: "continent",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3375,
word: "cotillion",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3376,
word: "intellect",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3377,
word: "octillion",
wordLength: 9,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3378,
word: "acceptance",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3379,
word: "anticipant",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3380,
word: "cannonball",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3381,
word: "connection",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3382,
word: "contention",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3383,
word: "continence",
wordLength: 10,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3384,
word: "incontinent",
wordLength: 11,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3385,
word: "incontinence",
wordLength: 12,
uniqueLettersCount: 6,
tally: 7
},
{
index: 3386,
word: "bozo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3387,
word: "buff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3388,
word: "dojo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3389,
word: "geek",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3390,
word: "geez",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3391,
word: "jell",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3392,
word: "kiwi",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3393,
word: "taxa",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3394,
word: "wiki",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3395,
word: "zoom",
wordLength: 4,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3396,
word: "femme",
wordLength: 5,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3397,
word: "kooky",
wordLength: 5,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3398,
word: "puppy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3399,
word: "voodoo",
wordLength: 6,
uniqueLettersCount: 3,
tally: 6
},
{
index: 3400,
word: "aged",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3401,
word: "apex",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3402,
word: "bawl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3403,
word: "bled",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3404,
word: "blue",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3405,
word: "blur",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3406,
word: "buck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3407,
word: "burl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3408,
word: "coup",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3409,
word: "cove",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3410,
word: "daft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3411,
word: "dove",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3412,
word: "egad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3413,
word: "flak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3414,
word: "folk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3415,
word: "ford",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3416,
word: "frag",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3417,
word: "glue",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3418,
word: "gnaw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3419,
word: "grim",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3420,
word: "grip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3421,
word: "haft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3422,
word: "hark",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3423,
word: "hoed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3424,
word: "icky",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3425,
word: "join",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3426,
word: "kohl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3427,
word: "laze",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3428,
word: "levy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3429,
word: "lube",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3430,
word: "luge",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3431,
word: "mend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3432,
word: "meow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3433,
word: "mule",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3434,
word: "pick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3435,
word: "prig",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3436,
word: "warn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3437,
word: "welt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3438,
word: "wend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3439,
word: "whey",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3440,
word: "whom",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3441,
word: "wink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3442,
word: "yond",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3443,
word: "zeal",
wordLength: 4,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3444,
word: "adage",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3445,
word: "bleed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3446,
word: "blurb",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3447,
word: "burro",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3448,
word: "cutup",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3449,
word: "dippy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3450,
word: "doxed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3451,
word: "emend",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3452,
word: "fanny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3453,
word: "fifth",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3454,
word: "fully",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3455,
word: "gonzo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3456,
word: "groom",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3457,
word: "guava",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3458,
word: "helve",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3459,
word: "hewed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3460,
word: "hinny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3461,
word: "hurry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3462,
word: "kicky",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3463,
word: "kiddo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3464,
word: "meted",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3465,
word: "paddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3466,
word: "pulpy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3467,
word: "putty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3468,
word: "razor",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3469,
word: "ruddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3470,
word: "teddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3471,
word: "umami",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3472,
word: "unban",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3473,
word: "worry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3474,
word: "wryly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3475,
word: "azalea",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3476,
word: "belled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3477,
word: "bubble",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3478,
word: "doxxed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3479,
word: "fluffy",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3480,
word: "gadded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3481,
word: "gagged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3482,
word: "hooded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3483,
word: "mended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3484,
word: "payday",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3485,
word: "teemed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3486,
word: "wended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3487,
word: "wigwag",
wordLength: 6,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3488,
word: "emended",
wordLength: 7,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3489,
word: "levelly",
wordLength: 7,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3490,
word: "bluebell",
wordLength: 8,
uniqueLettersCount: 4,
tally: 6
},
{
index: 3491,
word: "afoul",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3492,
word: "amino",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3493,
word: "amnio",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3494,
word: "amply",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3495,
word: "angry",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3496,
word: "argot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3497,
word: "awing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3498,
word: "begat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3499,
word: "begin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3500,
word: "being",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3501,
word: "bento",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3502,
word: "binge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3503,
word: "blind",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3504,
word: "bling",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3505,
word: "blond",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3506,
word: "cabin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3507,
word: "cakey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3508,
word: "capon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3509,
word: "chemo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3510,
word: "chime",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3511,
word: "chute",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3512,
word: "clang",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3513,
word: "clued",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3514,
word: "cumin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3515,
word: "denim",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3516,
word: "doily",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3517,
word: "exact",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3518,
word: "fecal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3519,
word: "filet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3520,
word: "flung",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3521,
word: "foray",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3522,
word: "forum",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3523,
word: "fount",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3524,
word: "futon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3525,
word: "gamin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3526,
word: "gator",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3527,
word: "gaunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3528,
word: "girly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3529,
word: "girth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3530,
word: "godly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3531,
word: "griot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3532,
word: "groat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3533,
word: "grown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3534,
word: "hinge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3535,
word: "laugh",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3536,
word: "lingo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3537,
word: "login",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3538,
word: "medic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3539,
word: "melty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3540,
word: "mined",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3541,
word: "mouth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3542,
word: "neigh",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3543,
word: "niche",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3544,
word: "nobly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3545,
word: "ounce",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3546,
word: "palmy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3547,
word: "paned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3548,
word: "patch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3549,
word: "pilaf",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3550,
word: "pricy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3551,
word: "print",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3552,
word: "rangy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3553,
word: "ratio",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3554,
word: "right",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3555,
word: "techy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3556,
word: "thick",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3557,
word: "untag",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3558,
word: "while",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3559,
word: "width",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3560,
word: "world",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3561,
word: "wound",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3562,
word: "wrong",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3563,
word: "wrung",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3564,
word: "yacht",
wordLength: 5,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3565,
word: "affirm",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3566,
word: "aiming",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3567,
word: "append",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3568,
word: "aviate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3569,
word: "awning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3570,
word: "begone",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3571,
word: "benign",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3572,
word: "biotic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3573,
word: "bonnet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3574,
word: "booted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3575,
word: "botnet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3576,
word: "canard",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3577,
word: "catchy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3578,
word: "chatty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3579,
word: "clinch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3580,
word: "coddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3581,
word: "concur",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3582,
word: "condor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3583,
word: "congee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3584,
word: "cooled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3585,
word: "cordon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3586,
word: "coulee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3587,
word: "coyote",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3588,
word: "crappy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3589,
word: "cuddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3590,
word: "culled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3591,
word: "decent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3592,
word: "deduct",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3593,
word: "devein",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3594,
word: "dimity",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3595,
word: "divine",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3596,
word: "ducted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3597,
word: "dugout",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3598,
word: "ebbing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3599,
word: "endive",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3600,
word: "envied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3601,
word: "exacta",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3602,
word: "fallow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3603,
word: "fillet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3604,
word: "gaming",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3605,
word: "goodly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3606,
word: "granny",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3607,
word: "haggle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3608,
word: "harrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3609,
word: "hotrod",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3610,
word: "indoor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3611,
word: "infirm",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3612,
word: "leftie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3613,
word: "meetup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3614,
word: "meming",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3615,
word: "minded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3616,
word: "naming",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3617,
word: "napalm",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3618,
word: "napped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3619,
word: "ogling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3620,
word: "oiling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3621,
word: "oocyte",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3622,
word: "panned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3623,
word: "peeing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3624,
word: "peptic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3625,
word: "photon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3626,
word: "pigpen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3627,
word: "poncho",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3628,
word: "poorly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3629,
word: "teabag",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3630,
word: "tetchy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3631,
word: "thirty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3632,
word: "tuneup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3633,
word: "unduly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3634,
word: "unruly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3635,
word: "veined",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3636,
word: "vented",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3637,
word: "waging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3638,
word: "waning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3639,
word: "accrual",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3640,
word: "adenine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3641,
word: "ammonia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3642,
word: "anionic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3643,
word: "applaud",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3644,
word: "begging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3645,
word: "billing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3646,
word: "calculi",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3647,
word: "canonic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3648,
word: "captcha",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3649,
word: "checked",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3650,
word: "coddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3651,
word: "concord",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3652,
word: "cuddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3653,
word: "deadpan",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3654,
word: "divined",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3655,
word: "ecocide",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3656,
word: "fanning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3657,
word: "gleeful",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3658,
word: "gnawing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3659,
word: "granary",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3660,
word: "imaging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3661,
word: "logging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3662,
word: "lolling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3663,
word: "longing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3664,
word: "maiming",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3665,
word: "manning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3666,
word: "nannied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3667,
word: "nettled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3668,
word: "otology",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3669,
word: "peeping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3670,
word: "pegging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3671,
word: "penning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3672,
word: "pepping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3673,
word: "traitor",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3674,
word: "tritium",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3675,
word: "unwound",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3676,
word: "vitiate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3677,
word: "wagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3678,
word: "wheelie",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3679,
word: "willing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3680,
word: "anaconda",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3681,
word: "annually",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3682,
word: "appended",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3683,
word: "bicyclic",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3684,
word: "bingeing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3685,
word: "cioppino",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3686,
word: "cockapoo",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3687,
word: "decedent",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3688,
word: "deducted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3689,
word: "deveined",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3690,
word: "dividend",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3691,
word: "embezzle",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3692,
word: "goggling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3693,
word: "googling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3694,
word: "landfall",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3695,
word: "managing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3696,
word: "neighing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3697,
word: "nibbling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3698,
word: "oratorio",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3699,
word: "teetotal",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3700,
word: "thataway",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3701,
word: "timidity",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3702,
word: "titivate",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3703,
word: "wiggling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3704,
word: "beginning",
wordLength: 9,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3705,
word: "imagining",
wordLength: 9,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3706,
word: "incidence",
wordLength: 9,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3707,
word: "monomania",
wordLength: 9,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3708,
word: "trattoria",
wordLength: 9,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3709,
word: "deadpanned",
wordLength: 10,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3710,
word: "excellence",
wordLength: 10,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3711,
word: "minimizing",
wordLength: 10,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3712,
word: "wigwagging",
wordLength: 10,
uniqueLettersCount: 5,
tally: 6
},
{
index: 3713,
word: "atrium",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3714,
word: "botany",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3715,
word: "cavity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3716,
word: "daylit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3717,
word: "engulf",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3718,
word: "glance",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3719,
word: "ground",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3720,
word: "litany",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3721,
word: "martin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3722,
word: "mitral",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3723,
word: "molten",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3724,
word: "ramify",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3725,
word: "tropic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3726,
word: "unveil",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3727,
word: "venial",
wordLength: 6,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3728,
word: "ability",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3729,
word: "airfoil",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3730,
word: "apology",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3731,
word: "catmint",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3732,
word: "diction",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3733,
word: "fateful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3734,
word: "healthy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3735,
word: "heptane",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3736,
word: "inflict",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3737,
word: "lightly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3738,
word: "locator",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3739,
word: "marital",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3740,
word: "martial",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3741,
word: "martian",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3742,
word: "martini",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3743,
word: "nattily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3744,
word: "outworn",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3745,
word: "pinball",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3746,
word: "portico",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3747,
word: "roomful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3748,
word: "tamarin",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3749,
word: "tidally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3750,
word: "tightly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3751,
word: "traffic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3752,
word: "travail",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3753,
word: "trivial",
wordLength: 7,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3754,
word: "activity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3755,
word: "aircraft",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3756,
word: "anarchic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3757,
word: "artifact",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3758,
word: "bookrack",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3759,
word: "capacity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3760,
word: "elegance",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3761,
word: "farcical",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3762,
word: "harridan",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3763,
word: "implicit",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3764,
word: "lability",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3765,
word: "lethally",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3766,
word: "natality",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3767,
word: "noblemen",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3768,
word: "nonpolar",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3769,
word: "nonroyal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3770,
word: "taillamp",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3771,
word: "trimaran",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3772,
word: "unground",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3773,
word: "vivacity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3774,
word: "allocator",
wordLength: 9,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3775,
word: "condition",
wordLength: 9,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3776,
word: "initially",
wordLength: 9,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3777,
word: "laggardly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3778,
word: "liability",
wordLength: 9,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3779,
word: "enticement",
wordLength: 10,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3780,
word: "impenitent",
wordLength: 10,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3781,
word: "incitement",
wordLength: 10,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3782,
word: "nincompoop",
wordLength: 10,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3783,
word: "villanelle",
wordLength: 10,
uniqueLettersCount: 6,
tally: 6
},
{
index: 3784,
word: "burb",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3785,
word: "burr",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3786,
word: "huff",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3787,
word: "mojo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3788,
word: "orzo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3789,
word: "weep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3790,
word: "woof",
wordLength: 4,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3791,
word: "pewee",
wordLength: 5,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3792,
word: "peewee",
wordLength: 6,
uniqueLettersCount: 3,
tally: 5
},
{
index: 3793,
word: "abed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3794,
word: "akin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3795,
word: "ankh",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3796,
word: "bade",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3797,
word: "baud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3798,
word: "bead",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3799,
word: "bike",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3800,
word: "body",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3801,
word: "brag",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3802,
word: "brim",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3803,
word: "brow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3804,
word: "bulk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3805,
word: "buoy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3806,
word: "chaw",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3807,
word: "comb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3808,
word: "crow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3809,
word: "crud",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3810,
word: "curd",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3811,
word: "date",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3812,
word: "daub",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3813,
word: "deaf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3814,
word: "dent",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3815,
word: "dike",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3816,
word: "dink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3817,
word: "fade",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3818,
word: "flag",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3819,
word: "flex",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3820,
word: "gain",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3821,
word: "garb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3822,
word: "geld",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3823,
word: "glum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3824,
word: "goby",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3825,
word: "grab",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3826,
word: "half",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3827,
word: "hank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3828,
word: "jock",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3829,
word: "kepi",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3830,
word: "khan",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3831,
word: "kind",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3832,
word: "kite",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3833,
word: "kith",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3834,
word: "lieu",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3835,
word: "make",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3836,
word: "mark",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3837,
word: "maze",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3838,
word: "menu",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3839,
word: "mewl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3840,
word: "myth",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3841,
word: "pave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3842,
word: "pike",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3843,
word: "pink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3844,
word: "pith",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3845,
word: "plod",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3846,
word: "plow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3847,
word: "prow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3848,
word: "puce",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3849,
word: "puke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3850,
word: "tend",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3851,
word: "uvea",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3852,
word: "vape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3853,
word: "veld",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3854,
word: "whip",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3855,
word: "wide",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3856,
word: "wipe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3857,
word: "zinc",
wordLength: 4,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3858,
word: "again",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3859,
word: "aging",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3860,
word: "amaze",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3861,
word: "baaed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3862,
word: "begem",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3863,
word: "boggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3864,
word: "boomy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3865,
word: "buggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3866,
word: "combo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3867,
word: "dated",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3868,
word: "delve",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3869,
word: "dowdy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3870,
word: "eject",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3871,
word: "faded",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3872,
word: "folly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3873,
word: "fugue",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3874,
word: "gigue",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3875,
word: "hedge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3876,
word: "karma",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3877,
word: "kneed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3878,
word: "ledge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3879,
word: "mafia",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3880,
word: "nippy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3881,
word: "pinny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3882,
word: "proof",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3883,
word: "ribby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3884,
word: "tubby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3885,
word: "uvula",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3886,
word: "vulva",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3887,
word: "woody",
wordLength: 5,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3888,
word: "angina",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3889,
word: "beaded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3890,
word: "begged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3891,
word: "borrow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3892,
word: "coffee",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3893,
word: "dabbed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3894,
word: "delved",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3895,
word: "dented",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3896,
word: "dollop",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3897,
word: "gelded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3898,
word: "gelled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3899,
word: "hedged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3900,
word: "hemmed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3901,
word: "hookah",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3902,
word: "jojoba",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3903,
word: "keened",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3904,
word: "kidded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3905,
word: "kiddie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3906,
word: "legged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3907,
word: "netted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3908,
word: "ragbag",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3909,
word: "tatted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3910,
word: "tended",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3911,
word: "tented",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3912,
word: "upkeep",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3913,
word: "vulval",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3914,
word: "weepie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3915,
word: "detente",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3916,
word: "gagging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3917,
word: "gaining",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3918,
word: "ganging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3919,
word: "leveled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3920,
word: "nagging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 5
},
{
index: 3921,
word: "about",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3922,
word: "adopt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3923,
word: "adult",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3924,
word: "agent",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3925,
word: "aimed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3926,
word: "alike",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3927,
word: "anode",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3928,
word: "audit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3929,
word: "bilge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3930,
word: "bland",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3931,
word: "boned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3932,
word: "bucko",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3933,
word: "campo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3934,
word: "candy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3935,
word: "caned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3936,
word: "caulk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3937,
word: "cheap",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3938,
word: "chide",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3939,
word: "choke",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3940,
word: "cling",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3941,
word: "clink",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3942,
word: "corny",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3943,
word: "coven",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3944,
word: "crawl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3945,
word: "crony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3946,
word: "cuing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3947,
word: "dance",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3948,
word: "decoy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3949,
word: "demit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3950,
word: "divan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3951,
word: "dolma",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3952,
word: "dorky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3953,
word: "draft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3954,
word: "eking",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3955,
word: "empty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3956,
word: "endow",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3957,
word: "filth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3958,
word: "fluid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3959,
word: "focal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3960,
word: "foxed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3961,
word: "galop",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3962,
word: "gibed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3963,
word: "glace",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3964,
word: "gnarl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3965,
word: "grody",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3966,
word: "group",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3967,
word: "haven",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3968,
word: "honed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3969,
word: "inept",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3970,
word: "ingot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3971,
word: "irony",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3972,
word: "largo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3973,
word: "latch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3974,
word: "latke",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3975,
word: "letup",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3976,
word: "loach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3977,
word: "lucid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3978,
word: "magic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3979,
word: "major",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3980,
word: "mealy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3981,
word: "media",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3982,
word: "mirth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3983,
word: "modal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3984,
word: "mohel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3985,
word: "mound",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3986,
word: "munch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3987,
word: "nifty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3988,
word: "north",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3989,
word: "notch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3990,
word: "nudie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3991,
word: "owing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3992,
word: "owned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3993,
word: "peach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3994,
word: "pixel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3995,
word: "plaid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3996,
word: "poult",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3997,
word: "pylon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3998,
word: "rawly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 3999,
word: "rhino",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4000,
word: "robin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4001,
word: "tango",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4002,
word: "taxon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4003,
word: "thorn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4004,
word: "timed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4005,
word: "tinge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4006,
word: "toile",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4007,
word: "toxic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4008,
word: "toxin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4009,
word: "unite",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4010,
word: "untie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4011,
word: "value",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4012,
word: "viola",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4013,
word: "voila",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4014,
word: "yodel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4015,
word: "anyone",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4016,
word: "baaing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4017,
word: "became",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4018,
word: "bodied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4019,
word: "bonded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4020,
word: "bratty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4021,
word: "broody",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4022,
word: "bumble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4023,
word: "burgoo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4024,
word: "callow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4025,
word: "canned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4026,
word: "cannot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4027,
word: "canton",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4028,
word: "chided",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4029,
word: "choppy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4030,
word: "clutch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4031,
word: "condom",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4032,
word: "convoy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4033,
word: "copout",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4034,
word: "danced",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4035,
word: "debone",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4036,
word: "diadem",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4037,
word: "doobie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4038,
word: "dotcom",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4039,
word: "downed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4040,
word: "draggy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4041,
word: "fallen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4042,
word: "fanfic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4043,
word: "fitful",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4044,
word: "fleecy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4045,
word: "footed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4046,
word: "gallop",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4047,
word: "gamete",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4048,
word: "gaydar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4049,
word: "ghetto",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4050,
word: "gluing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4051,
word: "heaven",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4052,
word: "helmet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4053,
word: "highly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4054,
word: "hilled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4055,
word: "horrid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4056,
word: "huddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4057,
word: "hulled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4058,
word: "ignite",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4059,
word: "inborn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4060,
word: "kitten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4061,
word: "lamely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4062,
word: "litchi",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4063,
word: "looked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4064,
word: "luging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4065,
word: "luteal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4066,
word: "maimed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4067,
word: "maraud",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4068,
word: "mayhem",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4069,
word: "mumble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4070,
word: "necked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4071,
word: "negate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4072,
word: "noting",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4073,
word: "octant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4074,
word: "offing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4075,
word: "oozing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4076,
word: "outfit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4077,
word: "owning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4078,
word: "palely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4079,
word: "pallid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4080,
word: "pullet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4081,
word: "raglan",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4082,
word: "ribbon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4083,
word: "runoff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4084,
word: "tallow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4085,
word: "teeing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4086,
word: "tenpin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4087,
word: "tibiae",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4088,
word: "tiding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4089,
word: "tiepin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4090,
word: "timing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4091,
word: "toggle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4092,
word: "toilet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4093,
word: "toning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4094,
word: "toting",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4095,
word: "trauma",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4096,
word: "tuning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4097,
word: "unfurl",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4098,
word: "unhand",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4099,
word: "unroof",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4100,
word: "uproar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4101,
word: "uvulae",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4102,
word: "violin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4103,
word: "vulvae",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4104,
word: "wiggle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4105,
word: "wooden",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4106,
word: "wooing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4107,
word: "wowing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4108,
word: "zoning",
wordLength: 6,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4109,
word: "alcohol",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4110,
word: "bagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4111,
word: "bailiff",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4112,
word: "banging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4113,
word: "banning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4114,
word: "believe",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4115,
word: "bellboy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4116,
word: "cadence",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4117,
word: "churchy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4118,
word: "college",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4119,
word: "conjoin",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4120,
word: "contact",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4121,
word: "convene",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4122,
word: "cunning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4123,
word: "deboned",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4124,
word: "decency",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4125,
word: "decoyed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4126,
word: "emitted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4127,
word: "endowed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4128,
word: "flannel",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4129,
word: "fogging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4130,
word: "gabbing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4131,
word: "geeking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4132,
word: "getting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4133,
word: "goofing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4134,
word: "gowning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4135,
word: "gulling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4136,
word: "gumming",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4137,
word: "gutting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4138,
word: "hanging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4139,
word: "huddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4140,
word: "idyllic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4141,
word: "keening",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4142,
word: "kicking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4143,
word: "kneeing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4144,
word: "legible",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4145,
word: "lividly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4146,
word: "lugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4147,
word: "lullaby",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4148,
word: "lulling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4149,
word: "lunging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4150,
word: "mincing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4151,
word: "minting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4152,
word: "mugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4153,
word: "nabbing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4154,
word: "netizen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4155,
word: "netting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4156,
word: "nicking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4157,
word: "nirvana",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4158,
word: "offload",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4159,
word: "outdoor",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4160,
word: "outpoll",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4161,
word: "piccolo",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4162,
word: "pullout",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4163,
word: "tangent",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4164,
word: "teenage",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4165,
word: "tenting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4166,
word: "togging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4167,
word: "tonging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4168,
word: "tooting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4169,
word: "tugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4170,
word: "tutting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4171,
word: "ululate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4172,
word: "uniting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4173,
word: "vividly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4174,
word: "whining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4175,
word: "yodeled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4176,
word: "catchall",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4177,
word: "ciabatta",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4178,
word: "clinging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4179,
word: "demitted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4180,
word: "eligible",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4181,
word: "flipflop",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4182,
word: "focaccia",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4183,
word: "glugging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4184,
word: "henchmen",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4185,
word: "ignition",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4186,
word: "infinity",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4187,
word: "intoning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4188,
word: "ionizing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4189,
word: "linguini",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4190,
word: "marjoram",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4191,
word: "moonroof",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4192,
word: "nannying",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4193,
word: "nonevent",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4194,
word: "penitent",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4195,
word: "tingeing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4196,
word: "toilette",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4197,
word: "untuning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4198,
word: "whinging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4199,
word: "bumblebee",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4200,
word: "decadence",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4201,
word: "illegible",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4202,
word: "inclining",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4203,
word: "intuiting",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4204,
word: "teakettle",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4205,
word: "tollbooth",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4206,
word: "winnowing",
wordLength: 9,
uniqueLettersCount: 5,
tally: 5
},
{
index: 4207,
word: "anemic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4208,
word: "brogan",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4209,
word: "bygone",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4210,
word: "cardio",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4211,
word: "chanty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4212,
word: "cinema",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4213,
word: "coital",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4214,
word: "county",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4215,
word: "daphne",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4216,
word: "domain",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4217,
word: "dragon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4218,
word: "enmity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4219,
word: "formal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4220,
word: "glamor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4221,
word: "guilty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4222,
word: "iceman",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4223,
word: "induct",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4224,
word: "lowing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4225,
word: "outran",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4226,
word: "pained",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4227,
word: "pardon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4228,
word: "phonic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4229,
word: "photic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4230,
word: "pocket",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4231,
word: "rancid",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4232,
word: "rotund",
wordLength: 6,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4233,
word: "actuary",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4234,
word: "analogy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4235,
word: "anatomy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4236,
word: "anomaly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4237,
word: "antonym",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4238,
word: "boatman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4239,
word: "calcite",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4240,
word: "capable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4241,
word: "catchup",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4242,
word: "concept",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4243,
word: "copilot",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4244,
word: "corrida",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4245,
word: "cortado",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4246,
word: "cranial",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4247,
word: "curator",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4248,
word: "currant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4249,
word: "dandily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4250,
word: "diamond",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4251,
word: "dragoon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4252,
word: "evident",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4253,
word: "factual",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4254,
word: "fantail",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4255,
word: "glowing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4256,
word: "gradual",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4257,
word: "heckled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4258,
word: "heeltap",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4259,
word: "invited",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4260,
word: "kinetic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4261,
word: "lanyard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4262,
word: "lattice",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4263,
word: "necktie",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4264,
word: "nonpaid",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4265,
word: "nucleon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4266,
word: "organza",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4267,
word: "orotund",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4268,
word: "peloton",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4269,
word: "piratic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4270,
word: "pliable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4271,
word: "politic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4272,
word: "portray",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4273,
word: "tactful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4274,
word: "tactile",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4275,
word: "tailfin",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4276,
word: "tallboy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4277,
word: "tandoor",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4278,
word: "tornado",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4279,
word: "umpteen",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4280,
word: "uncouth",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4281,
word: "vitamin",
wordLength: 7,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4282,
word: "actuator",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4283,
word: "antonymy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4284,
word: "arcadian",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4285,
word: "armchair",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4286,
word: "arrantly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4287,
word: "autocrat",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4288,
word: "bookable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4289,
word: "cardioid",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4290,
word: "climatic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4291,
word: "coattail",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4292,
word: "groggily",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4293,
word: "guiltily",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4294,
word: "happened",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4295,
word: "henchman",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4296,
word: "invented",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4297,
word: "landfill",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4298,
word: "lobotomy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4299,
word: "logogram",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4300,
word: "mariachi",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4301,
word: "munition",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4302,
word: "official",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4303,
word: "photopic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4304,
word: "politico",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4305,
word: "roadwork",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4306,
word: "tailcoat",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4307,
word: "telepath",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4308,
word: "telethon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4309,
word: "tentpole",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4310,
word: "twilight",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4311,
word: "vicinity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4312,
word: "animation",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4313,
word: "candidacy",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4314,
word: "circadian",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4315,
word: "climactic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4316,
word: "dartboard",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4317,
word: "financial",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4318,
word: "imitation",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4319,
word: "libidinal",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4320,
word: "peaceable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4321,
word: "infinitive",
wordLength: 10,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4322,
word: "intimation",
wordLength: 10,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4323,
word: "nomination",
wordLength: 10,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4324,
word: "heptathlete",
wordLength: 11,
uniqueLettersCount: 6,
tally: 5
},
{
index: 4325,
word: "balcony",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4326,
word: "complex",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4327,
word: "glorify",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4328,
word: "harmony",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4329,
word: "hemlock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4330,
word: "jackpot",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4331,
word: "laundry",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4332,
word: "menfolk",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4333,
word: "midtown",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4334,
word: "mudflap",
wordLength: 7,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4335,
word: "abnormal",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4336,
word: "archival",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4337,
word: "chewable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4338,
word: "eventful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4339,
word: "garbanzo",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4340,
word: "handicap",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4341,
word: "hormonal",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4342,
word: "megaplex",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4343,
word: "mobility",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4344,
word: "outgrown",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4345,
word: "potbelly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4346,
word: "windfall",
wordLength: 8,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4347,
word: "archrival",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4348,
word: "chivalric",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4349,
word: "expletive",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4350,
word: "paintball",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4351,
word: "probiotic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4352,
word: "toothpick",
wordLength: 9,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4353,
word: "immobility",
wordLength: 10,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4354,
word: "photograph",
wordLength: 10,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4355,
word: "pocketbook",
wordLength: 10,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4356,
word: "uneventful",
wordLength: 10,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4357,
word: "cottonmouth",
wordLength: 11,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4358,
word: "lightweight",
wordLength: 11,
uniqueLettersCount: 7,
tally: 5
},
{
index: 4359,
word: "aqua",
wordLength: 4,
uniqueLettersCount: 3,
tally: 4
},
{
index: 4360,
word: "jete",
wordLength: 4,
uniqueLettersCount: 3,
tally: 4
},
{
index: 4361,
word: "week",
wordLength: 4,
uniqueLettersCount: 3,
tally: 4
},
{
index: 4362,
word: "axed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4363,
word: "axon",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4364,
word: "crog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4365,
word: "dame",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4366,
word: "deli",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4367,
word: "doge",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4368,
word: "dopy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4369,
word: "dump",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4370,
word: "edgy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4371,
word: "fame",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4372,
word: "five",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4373,
word: "fund",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4374,
word: "gaze",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4375,
word: "give",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4376,
word: "hive",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4377,
word: "ibex",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4378,
word: "idle",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4379,
word: "inky",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4380,
word: "jail",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4381,
word: "kelp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4382,
word: "keto",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4383,
word: "lazy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4384,
word: "lied",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4385,
word: "made",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4386,
word: "mead",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4387,
word: "numb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4388,
word: "oaky",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4389,
word: "okay",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4390,
word: "park",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4391,
word: "poke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4392,
word: "pork",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4393,
word: "rank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4394,
word: "rump",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4395,
word: "take",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4396,
word: "taxi",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4397,
word: "teak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4398,
word: "toke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4399,
word: "tube",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4400,
word: "vlog",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4401,
word: "wham",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4402,
word: "whop",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4403,
word: "yawl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4404,
word: "zany",
wordLength: 4,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4405,
word: "agaze",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4406,
word: "bezel",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4407,
word: "butte",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4408,
word: "civvy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4409,
word: "divvy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4410,
word: "dodge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4411,
word: "edema",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4412,
word: "elide",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4413,
word: "gaffe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4414,
word: "geode",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4415,
word: "idled",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4416,
word: "juror",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4417,
word: "kapok",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4418,
word: "kinky",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4419,
word: "kopek",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4420,
word: "myrrh",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4421,
word: "ninja",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4422,
word: "parka",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4423,
word: "pekoe",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4424,
word: "pupae",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4425,
word: "pygmy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4426,
word: "unman",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4427,
word: "whoop",
wordLength: 5,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4428,
word: "ataxia",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4429,
word: "beefed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4430,
word: "budded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4431,
word: "dammed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4432,
word: "diddle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4433,
word: "dodged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4434,
word: "dogged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4435,
word: "dubbed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4436,
word: "elided",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4437,
word: "giving",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4438,
word: "lidded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4439,
word: "madame",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4440,
word: "nubbin",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4441,
word: "petted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4442,
word: "texted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4443,
word: "veggie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4444,
word: "waylay",
wordLength: 6,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4445,
word: "diddled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4446,
word: "edamame",
wordLength: 7,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4447,
word: "layaway",
wordLength: 7,
uniqueLettersCount: 4,
tally: 4
},
{
index: 4448,
word: "ached",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4449,
word: "acted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4450,
word: "ambit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4451,
word: "amble",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4452,
word: "ankle",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4453,
word: "aping",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4454,
word: "aptly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4455,
word: "axiom",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4456,
word: "balmy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4457,
word: "befit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4458,
word: "bidet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4459,
word: "bight",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4460,
word: "bigot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4461,
word: "biome",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4462,
word: "birth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4463,
word: "blame",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4464,
word: "bleat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4465,
word: "blown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4466,
word: "blunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4467,
word: "bogey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4468,
word: "bough",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4469,
word: "bound",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4470,
word: "brick",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4471,
word: "bronc",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4472,
word: "cadet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4473,
word: "caked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4474,
word: "caved",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4475,
word: "chief",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4476,
word: "child",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4477,
word: "chunk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4478,
word: "chyme",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4479,
word: "climb",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4480,
word: "cloth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4481,
word: "clout",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4482,
word: "clove",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4483,
word: "clown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4484,
word: "copay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4485,
word: "corgi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4486,
word: "covet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4487,
word: "debit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4488,
word: "deity",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4489,
word: "delay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4490,
word: "demon",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4491,
word: "detox",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4492,
word: "dingo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4493,
word: "doing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4494,
word: "dowry",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4495,
word: "drift",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4496,
word: "duvet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4497,
word: "email",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4498,
word: "fable",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4499,
word: "felid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4500,
word: "fiche",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4501,
word: "field",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4502,
word: "filch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4503,
word: "filed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4504,
word: "flack",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4505,
word: "flame",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4506,
word: "flick",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4507,
word: "flied",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4508,
word: "flirt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4509,
word: "forty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4510,
word: "frock",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4511,
word: "gaily",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4512,
word: "gelid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4513,
word: "given",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4514,
word: "glide",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4515,
word: "grift",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4516,
word: "harpy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4517,
word: "haute",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4518,
word: "hiked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4519,
word: "homey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4520,
word: "hydro",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4521,
word: "image",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4522,
word: "incur",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4523,
word: "ketch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4524,
word: "knelt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4525,
word: "laten",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4526,
word: "leant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4527,
word: "leapt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4528,
word: "liked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4529,
word: "lobed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4530,
word: "loupe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4531,
word: "lunge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4532,
word: "mange",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4533,
word: "might",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4534,
word: "mochi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4535,
word: "model",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4536,
word: "mothy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4537,
word: "motif",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4538,
word: "mourn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4539,
word: "oiled",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4540,
word: "oldie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4541,
word: "omega",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4542,
word: "oxide",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4543,
word: "panel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4544,
word: "parol",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4545,
word: "patly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4546,
word: "penal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4547,
word: "petal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4548,
word: "plane",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4549,
word: "plate",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4550,
word: "pleat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4551,
word: "plena",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4552,
word: "podia",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4553,
word: "polar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4554,
word: "primo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4555,
word: "roach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4556,
word: "rocky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4557,
word: "rowan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4558,
word: "rowdy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4559,
word: "runic",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4560,
word: "table",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4561,
word: "taxed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4562,
word: "third",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4563,
word: "tromp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4564,
word: "tubal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4565,
word: "twain",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4566,
word: "ulnae",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4567,
word: "unmet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4568,
word: "unzip",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4569,
word: "upend",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4570,
word: "voice",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4571,
word: "wacko",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4572,
word: "whole",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4573,
word: "widen",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4574,
word: "wined",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4575,
word: "witch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4576,
word: "wordy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4577,
word: "ablate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4578,
word: "afford",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4579,
word: "aflame",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4580,
word: "agenda",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4581,
word: "alkane",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4582,
word: "alkene",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4583,
word: "applet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4584,
word: "attune",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4585,
word: "baffle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4586,
word: "ballet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4587,
word: "battle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4588,
word: "beanie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4589,
word: "befall",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4590,
word: "belate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4591,
word: "betide",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4592,
word: "betook",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4593,
word: "biopic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4594,
word: "biting",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4595,
word: "bolded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4596,
word: "bombed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4597,
word: "boodle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4598,
word: "boogie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4599,
word: "boomed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4600,
word: "bronco",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4601,
word: "button",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4602,
word: "cached",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4603,
word: "caddie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4604,
word: "cheeky",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4605,
word: "chicly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4606,
word: "chilly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4607,
word: "churro",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4608,
word: "citify",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4609,
word: "crabby",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4610,
word: "crouch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4611,
word: "crutch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4612,
word: "deadly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4613,
word: "deafen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4614,
word: "defile",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4615,
word: "device",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4616,
word: "dicing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4617,
word: "dimwit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4618,
word: "dioxin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4619,
word: "dirndl",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4620,
word: "duffel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4621,
word: "duffle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4622,
word: "embalm",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4623,
word: "enjoin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4624,
word: "except",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4625,
word: "expect",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4626,
word: "expend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4627,
word: "extant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4628,
word: "fanned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4629,
word: "female",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4630,
word: "fiddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4631,
word: "filled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4632,
word: "flurry",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4633,
word: "folded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4634,
word: "fooled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4635,
word: "froggy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4636,
word: "fuddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4637,
word: "fueled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4638,
word: "ganged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4639,
word: "gaping",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4640,
word: "gazing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4641,
word: "geotag",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4642,
word: "gilded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4643,
word: "gilled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4644,
word: "glided",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4645,
word: "goaded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4646,
word: "goatee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4647,
word: "helmed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4648,
word: "hobbit",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4649,
word: "hottie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4650,
word: "hummed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4651,
word: "idiocy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4652,
word: "idling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4653,
word: "impair",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4654,
word: "indigo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4655,
word: "jackal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4656,
word: "journo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4657,
word: "killed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4658,
word: "kopeck",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4659,
word: "lateen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4660,
word: "latent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4661,
word: "lawman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4662,
word: "leaked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4663,
word: "limbic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4664,
word: "lipoid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4665,
word: "lobbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4666,
word: "loomed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4667,
word: "mallow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4668,
word: "manage",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4669,
word: "minnow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4670,
word: "mobbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4671,
word: "molded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4672,
word: "mooned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4673,
word: "muddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4674,
word: "mulled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4675,
word: "nagged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4676,
word: "narrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4677,
word: "newton",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4678,
word: "niggle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4679,
word: "noogie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4680,
word: "occult",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4681,
word: "offend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4682,
word: "opened",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4683,
word: "paging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4684,
word: "pagoda",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4685,
word: "palate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4686,
word: "pallet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4687,
word: "pallor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4688,
word: "parlor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4689,
word: "peapod",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4690,
word: "pepita",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4691,
word: "phooey",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4692,
word: "pidgin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4693,
word: "pieced",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4694,
word: "pillar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4695,
word: "pillow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4696,
word: "pinkie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4697,
word: "poplar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4698,
word: "prompt",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4699,
word: "punned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4700,
word: "ricing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4701,
word: "ripoff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4702,
word: "ruffly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4703,
word: "tablet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4704,
word: "talent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4705,
word: "tauten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4706,
word: "tempeh",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4707,
word: "tipoff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4708,
word: "tithed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4709,
word: "tomboy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4710,
word: "tufted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4711,
word: "twitch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4712,
word: "unhang",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4713,
word: "unmoor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4714,
word: "unmute",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4715,
word: "unopen",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4716,
word: "uppity",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4717,
word: "whammo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4718,
word: "winded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4719,
word: "abettal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4720,
word: "affable",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4721,
word: "allayed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4722,
word: "almanac",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4723,
word: "automat",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4724,
word: "bathmat",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4725,
word: "betided",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4726,
word: "biennia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4727,
word: "blobbed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4728,
word: "blooded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4729,
word: "bobbled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4730,
word: "caddied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4731,
word: "caraway",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4732,
word: "chuppah",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4733,
word: "cichlid",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4734,
word: "cookout",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4735,
word: "corncob",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4736,
word: "crawdad",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4737,
word: "crybaby",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4738,
word: "debited",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4739,
word: "deceive",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4740,
word: "defiled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4741,
word: "delayed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4742,
word: "detoxed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4743,
word: "dioxide",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4744,
word: "diploid",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4745,
word: "dipping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4746,
word: "dodging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4747,
word: "dogging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4748,
word: "dollied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4749,
word: "donning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4750,
word: "eatable",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4751,
word: "elegize",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4752,
word: "engaged",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4753,
word: "evening",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4754,
word: "fiddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4755,
word: "fielded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4756,
word: "finding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4757,
word: "flooded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4758,
word: "fluffed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4759,
word: "fuddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4760,
word: "gelling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4761,
word: "genuine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4762,
word: "gigabit",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4763,
word: "giggled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4764,
word: "gilding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4765,
word: "gliding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4766,
word: "hugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4767,
word: "ingenue",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4768,
word: "kinkily",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4769,
word: "legging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4770,
word: "lunulae",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4771,
word: "mancala",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4772,
word: "minivan",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4773,
word: "modeled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4774,
word: "muddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4775,
word: "napping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4776,
word: "nodding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4777,
word: "nunchuk",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4778,
word: "octopod",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4779,
word: "paining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4780,
word: "palette",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4781,
word: "palpate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4782,
word: "panning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4783,
word: "patella",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4784,
word: "thudded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4785,
word: "unbound",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4786,
word: "uncanny",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4787,
word: "uneaten",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4788,
word: "upended",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4789,
word: "vegging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4790,
word: "widened",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4791,
word: "wincing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4792,
word: "zagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4793,
word: "appetite",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4794,
word: "automata",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4795,
word: "beatable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4796,
word: "blamable",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4797,
word: "carryall",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4798,
word: "coevolve",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4799,
word: "coldcock",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4800,
word: "commence",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4801,
word: "cringing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4802,
word: "deafened",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4803,
word: "deceived",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4804,
word: "diddling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4805,
word: "expended",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4806,
word: "eyetooth",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4807,
word: "familial",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4808,
word: "flimflam",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4809,
word: "headache",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4810,
word: "negligee",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4811,
word: "nunchuck",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4812,
word: "offended",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4813,
word: "patellae",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4814,
word: "platelet",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4815,
word: "unbutton",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4816,
word: "unpenned",
wordLength: 8,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4817,
word: "antenatal",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4818,
word: "appellate",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4819,
word: "attenuate",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4820,
word: "blameable",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4821,
word: "malleable",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4822,
word: "mammogram",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4823,
word: "unhinging",
wordLength: 9,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4824,
word: "zigzagging",
wordLength: 10,
uniqueLettersCount: 5,
tally: 4
},
{
index: 4825,
word: "amebic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4826,
word: "arcing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4827,
word: "artful",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4828,
word: "beachy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4829,
word: "byroad",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4830,
word: "caking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4831,
word: "canopy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4832,
word: "carbon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4833,
word: "caring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4834,
word: "citron",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4835,
word: "coined",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4836,
word: "diatom",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4837,
word: "drably",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4838,
word: "drawly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4839,
word: "empath",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4840,
word: "factor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4841,
word: "finale",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4842,
word: "firmly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4843,
word: "formic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4844,
word: "frolic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4845,
word: "garlic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4846,
word: "gimlet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4847,
word: "growth",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4848,
word: "hardly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4849,
word: "hewing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4850,
word: "humble",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4851,
word: "launch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4852,
word: "macing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4853,
word: "malice",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4854,
word: "monied",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4855,
word: "myelin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4856,
word: "naught",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4857,
word: "nimble",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4858,
word: "ocular",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4859,
word: "peachy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4860,
word: "pencil",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4861,
word: "penult",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4862,
word: "piracy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4863,
word: "racing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4864,
word: "ragtop",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4865,
word: "raunch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4866,
word: "tampon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4867,
word: "tongue",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4868,
word: "toucan",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4869,
word: "tundra",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4870,
word: "viably",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4871,
word: "victor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4872,
word: "abalone",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4873,
word: "account",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4874,
word: "acrylic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4875,
word: "adwoman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4876,
word: "afflict",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4877,
word: "agelong",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4878,
word: "anarchy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4879,
word: "ancient",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4880,
word: "angular",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4881,
word: "aridity",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4882,
word: "armload",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4883,
word: "bologna",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4884,
word: "borough",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4885,
word: "bumbled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4886,
word: "buttock",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4887,
word: "caloric",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4888,
word: "capital",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4889,
word: "carload",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4890,
word: "cattily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4891,
word: "ceiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4892,
word: "chicory",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4893,
word: "chipped",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4894,
word: "cockpit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4895,
word: "codeine",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4896,
word: "collard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4897,
word: "cologne",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4898,
word: "comment",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4899,
word: "coronal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4900,
word: "craning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4901,
word: "cyclone",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4902,
word: "doormat",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4903,
word: "drywall",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4904,
word: "example",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4905,
word: "eyebolt",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4906,
word: "feinted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4907,
word: "foggily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4908,
word: "foiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4909,
word: "fooling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4910,
word: "galleon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4911,
word: "garland",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4912,
word: "gentled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4913,
word: "golfing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4914,
word: "goofily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4915,
word: "gracing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4916,
word: "halyard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4917,
word: "hegemon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4918,
word: "hymnary",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4919,
word: "immoral",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4920,
word: "itching",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4921,
word: "kilobit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4922,
word: "kiloton",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4923,
word: "logical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4924,
word: "lyrical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4925,
word: "machete",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4926,
word: "maillot",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4927,
word: "malodor",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4928,
word: "manhood",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4929,
word: "matador",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4930,
word: "mumbled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4931,
word: "natural",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4932,
word: "outgone",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4933,
word: "packrat",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4934,
word: "paragon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4935,
word: "playlet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4936,
word: "portion",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4937,
word: "robotic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4938,
word: "rundown",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4939,
word: "tacitly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4940,
word: "telecom",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4941,
word: "tenancy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4942,
word: "throaty",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4943,
word: "tiffany",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4944,
word: "toolbar",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4945,
word: "toponym",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4946,
word: "tricorn",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4947,
word: "ungroup",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4948,
word: "variant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4949,
word: "vitriol",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4950,
word: "warlord",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4951,
word: "whittle",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4952,
word: "yttrium",
wordLength: 7,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4953,
word: "actually",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4954,
word: "affinity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4955,
word: "armorial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4956,
word: "attagirl",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4957,
word: "balladry",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4958,
word: "ballroom",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4959,
word: "ballyard",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4960,
word: "bankable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4961,
word: "camellia",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4962,
word: "clenched",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4963,
word: "coatrack",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4964,
word: "cofactor",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4965,
word: "coincide",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4966,
word: "convened",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4967,
word: "cultural",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4968,
word: "definite",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4969,
word: "dumbbell",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4970,
word: "fallible",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4971,
word: "fillable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4972,
word: "flogging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4973,
word: "granular",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4974,
word: "hamartia",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4975,
word: "helpline",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4976,
word: "hitching",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4977,
word: "honorary",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4978,
word: "imitator",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4979,
word: "inimical",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4980,
word: "laudably",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4981,
word: "levitate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4982,
word: "lighting",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4983,
word: "loanable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4984,
word: "locomote",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4985,
word: "madwoman",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4986,
word: "magician",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4987,
word: "mailroom",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4988,
word: "maniacal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4989,
word: "militant",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4990,
word: "monogamy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4991,
word: "motility",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4992,
word: "nonprint",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4993,
word: "oracular",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4994,
word: "pallidly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4995,
word: "panorama",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4996,
word: "paranoia",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4997,
word: "priority",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4998,
word: "racially",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 4999,
word: "taxation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5000,
word: "teleplay",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5001,
word: "toponymy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5002,
word: "tricolor",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5003,
word: "unclutch",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5004,
word: "unpinned",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5005,
word: "untaught",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5006,
word: "virility",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5007,
word: "weighing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5008,
word: "alleviate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5009,
word: "allocable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5010,
word: "antitoxin",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5011,
word: "blatantly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5012,
word: "bodyboard",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5013,
word: "broomball",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5014,
word: "carbonara",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5015,
word: "catalytic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5016,
word: "cellblock",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5017,
word: "coincided",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5018,
word: "colorific",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5019,
word: "communion",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5020,
word: "demimonde",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5021,
word: "diffident",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5022,
word: "effluence",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5023,
word: "extenuate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5024,
word: "highchair",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5025,
word: "honeymoon",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5026,
word: "hortatory",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5027,
word: "illogical",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5028,
word: "invariant",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5029,
word: "lightning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5030,
word: "lyrically",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5031,
word: "mammalogy",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5032,
word: "microform",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5033,
word: "moratoria",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5034,
word: "motorboat",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5035,
word: "novelette",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5036,
word: "tactility",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5037,
word: "tarantula",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5038,
word: "tomatillo",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5039,
word: "torridity",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5040,
word: "unnatural",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5041,
word: "waywardly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5042,
word: "worrywart",
wordLength: 9,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5043,
word: "accountant",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5044,
word: "biblically",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5045,
word: "chinchilla",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5046,
word: "contortion",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5047,
word: "contrition",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5048,
word: "identified",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5049,
word: "indefinite",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5050,
word: "militiaman",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5051,
word: "negligence",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5052,
word: "nightlight",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5053,
word: "penicillin",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5054,
word: "propagator",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5055,
word: "proportion",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5056,
word: "rotorcraft",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5057,
word: "tactically",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5058,
word: "undetected",
wordLength: 10,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5059,
word: "coincidence",
wordLength: 11,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5060,
word: "contentment",
wordLength: 11,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5061,
word: "philhellene",
wordLength: 11,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5062,
word: "commencement",
wordLength: 12,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5063,
word: "highlighting",
wordLength: 12,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5064,
word: "catalytically",
wordLength: 13,
uniqueLettersCount: 6,
tally: 4
},
{
index: 5065,
word: "adjourn",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5066,
word: "airflow",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5067,
word: "alchemy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5068,
word: "anchovy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5069,
word: "broadly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5070,
word: "brought",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5071,
word: "chiefly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5072,
word: "chutney",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5073,
word: "conduit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5074,
word: "country",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5075,
word: "dolphin",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5076,
word: "dynamic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5077,
word: "empathy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5078,
word: "formula",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5079,
word: "glamour",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5080,
word: "gratify",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5081,
word: "hackney",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5082,
word: "hayfork",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5083,
word: "humbled",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5084,
word: "hydrant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5085,
word: "inkblot",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5086,
word: "ladybug",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5087,
word: "majorly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5088,
word: "naughty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5089,
word: "payment",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5090,
word: "phantom",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5091,
word: "raunchy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5092,
word: "toughen",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5093,
word: "unkempt",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5094,
word: "unlatch",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5095,
word: "varmint",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5096,
word: "warlock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5097,
word: "wildcat",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5098,
word: "wrought",
wordLength: 7,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5099,
word: "adorably",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5100,
word: "beatific",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5101,
word: "birdbath",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5102,
word: "blizzard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5103,
word: "bogeymen",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5104,
word: "cocktail",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5105,
word: "cogwheel",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5106,
word: "complete",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5107,
word: "contempt",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5108,
word: "cornball",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5109,
word: "diffract",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5110,
word: "doughnut",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5111,
word: "downhill",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5112,
word: "dramatic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5113,
word: "fanciful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5114,
word: "friction",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5115,
word: "function",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5116,
word: "handbill",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5117,
word: "handbook",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5118,
word: "hegemony",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5119,
word: "homepage",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5120,
word: "hometown",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5121,
word: "homogeny",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5122,
word: "hoodwink",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5123,
word: "hyacinth",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5124,
word: "intimacy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5125,
word: "jailbird",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5126,
word: "lavatory",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5127,
word: "lucidity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5128,
word: "mahogany",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5129,
word: "megabyte",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5130,
word: "monolith",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5131,
word: "moonwalk",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5132,
word: "multiply",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5133,
word: "normally",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5134,
word: "paranoid",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5135,
word: "pavement",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5136,
word: "paycheck",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5137,
word: "polygamy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5138,
word: "raindrop",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5139,
word: "tailwind",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5140,
word: "townhome",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5141,
word: "trackway",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5142,
word: "typeface",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5143,
word: "unzipped",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5144,
word: "validity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5145,
word: "vengeful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5146,
word: "virality",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5147,
word: "workload",
wordLength: 8,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5148,
word: "applejack",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5149,
word: "awkwardly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5150,
word: "bamboozle",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5151,
word: "bellyache",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5152,
word: "brickwork",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5153,
word: "challenge",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5154,
word: "competent",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5155,
word: "complicit",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5156,
word: "component",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5157,
word: "continuum",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5158,
word: "dormitory",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5159,
word: "ductility",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5160,
word: "glandular",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5161,
word: "haggardly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5162,
word: "hyphenate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5163,
word: "impolitic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5164,
word: "induction",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5165,
word: "matriarch",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5166,
word: "millionth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5167,
word: "naturally",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5168,
word: "outgrowth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5169,
word: "patrician",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5170,
word: "telepathy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5171,
word: "trivially",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5172,
word: "unpopular",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5173,
word: "vegetable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5174,
word: "viability",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5175,
word: "vitriolic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5176,
word: "womanhood",
wordLength: 9,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5177,
word: "benevolent",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5178,
word: "competence",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5179,
word: "conduction",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5180,
word: "excitement",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5181,
word: "familiarly",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5182,
word: "homophonic",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5183,
word: "inactivity",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5184,
word: "inflexible",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5185,
word: "laboratory",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5186,
word: "lengthened",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5187,
word: "livability",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5188,
word: "locomotion",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5189,
word: "monophonic",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5190,
word: "noblewomen",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5191,
word: "noncompete",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5192,
word: "paranormal",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5193,
word: "practician",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5194,
word: "promontory",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5195,
word: "thoughtful",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5196,
word: "triviality",
wordLength: 10,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5197,
word: "participant",
wordLength: 11,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5198,
word: "unnaturally",
wordLength: 11,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5199,
word: "availability",
wordLength: 12,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5200,
word: "belittlement",
wordLength: 12,
uniqueLettersCount: 7,
tally: 4
},
{
index: 5201,
word: "ooze",
wordLength: 4,
uniqueLettersCount: 3,
tally: 3
},
{
index: 5202,
word: "mummy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 3
},
{
index: 5203,
word: "papaw",
wordLength: 5,
uniqueLettersCount: 3,
tally: 3
},
{
index: 5204,
word: "yummy",
wordLength: 5,
uniqueLettersCount: 3,
tally: 3
},
{
index: 5205,
word: "pawpaw",
wordLength: 6,
uniqueLettersCount: 3,
tally: 3
},
{
index: 5206,
word: "ague",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5207,
word: "awed",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5208,
word: "barf",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5209,
word: "bawd",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5210,
word: "brut",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5211,
word: "burg",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5212,
word: "chef",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5213,
word: "chow",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5214,
word: "chum",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5215,
word: "cuke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5216,
word: "czar",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5217,
word: "dumb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5218,
word: "duty",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5219,
word: "fawn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5220,
word: "fogy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5221,
word: "frug",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5222,
word: "fury",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5223,
word: "gimp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5224,
word: "grub",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5225,
word: "hike",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5226,
word: "hump",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5227,
word: "hunk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5228,
word: "knot",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5229,
word: "minx",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5230,
word: "much",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5231,
word: "mung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5232,
word: "newt",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5233,
word: "nuke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5234,
word: "phew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5235,
word: "pled",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5236,
word: "punk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5237,
word: "putz",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5238,
word: "quit",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5239,
word: "rink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5240,
word: "tuck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5241,
word: "viny",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5242,
word: "void",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5243,
word: "wade",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5244,
word: "want",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5245,
word: "went",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5246,
word: "wily",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5247,
word: "wiry",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5248,
word: "woke",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5249,
word: "writ",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5250,
word: "yank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5251,
word: "yipe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5252,
word: "yowl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5253,
word: "yule",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5254,
word: "zeta",
wordLength: 4,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5255,
word: "affix",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5256,
word: "axial",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5257,
word: "axman",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5258,
word: "booze",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5259,
word: "brava",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5260,
word: "bunny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5261,
word: "chuck",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5262,
word: "cocky",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5263,
word: "foggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5264,
word: "funny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5265,
word: "furry",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5266,
word: "gauge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5267,
word: "goofy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5268,
word: "gruff",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5269,
word: "hooky",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5270,
word: "humph",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5271,
word: "jolly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5272,
word: "kippa",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5273,
word: "krill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5274,
word: "kvell",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5275,
word: "lowly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5276,
word: "nubby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5277,
word: "ovoid",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5278,
word: "piggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5279,
word: "pizza",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5280,
word: "queen",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5281,
word: "tikka",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5282,
word: "tween",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5283,
word: "vigil",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5284,
word: "waded",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5285,
word: "which",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5286,
word: "whiff",
wordLength: 5,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5287,
word: "axilla",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5288,
word: "bikini",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5289,
word: "kowtow",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5290,
word: "nixing",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5291,
word: "peddle",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5292,
word: "peeled",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5293,
word: "pegged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5294,
word: "piazza",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5295,
word: "pizazz",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5296,
word: "unkink",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5297,
word: "wadded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5298,
word: "woolly",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5299,
word: "yippee",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5300,
word: "yippie",
wordLength: 6,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5301,
word: "cookoff",
wordLength: 7,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5302,
word: "dizzied",
wordLength: 7,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5303,
word: "peddled",
wordLength: 7,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5304,
word: "pizzazz",
wordLength: 7,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5305,
word: "unfunny",
wordLength: 7,
uniqueLettersCount: 4,
tally: 3
},
{
index: 5306,
word: "align",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5307,
word: "among",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5308,
word: "bagel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5309,
word: "banjo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5310,
word: "bigly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5311,
word: "blank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5312,
word: "brand",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5313,
word: "bring",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5314,
word: "brown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5315,
word: "burgh",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5316,
word: "butyl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5317,
word: "cameo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5318,
word: "campy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5319,
word: "canoe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5320,
word: "cavil",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5321,
word: "chalk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5322,
word: "chimp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5323,
word: "choky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5324,
word: "chomp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5325,
word: "churn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5326,
word: "clade",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5327,
word: "clank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5328,
word: "cowed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5329,
word: "cutie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5330,
word: "death",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5331,
word: "decal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5332,
word: "defat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5333,
word: "deify",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5334,
word: "dopey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5335,
word: "doubt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5336,
word: "drown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5337,
word: "edify",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5338,
word: "faith",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5339,
word: "fated",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5340,
word: "fight",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5341,
word: "filmy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5342,
word: "flank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5343,
word: "forth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5344,
word: "frack",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5345,
word: "froth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5346,
word: "gable",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5347,
word: "gaudy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5348,
word: "glint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5349,
word: "glove",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5350,
word: "golem",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5351,
word: "grant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5352,
word: "gravy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5353,
word: "grump",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5354,
word: "guano",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5355,
word: "hairy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5356,
word: "handy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5357,
word: "hated",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5358,
word: "havoc",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5359,
word: "heavy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5360,
word: "hoagy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5361,
word: "holed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5362,
word: "horny",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5363,
word: "hymen",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5364,
word: "kempt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5365,
word: "knead",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5366,
word: "korma",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5367,
word: "laced",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5368,
word: "laved",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5369,
word: "limed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5370,
word: "lubed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5371,
word: "lumpy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5372,
word: "lying",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5373,
word: "macho",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5374,
word: "madly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5375,
word: "maize",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5376,
word: "mango",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5377,
word: "mangy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5378,
word: "maybe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5379,
word: "metal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5380,
word: "mocha",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5381,
word: "mogul",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5382,
word: "mucho",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5383,
word: "muted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5384,
word: "naked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5385,
word: "ocean",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5386,
word: "ogive",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5387,
word: "olden",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5388,
word: "olive",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5389,
word: "outed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5390,
word: "ovate",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5391,
word: "peaky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5392,
word: "phage",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5393,
word: "phyla",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5394,
word: "picky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5395,
word: "plank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5396,
word: "poach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5397,
word: "porch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5398,
word: "prick",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5399,
word: "prowl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5400,
word: "tacky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5401,
word: "think",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5402,
word: "torch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5403,
word: "turbo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5404,
word: "tying",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5405,
word: "unpeg",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5406,
word: "utile",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5407,
word: "vague",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5408,
word: "valor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5409,
word: "vegan",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5410,
word: "video",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5411,
word: "vinyl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5412,
word: "voile",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5413,
word: "wacky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5414,
word: "waned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5415,
word: "whelp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5416,
word: "wilco",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5417,
word: "wring",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5418,
word: "zonal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5419,
word: "afraid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5420,
word: "ageing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5421,
word: "ailing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5422,
word: "airway",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5423,
word: "amoeba",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5424,
word: "animal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5425,
word: "augury",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5426,
word: "avenge",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5427,
word: "banded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5428,
word: "banned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5429,
word: "barrio",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5430,
word: "beagle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5431,
word: "beaned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5432,
word: "bicarb",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5433,
word: "biding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5434,
word: "billow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5435,
word: "bloody",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5436,
word: "bogged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5437,
word: "boldly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5438,
word: "braggy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5439,
word: "briary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5440,
word: "bulbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5441,
word: "bulgur",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5442,
word: "bullet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5443,
word: "bummed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5444,
word: "bunion",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5445,
word: "burbot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5446,
word: "buyout",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5447,
word: "cabbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5448,
word: "called",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5449,
word: "chakra",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5450,
word: "cocked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5451,
word: "cohort",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5452,
word: "cooked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5453,
word: "coupon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5454,
word: "crotch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5455,
word: "crunch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5456,
word: "cutlet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5457,
word: "cutoff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5458,
word: "cuttle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5459,
word: "dawned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5460,
word: "defeat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5461,
word: "deject",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5462,
word: "depute",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5463,
word: "devoid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5464,
word: "docked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5465,
word: "dumbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5466,
word: "effigy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5467,
word: "enamel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5468,
word: "etched",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5469,
word: "evilly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5470,
word: "exeunt",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5471,
word: "eyeful",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5472,
word: "farrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5473,
word: "fatted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5474,
word: "fenced",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5475,
word: "gabble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5476,
word: "glibly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5477,
word: "grabby",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5478,
word: "grippy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5479,
word: "gutted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5480,
word: "hatted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5481,
word: "heated",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5482,
word: "helped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5483,
word: "honing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5484,
word: "howdah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5485,
word: "ideate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5486,
word: "iguana",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5487,
word: "irrupt",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5488,
word: "kibble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5489,
word: "kicked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5490,
word: "knobby",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5491,
word: "lamina",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5492,
word: "layoff",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5493,
word: "lazily",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5494,
word: "legend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5495,
word: "lively",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5496,
word: "living",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5497,
word: "malady",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5498,
word: "mallet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5499,
word: "manila",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5500,
word: "mayfly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5501,
word: "mellow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5502,
word: "middle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5503,
word: "midrib",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5504,
word: "milled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5505,
word: "mullah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5506,
word: "nabbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5507,
word: "napkin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5508,
word: "nephew",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5509,
word: "nonfat",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5510,
word: "noodle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5511,
word: "office",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5512,
word: "outdid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5513,
word: "outlet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5514,
word: "pebbly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5515,
word: "photog",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5516,
word: "phyllo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5517,
word: "piddly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5518,
word: "pileup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5519,
word: "pogoed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5520,
word: "putted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5521,
word: "ripply",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5522,
word: "tamale",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5523,
word: "taxman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5524,
word: "teapot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5525,
word: "temped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5526,
word: "themed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5527,
word: "thrall",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5528,
word: "ticket",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5529,
word: "tiling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5530,
word: "touted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5531,
word: "towhee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5532,
word: "tubful",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5533,
word: "tubule",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5534,
word: "tugged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5535,
word: "turbot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5536,
word: "unbent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5537,
word: "uncock",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5538,
word: "undead",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5539,
word: "unlink",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5540,
word: "upping",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5541,
word: "uproot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5542,
word: "vagary",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5543,
word: "vandal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5544,
word: "vilely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5545,
word: "vivace",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5546,
word: "voided",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5547,
word: "weaned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5548,
word: "wildly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5549,
word: "wiping",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5550,
word: "wiring",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5551,
word: "zipped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5552,
word: "agitate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5553,
word: "alcopop",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5554,
word: "aloofly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5555,
word: "amoebae",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5556,
word: "anemone",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5557,
word: "angling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5558,
word: "annexed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5559,
word: "arabica",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5560,
word: "arborio",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5561,
word: "bathtub",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5562,
word: "biaxial",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5563,
word: "bidding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5564,
word: "binding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5565,
word: "bonanza",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5566,
word: "bribing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5567,
word: "brining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5568,
word: "bubbled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5569,
word: "bugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5570,
word: "burrata",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5571,
word: "cheeped",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5572,
word: "denizen",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5573,
word: "deputed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5574,
word: "edifice",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5575,
word: "ejected",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5576,
word: "galling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5577,
word: "ganglia",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5578,
word: "gauging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5579,
word: "giddily",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5580,
word: "griping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5581,
word: "hangman",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5582,
word: "hogging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5583,
word: "ideated",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5584,
word: "kingpin",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5585,
word: "kneaded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5586,
word: "knowhow",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5587,
word: "lagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5588,
word: "laminal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5589,
word: "lettuce",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5590,
word: "lilting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5591,
word: "liminal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5592,
word: "lowball",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5593,
word: "mailman",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5594,
word: "minimal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5595,
word: "nailing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5596,
word: "nonword",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5597,
word: "noodled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5598,
word: "opining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5599,
word: "outpour",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5600,
word: "pinking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5601,
word: "pitting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5602,
word: "plumply",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5603,
word: "pogoing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5604,
word: "pooping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5605,
word: "popping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5606,
word: "pothook",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5607,
word: "punning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5608,
word: "purport",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5609,
word: "ribbing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5610,
word: "ripping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5611,
word: "rolltop",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5612,
word: "rooftop",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5613,
word: "tempted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5614,
word: "tilling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5615,
word: "tilting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5616,
word: "tipping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5617,
word: "titling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5618,
word: "trollop",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5619,
word: "videoed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5620,
word: "walkway",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5621,
word: "warrior",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5622,
word: "whetted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5623,
word: "winking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5624,
word: "aligning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5625,
word: "baccarat",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5626,
word: "barbaric",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5627,
word: "bibimbap",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5628,
word: "bookwork",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5629,
word: "bringing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5630,
word: "defatted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5631,
word: "defeated",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5632,
word: "dejected",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5633,
word: "engaging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5634,
word: "etouffee",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5635,
word: "foofaraw",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5636,
word: "gangling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5637,
word: "glinting",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5638,
word: "gripping",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5639,
word: "papillae",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5640,
word: "poolroom",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5641,
word: "tingling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5642,
word: "unheeded",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5643,
word: "vivified",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5644,
word: "woodwork",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5645,
word: "workbook",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5646,
word: "wringing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5647,
word: "hillbilly",
wordLength: 9,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5648,
word: "mammalian",
wordLength: 9,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5649,
word: "philippic",
wordLength: 9,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5650,
word: "pinioning",
wordLength: 9,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5651,
word: "unpinning",
wordLength: 9,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5652,
word: "knickknack",
wordLength: 10,
uniqueLettersCount: 5,
tally: 3
},
{
index: 5653,
word: "aching",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5654,
word: "active",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5655,
word: "adrift",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5656,
word: "aortic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5657,
word: "armful",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5658,
word: "blithe",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5659,
word: "bought",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5660,
word: "bounty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5661,
word: "bowmen",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5662,
word: "caplet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5663,
word: "comedy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5664,
word: "comely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5665,
word: "crayon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5666,
word: "cymbal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5667,
word: "darkly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5668,
word: "dating",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5669,
word: "doting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5670,
word: "eighty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5671,
word: "embank",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5672,
word: "encamp",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5673,
word: "enough",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5674,
word: "entomb",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5675,
word: "epilog",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5676,
word: "ethnic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5677,
word: "exotic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5678,
word: "expand",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5679,
word: "family",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5680,
word: "faulty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5681,
word: "fidget",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5682,
word: "foiled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5683,
word: "fought",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5684,
word: "gantry",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5685,
word: "gelato",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5686,
word: "giblet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5687,
word: "gifted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5688,
word: "glitch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5689,
word: "grainy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5690,
word: "hacked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5691,
word: "hackle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5692,
word: "homage",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5693,
word: "inform",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5694,
word: "inject",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5695,
word: "joined",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5696,
word: "keloid",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5697,
word: "lacked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5698,
word: "lading",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5699,
word: "laymen",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5700,
word: "lazing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5701,
word: "legato",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5702,
word: "lenity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5703,
word: "limpet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5704,
word: "lineup",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5705,
word: "lizard",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5706,
word: "locked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5707,
word: "loungy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5708,
word: "lupine",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5709,
word: "macron",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5710,
word: "matron",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5711,
word: "meanly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5712,
word: "medico",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5713,
word: "meting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5714,
word: "micron",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5715,
word: "mobile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5716,
word: "namely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5717,
word: "native",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5718,
word: "nicety",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5719,
word: "numbat",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5720,
word: "oilcan",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5721,
word: "openly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5722,
word: "optima",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5723,
word: "pacing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5724,
word: "pandit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5725,
word: "phenom",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5726,
word: "portly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5727,
word: "profit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5728,
word: "python",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5729,
word: "raying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5730,
word: "ritual",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5731,
word: "talkie",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5732,
word: "timely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5733,
word: "trimly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5734,
word: "trophy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5735,
word: "tupelo",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5736,
word: "unkept",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5737,
word: "unlock",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5738,
word: "unpile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5739,
word: "vanity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5740,
word: "violet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5741,
word: "votary",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5742,
word: "wahine",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5743,
word: "wizard",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5744,
word: "worthy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5745,
word: "adaptor",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5746,
word: "addling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5747,
word: "admiral",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5748,
word: "affront",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5749,
word: "airdrop",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5750,
word: "airport",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5751,
word: "amiably",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5752,
word: "analyze",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5753,
word: "avidity",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5754,
word: "bibelot",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5755,
word: "bombard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5756,
word: "boogied",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5757,
word: "caching",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5758,
word: "cackled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5759,
word: "cannily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5760,
word: "cannoli",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5761,
word: "capping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5762,
word: "chalice",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5763,
word: "chanced",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5764,
word: "chianti",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5765,
word: "chignon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5766,
word: "chiming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5767,
word: "chloric",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5768,
word: "citizen",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5769,
word: "clacked",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5770,
word: "clocked",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5771,
word: "cobbled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5772,
word: "comedic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5773,
word: "comical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5774,
word: "conceal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5775,
word: "confine",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5776,
word: "conical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5777,
word: "crunchy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5778,
word: "cynical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5779,
word: "dialing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5780,
word: "diorama",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5781,
word: "doorway",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5782,
word: "dotting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5783,
word: "dowdily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5784,
word: "dutiful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5785,
word: "ecotype",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5786,
word: "encaged",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5787,
word: "enchain",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5788,
word: "enticed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5789,
word: "evicted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5790,
word: "evinced",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5791,
word: "exacted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5792,
word: "feeding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5793,
word: "feigned",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5794,
word: "fending",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5795,
word: "fictive",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5796,
word: "finally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5797,
word: "fortify",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5798,
word: "gavotte",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5799,
word: "genetic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5800,
word: "glazing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5801,
word: "gnocchi",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5802,
word: "graying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5803,
word: "hailing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5804,
word: "handoff",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5805,
word: "haughty",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5806,
word: "heeling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5807,
word: "helical",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5808,
word: "hunched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5809,
word: "imprint",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5810,
word: "incited",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5811,
word: "inhabit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5812,
word: "invalid",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5813,
word: "keeping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5814,
word: "knuckle",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5815,
word: "laconic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5816,
word: "ladling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5817,
word: "lampoon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5818,
word: "landing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5819,
word: "lawbook",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5820,
word: "leached",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5821,
word: "lovably",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5822,
word: "lucidly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5823,
word: "macaron",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5824,
word: "mediate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5825,
word: "meeting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5826,
word: "metonym",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5827,
word: "monitor",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5828,
word: "moronic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5829,
word: "naivete",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5830,
word: "nautili",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5831,
word: "offhand",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5832,
word: "offline",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5833,
word: "omicron",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5834,
word: "ovation",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5835,
word: "panoply",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5836,
word: "patriot",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5837,
word: "peeking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5838,
word: "phoneme",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5839,
word: "piehole",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5840,
word: "placate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5841,
word: "pollute",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5842,
word: "polygon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5843,
word: "popular",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5844,
word: "puttied",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5845,
word: "ricotta",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5846,
word: "rivalry",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5847,
word: "roadmap",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5848,
word: "roadway",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5849,
word: "roundup",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5850,
word: "tapioca",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5851,
word: "teeming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5852,
word: "timpani",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5853,
word: "tinhorn",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5854,
word: "titular",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5855,
word: "toluene",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5856,
word: "tonally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5857,
word: "turnoff",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5858,
word: "twofold",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5859,
word: "typhoon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5860,
word: "untruly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5861,
word: "upheave",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5862,
word: "vacated",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5863,
word: "venally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5864,
word: "virally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5865,
word: "warning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5866,
word: "warring",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5867,
word: "worldly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5868,
word: "youngly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5869,
word: "academia",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5870,
word: "academic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5871,
word: "activate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5872,
word: "adamancy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5873,
word: "admitted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5874,
word: "arraying",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5875,
word: "atonally",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5876,
word: "aviation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5877,
word: "biennial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5878,
word: "boatload",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5879,
word: "bobolink",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5880,
word: "candyman",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5881,
word: "cannibal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5882,
word: "chaining",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5883,
word: "chancing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5884,
word: "changing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5885,
word: "chilling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5886,
word: "chipping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5887,
word: "cinnamon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5888,
word: "colonial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5889,
word: "confront",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5890,
word: "coronary",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5891,
word: "critical",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5892,
word: "dangling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5893,
word: "defining",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5894,
word: "denounce",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5895,
word: "doggedly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5896,
word: "drumroll",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5897,
word: "elective",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5898,
word: "emaciate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5899,
word: "emitting",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5900,
word: "encaging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5901,
word: "enhanced",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5902,
word: "enjoined",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5903,
word: "enticing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5904,
word: "evidence",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5905,
word: "excavate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5906,
word: "expanded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5907,
word: "fallback",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5908,
word: "familiar",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5909,
word: "fidgeted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5910,
word: "footwall",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5911,
word: "gemology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5912,
word: "graffiti",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5913,
word: "grittily",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5914,
word: "gullibly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5915,
word: "haggling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5916,
word: "handball",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5917,
word: "hangnail",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5918,
word: "heliacal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5919,
word: "hematite",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5920,
word: "homogamy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5921,
word: "horchata",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5922,
word: "imitated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5923,
word: "immobile",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5924,
word: "incident",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5925,
word: "indecent",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5926,
word: "indicted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5927,
word: "inhaling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5928,
word: "intently",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5929,
word: "julienne",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5930,
word: "linchpin",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5931,
word: "lividity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5932,
word: "locoweed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5933,
word: "macaroon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5934,
word: "malaprop",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5935,
word: "mediated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5936,
word: "meditate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5937,
word: "metonymy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5938,
word: "motorman",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5939,
word: "national",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5940,
word: "nativity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5941,
word: "nontoxic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5942,
word: "notional",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5943,
word: "novation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5944,
word: "nuthatch",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5945,
word: "oenology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5946,
word: "paramour",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5947,
word: "photomap",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5948,
word: "pinching",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5949,
word: "portrait",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5950,
word: "propound",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5951,
word: "quitting",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5952,
word: "toboggan",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5953,
word: "tollgate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5954,
word: "totality",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5955,
word: "trapdoor",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5956,
word: "unclench",
wordLength: 8,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5957,
word: "agonizing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5958,
word: "alcoholic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5959,
word: "alienable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5960,
word: "attentive",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5961,
word: "birdbrain",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5962,
word: "boardroom",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5963,
word: "canonical",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5964,
word: "childhood",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5965,
word: "clinching",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5966,
word: "clockwork",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5967,
word: "cynically",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5968,
word: "defending",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5969,
word: "denounced",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5970,
word: "detective",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5971,
word: "dignified",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5972,
word: "echinacea",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5973,
word: "effective",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5974,
word: "electable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5975,
word: "enactment",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5976,
word: "evidenced",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5977,
word: "excellent",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5978,
word: "homophone",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5979,
word: "immediate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5980,
word: "indignant",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5981,
word: "invention",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5982,
word: "leniently",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5983,
word: "majordomo",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5984,
word: "meditated",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5985,
word: "mezzanine",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5986,
word: "micromini",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5987,
word: "minimized",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5988,
word: "nutrition",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5989,
word: "outfought",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5990,
word: "teleology",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5991,
word: "tentative",
wordLength: 9,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5992,
word: "clinically",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5993,
word: "coldcocked",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5994,
word: "diffidence",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5995,
word: "entombment",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5996,
word: "excellency",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5997,
word: "inhabitant",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5998,
word: "inhibiting",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 5999,
word: "inhibition",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6000,
word: "initiative",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6001,
word: "innovation",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6002,
word: "invitation",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6003,
word: "monomaniac",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6004,
word: "phenomenon",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6005,
word: "tarmacadam",
wordLength: 10,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6006,
word: "inalienable",
wordLength: 11,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6007,
word: "inattentive",
wordLength: 11,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6008,
word: "nonclinical",
wordLength: 11,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6009,
word: "titillation",
wordLength: 11,
uniqueLettersCount: 6,
tally: 3
},
{
index: 6010,
word: "acronym",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6011,
word: "aground",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6012,
word: "atrophy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6013,
word: "bathing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6014,
word: "bigotry",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6015,
word: "buoyant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6016,
word: "captive",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6017,
word: "clarify",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6018,
word: "compile",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6019,
word: "confirm",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6020,
word: "cordial",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6021,
word: "cowgirl",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6022,
word: "daywork",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6023,
word: "drought",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6024,
word: "fidgety",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6025,
word: "flounce",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6026,
word: "fraught",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6027,
word: "galumph",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6028,
word: "gravity",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6029,
word: "grownup",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6030,
word: "haircut",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6031,
word: "halfwit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6032,
word: "halibut",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6033,
word: "halogen",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6034,
word: "handout",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6035,
word: "hardtop",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6036,
word: "hateful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6037,
word: "heavily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6038,
word: "hickory",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6039,
word: "inflect",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6040,
word: "jawbone",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6041,
word: "jocular",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6042,
word: "kitchen",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6043,
word: "lexicon",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6044,
word: "mailbox",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6045,
word: "modular",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6046,
word: "mortify",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6047,
word: "notably",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6048,
word: "optimal",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6049,
word: "opulent",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6050,
word: "ordinal",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6051,
word: "outback",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6052,
word: "painful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6053,
word: "plaudit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6054,
word: "polemic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6055,
word: "potency",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6056,
word: "privacy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6057,
word: "prodigy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6058,
word: "rotunda",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6059,
word: "rowdily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6060,
word: "thicken",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6061,
word: "thruway",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6062,
word: "trayful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6063,
word: "vaguely",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6064,
word: "vapidly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6065,
word: "virtual",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6066,
word: "voltage",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6067,
word: "vulpine",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6068,
word: "weighty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6069,
word: "wordily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6070,
word: "workday",
wordLength: 7,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6071,
word: "amicably",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6072,
word: "appendix",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6073,
word: "arachnid",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6074,
word: "artfully",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6075,
word: "backfill",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6076,
word: "backward",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6077,
word: "backyard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6078,
word: "bathroom",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6079,
word: "blowback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6080,
word: "bootjack",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6081,
word: "bullfrog",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6082,
word: "carryout",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6083,
word: "cartload",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6084,
word: "chemical",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6085,
word: "chutzpah",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6086,
word: "claimant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6087,
word: "conflict",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6088,
word: "conveyed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6089,
word: "convoyed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6090,
word: "dataflow",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6091,
word: "doctoral",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6092,
word: "doorjamb",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6093,
word: "doornail",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6094,
word: "doubtful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6095,
word: "downpour",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6096,
word: "drawback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6097,
word: "facility",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6098,
word: "flagpole",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6099,
word: "fruition",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6100,
word: "genotype",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6101,
word: "girlhood",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6102,
word: "godchild",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6103,
word: "habitual",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6104,
word: "headwind",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6105,
word: "hilarity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6106,
word: "honeypot",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6107,
word: "horribly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6108,
word: "infantry",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6109,
word: "jackboot",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6110,
word: "juvenile",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6111,
word: "longboat",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6112,
word: "magazine",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6113,
word: "marzipan",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6114,
word: "maturity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6115,
word: "meatloaf",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6116,
word: "military",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6117,
word: "mothball",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6118,
word: "mournful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6119,
word: "neophyte",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6120,
word: "occupant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6121,
word: "offtrack",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6122,
word: "outfoxed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6123,
word: "payphone",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6124,
word: "pedagogy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6125,
word: "pinwheel",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6126,
word: "potently",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6127,
word: "rapidity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6128,
word: "taxonomy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6129,
word: "tenacity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6130,
word: "tomahawk",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6131,
word: "trackpad",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6132,
word: "upheaval",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6133,
word: "vincible",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6134,
word: "wizardry",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6135,
word: "workaday",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6136,
word: "yardwork",
wordLength: 8,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6137,
word: "adamantly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6138,
word: "allowance",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6139,
word: "anklebone",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6140,
word: "armadillo",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6141,
word: "arthropod",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6142,
word: "autocracy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6143,
word: "avalanche",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6144,
word: "axiomatic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6145,
word: "billboard",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6146,
word: "bloodbath",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6147,
word: "cacophony",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6148,
word: "calorific",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6149,
word: "captivate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6150,
word: "captivity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6151,
word: "chargrill",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6152,
word: "childlike",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6153,
word: "choirgirl",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6154,
word: "cinephile",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6155,
word: "combatant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6156,
word: "comically",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6157,
word: "commodity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6158,
word: "conductor",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6159,
word: "eminently",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6160,
word: "enjoyment",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6161,
word: "etymology",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6162,
word: "excavated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6163,
word: "expectant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6164,
word: "faceplate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6165,
word: "groundhog",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6166,
word: "healthful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6167,
word: "horologic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6168,
word: "hydrology",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6169,
word: "imbroglio",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6170,
word: "implement",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6171,
word: "infective",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6172,
word: "infirmary",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6173,
word: "logophile",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6174,
word: "maritally",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6175,
word: "martially",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6176,
word: "monocracy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6177,
word: "mythology",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6178,
word: "offhanded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6179,
word: "phenomena",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6180,
word: "phenotype",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6181,
word: "polygonal",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6182,
word: "pompadour",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6183,
word: "promotion",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6184,
word: "talkative",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6185,
word: "throwaway",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6186,
word: "traumatic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6187,
word: "victimize",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6188,
word: "whirlpool",
wordLength: 9,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6189,
word: "biological",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6190,
word: "collective",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6191,
word: "confluence",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6192,
word: "definitive",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6193,
word: "encampment",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6194,
word: "extinction",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6195,
word: "farcically",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6196,
word: "floorboard",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6197,
word: "immaturity",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6198,
word: "imminently",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6199,
word: "infliction",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6200,
word: "inhabiting",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6201,
word: "inhibitive",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6202,
word: "invincible",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6203,
word: "likelihood",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6204,
word: "militarily",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6205,
word: "nonapology",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6206,
word: "turnaround",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6207,
word: "volatility",
wordLength: 10,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6208,
word: "collectible",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6209,
word: "excellently",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6210,
word: "gullibility",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6211,
word: "incentivize",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6212,
word: "ineffective",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6213,
word: "kitchenette",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6214,
word: "mollycoddle",
wordLength: 11,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6215,
word: "mollycoddled",
wordLength: 12,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6216,
word: "noncombatant",
wordLength: 12,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6217,
word: "nonconductor",
wordLength: 12,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6218,
word: "philhellenic",
wordLength: 12,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6219,
word: "whippoorwill",
wordLength: 12,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6220,
word: "anticlimactic",
wordLength: 13,
uniqueLettersCount: 7,
tally: 3
},
{
index: 6221,
word: "queue",
wordLength: 5,
uniqueLettersCount: 3,
tally: 2
},
{
index: 6222,
word: "axel",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6223,
word: "axle",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6224,
word: "beau",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6225,
word: "bevy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6226,
word: "bung",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6227,
word: "burn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6228,
word: "cagy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6229,
word: "coax",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6230,
word: "conk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6231,
word: "coxa",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6232,
word: "defy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6233,
word: "duck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6234,
word: "dunk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6235,
word: "envy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6236,
word: "exam",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6237,
word: "gulp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6238,
word: "gunk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6239,
word: "huge",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6240,
word: "jake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6241,
word: "jape",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6242,
word: "jean",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6243,
word: "jive",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6244,
word: "joey",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6245,
word: "judo",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6246,
word: "knew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6247,
word: "lynx",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6248,
word: "maki",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6249,
word: "maxi",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6250,
word: "moue",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6251,
word: "pawl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6252,
word: "plug",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6253,
word: "quad",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6254,
word: "tank",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6255,
word: "vamp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6256,
word: "waft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6257,
word: "warm",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6258,
word: "waul",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6259,
word: "whir",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6260,
word: "wick",
wordLength: 4,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6261,
word: "bedew",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6262,
word: "buddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6263,
word: "dweeb",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6264,
word: "evoke",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6265,
word: "fatwa",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6266,
word: "gouge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6267,
word: "infix",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6268,
word: "jetty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6269,
word: "kitty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6270,
word: "knock",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6271,
word: "laxly",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6272,
word: "maxim",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6273,
word: "mewed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6274,
word: "quill",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6275,
word: "rummy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6276,
word: "tweed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6277,
word: "whirr",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6278,
word: "witty",
wordLength: 5,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6279,
word: "bigwig",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6280,
word: "exceed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6281,
word: "huzzah",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6282,
word: "jejune",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6283,
word: "katana",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6284,
word: "kronor",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6285,
word: "maxima",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6286,
word: "peeved",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6287,
word: "vegged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6288,
word: "webbed",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6289,
word: "wetted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6290,
word: "bedewed",
wordLength: 7,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6291,
word: "boombox",
wordLength: 7,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6292,
word: "jigging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6293,
word: "tweeted",
wordLength: 7,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6294,
word: "exceeded",
wordLength: 8,
uniqueLettersCount: 4,
tally: 2
},
{
index: 6295,
word: "abhor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6296,
word: "abide",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6297,
word: "acute",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6298,
word: "agile",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6299,
word: "album",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6300,
word: "aloud",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6301,
word: "amped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6302,
word: "baked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6303,
word: "bathe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6304,
word: "bayou",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6305,
word: "began",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6306,
word: "bicep",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6307,
word: "biota",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6308,
word: "blaze",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6309,
word: "blimp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6310,
word: "blink",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6311,
word: "boink",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6312,
word: "botch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6313,
word: "bowed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6314,
word: "brunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6315,
word: "build",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6316,
word: "burnt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6317,
word: "cadge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6318,
word: "caged",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6319,
word: "champ",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6320,
word: "cheat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6321,
word: "clonk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6322,
word: "cloud",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6323,
word: "conga",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6324,
word: "coped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6325,
word: "cough",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6326,
word: "could",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6327,
word: "cramp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6328,
word: "croup",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6329,
word: "crypt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6330,
word: "curio",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6331,
word: "curly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6332,
word: "cutey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6333,
word: "decay",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6334,
word: "depot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6335,
word: "devil",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6336,
word: "dicey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6337,
word: "ditch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6338,
word: "divot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6339,
word: "dogie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6340,
word: "doula",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6341,
word: "doyen",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6342,
word: "drank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6343,
word: "duple",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6344,
word: "dwelt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6345,
word: "eland",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6346,
word: "enjoy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6347,
word: "enoki",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6348,
word: "expat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6349,
word: "eying",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6350,
word: "favor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6351,
word: "finch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6352,
word: "firth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6353,
word: "fixed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6354,
word: "found",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6355,
word: "fraud",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6356,
word: "fruit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6357,
word: "gaped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6358,
word: "gated",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6359,
word: "gazed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6360,
word: "gecko",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6361,
word: "geoid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6362,
word: "glaze",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6363,
word: "globe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6364,
word: "glute",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6365,
word: "gramp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6366,
word: "grind",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6367,
word: "growl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6368,
word: "guild",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6369,
word: "hanky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6370,
word: "hawed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6371,
word: "heady",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6372,
word: "hoard",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6373,
word: "holey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6374,
word: "homed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6375,
word: "hoped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6376,
word: "howdy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6377,
word: "hyoid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6378,
word: "inbox",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6379,
word: "index",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6380,
word: "inked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6381,
word: "jabot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6382,
word: "jingo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6383,
word: "joint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6384,
word: "junco",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6385,
word: "kinda",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6386,
word: "laden",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6387,
word: "lamed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6388,
word: "lefty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6389,
word: "liken",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6390,
word: "lived",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6391,
word: "lofty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6392,
word: "loved",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6393,
word: "lovey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6394,
word: "lumen",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6395,
word: "maced",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6396,
word: "mated",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6397,
word: "maven",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6398,
word: "medal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6399,
word: "moxie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6400,
word: "nixed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6401,
word: "nuked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6402,
word: "oaken",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6403,
word: "oculi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6404,
word: "odeum",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6405,
word: "odium",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6406,
word: "opine",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6407,
word: "opted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6408,
word: "ovary",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6409,
word: "ovule",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6410,
word: "owlet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6411,
word: "paged",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6412,
word: "parch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6413,
word: "pithy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6414,
word: "pivot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6415,
word: "polka",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6416,
word: "pouty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6417,
word: "prank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6418,
word: "privy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6419,
word: "puled",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6420,
word: "quart",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6421,
word: "quilt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6422,
word: "quint",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6423,
word: "ruing",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6424,
word: "tamed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6425,
word: "teach",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6426,
word: "tepid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6427,
word: "thump",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6428,
word: "thyme",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6429,
word: "tilde",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6430,
word: "tiled",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6431,
word: "toady",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6432,
word: "today",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6433,
word: "toped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6434,
word: "towel",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6435,
word: "toyed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6436,
word: "tuned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6437,
word: "twice",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6438,
word: "unapt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6439,
word: "uncap",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6440,
word: "unfed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6441,
word: "unjam",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6442,
word: "unrig",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6443,
word: "vapid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6444,
word: "vault",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6445,
word: "vaxed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6446,
word: "veldt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6447,
word: "vomit",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6448,
word: "voted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6449,
word: "wheat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6450,
word: "whorl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6451,
word: "yield",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6452,
word: "young",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6453,
word: "youth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6454,
word: "zingy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6455,
word: "abided",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6456,
word: "ablaze",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6457,
word: "allude",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6458,
word: "alumna",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6459,
word: "autumn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6460,
word: "babied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6461,
word: "baddie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6462,
word: "baggie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6463,
word: "bagman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6464,
word: "batten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6465,
word: "beaked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6466,
word: "beamed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6467,
word: "beaten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6468,
word: "bedeck",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6469,
word: "beheld",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6470,
word: "betake",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6471,
word: "biffed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6472,
word: "bigeye",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6473,
word: "biking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6474,
word: "binned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6475,
word: "bionic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6476,
word: "boggle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6477,
word: "bollix",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6478,
word: "burrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6479,
word: "cachet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6480,
word: "cadged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6481,
word: "carpal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6482,
word: "choice",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6483,
word: "clubby",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6484,
word: "cognac",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6485,
word: "coldly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6486,
word: "cooped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6487,
word: "copped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6488,
word: "craggy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6489,
word: "cuddly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6490,
word: "cupped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6491,
word: "cycled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6492,
word: "damped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6493,
word: "defund",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6494,
word: "demote",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6495,
word: "devote",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6496,
word: "dinked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6497,
word: "doggie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6498,
word: "droopy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6499,
word: "ducked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6500,
word: "duding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6501,
word: "dunked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6502,
word: "echoic",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6503,
word: "emoted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6504,
word: "evenly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6505,
word: "exited",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6506,
word: "eyeing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6507,
word: "eyelid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6508,
word: "fatten",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6509,
word: "fibbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6510,
word: "firing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6511,
word: "fobbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6512,
word: "footie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6513,
word: "funded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6514,
word: "gadget",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6515,
word: "gapped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6516,
word: "ginkgo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6517,
word: "gobble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6518,
word: "goodie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6519,
word: "grampa",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6520,
word: "gullet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6521,
word: "hammed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6522,
word: "hangar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6523,
word: "harbor",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6524,
word: "hexane",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6525,
word: "heyday",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6526,
word: "hiding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6527,
word: "hiring",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6528,
word: "hoodie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6529,
word: "hooked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6530,
word: "hooped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6531,
word: "hopped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6532,
word: "jotted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6533,
word: "kinked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6534,
word: "lammed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6535,
word: "landed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6536,
word: "larrup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6537,
word: "lauded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6538,
word: "leaden",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6539,
word: "leafed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6540,
word: "league",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6541,
word: "leaned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6542,
word: "levied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6543,
word: "lilted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6544,
word: "liquid",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6545,
word: "loaded",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6546,
word: "loudly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6547,
word: "lovely",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6548,
word: "manual",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6549,
word: "mapped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6550,
word: "matted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6551,
word: "medium",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6552,
word: "medley",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6553,
word: "mewled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6554,
word: "miring",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6555,
word: "mooted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6556,
word: "mullet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6557,
word: "mutant",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6558,
word: "mutual",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6559,
word: "nubble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6560,
word: "nuking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6561,
word: "oppugn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6562,
word: "outfox",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6563,
word: "pariah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6564,
word: "parlay",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6565,
word: "pavane",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6566,
word: "pharma",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6567,
word: "piffle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6568,
word: "pitied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6569,
word: "pitted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6570,
word: "plural",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6571,
word: "pogrom",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6572,
word: "popgun",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6573,
word: "potted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6574,
word: "puddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6575,
word: "puffin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6576,
word: "pulled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6577,
word: "pulped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6578,
word: "purply",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6579,
word: "riding",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6580,
word: "tagged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6581,
word: "teamed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6582,
word: "thieve",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6583,
word: "thrift",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6584,
word: "tilled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6585,
word: "tilted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6586,
word: "tipped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6587,
word: "titled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6588,
word: "topped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6589,
word: "toupee",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6590,
word: "umlaut",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6591,
word: "unbend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6592,
word: "undone",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6593,
word: "untuck",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6594,
word: "urging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6595,
word: "uvular",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6596,
word: "vaxxed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6597,
word: "veiled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6598,
word: "vetoed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6599,
word: "vibing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6600,
word: "victim",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6601,
word: "volley",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6602,
word: "vulvar",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6603,
word: "wallop",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6604,
word: "welted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6605,
word: "within",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6606,
word: "yapped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6607,
word: "yeehaw",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6608,
word: "zagged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6609,
word: "zigged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6610,
word: "academe",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6611,
word: "actuate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6612,
word: "alluded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6613,
word: "attache",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6614,
word: "axially",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6615,
word: "beanbag",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6616,
word: "beehive",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6617,
word: "carpark",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6618,
word: "cheetah",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6619,
word: "civilly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6620,
word: "decayed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6621,
word: "demoted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6622,
word: "deviled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6623,
word: "devolve",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6624,
word: "devoted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6625,
word: "devotee",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6626,
word: "dogtrot",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6627,
word: "doyenne",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6628,
word: "dummied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6629,
word: "dunning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6630,
word: "evolved",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6631,
word: "eyehole",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6632,
word: "fleetly",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6633,
word: "forlorn",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6634,
word: "gazelle",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6635,
word: "gimmick",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6636,
word: "gimping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6637,
word: "girding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6638,
word: "griffin",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6639,
word: "guiding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6640,
word: "haggard",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6641,
word: "hallway",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6642,
word: "hatchet",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6643,
word: "illegal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6644,
word: "indexed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6645,
word: "inuring",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6646,
word: "jogging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6647,
word: "joining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6648,
word: "jugging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6649,
word: "kneeled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6650,
word: "knelled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6651,
word: "liftoff",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6652,
word: "limning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6653,
word: "logbook",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6654,
word: "lookout",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6655,
word: "luggage",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6656,
word: "marimba",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6657,
word: "maxilla",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6658,
word: "maximal",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6659,
word: "medaled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6660,
word: "milling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6661,
word: "mimicry",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6662,
word: "monopod",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6663,
word: "muddied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6664,
word: "noonday",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6665,
word: "nudging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6666,
word: "oinking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6667,
word: "outlook",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6668,
word: "palooka",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6669,
word: "peptide",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6670,
word: "pimping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6671,
word: "pollock",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6672,
word: "puddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6673,
word: "queened",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6674,
word: "ridding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6675,
word: "ridging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6676,
word: "riffing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6677,
word: "rimming",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6678,
word: "rollout",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6679,
word: "ruining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6680,
word: "running",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6681,
word: "teacake",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6682,
word: "tweedle",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6683,
word: "twining",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6684,
word: "unburnt",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6685,
word: "unfound",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6686,
word: "untuned",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6687,
word: "wannabe",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6688,
word: "willowy",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6689,
word: "witting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6690,
word: "yenning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6691,
word: "yielded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6692,
word: "zillion",
wordLength: 7,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6693,
word: "annealed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6694,
word: "bedecked",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6695,
word: "deadwood",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6696,
word: "defunded",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6697,
word: "demented",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6698,
word: "devolved",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6699,
word: "effetely",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6700,
word: "feminine",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6701,
word: "flagella",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6702,
word: "fringing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6703,
word: "grinding",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6704,
word: "heehawed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6705,
word: "illiquid",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6706,
word: "inurning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6707,
word: "kenneled",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6708,
word: "loophole",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6709,
word: "metadata",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6710,
word: "mingling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6711,
word: "peephole",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6712,
word: "tweedled",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6713,
word: "twinging",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6714,
word: "twinning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6715,
word: "unfunded",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6716,
word: "ungiving",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6717,
word: "vividity",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6718,
word: "woodcock",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6719,
word: "zigzaggy",
wordLength: 8,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6720,
word: "chihuahua",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6721,
word: "impinging",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6722,
word: "paparazzi",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6723,
word: "towelette",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6724,
word: "unkinking",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6725,
word: "unrigging",
wordLength: 9,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6726,
word: "infringing",
wordLength: 10,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6727,
word: "undefended",
wordLength: 10,
uniqueLettersCount: 5,
tally: 2
},
{
index: 6728,
word: "acquit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6729,
word: "acuity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6730,
word: "adroit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6731,
word: "advent",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6732,
word: "alight",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6733,
word: "almond",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6734,
word: "amount",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6735,
word: "anthem",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6736,
word: "athrob",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6737,
word: "author",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6738,
word: "bagmen",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6739,
word: "bailor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6740,
word: "bangle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6741,
word: "banked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6742,
word: "bating",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6743,
word: "bifold",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6744,
word: "blight",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6745,
word: "bodice",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6746,
word: "boring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6747,
word: "bowing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6748,
word: "bowled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6749,
word: "boxing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6750,
word: "candle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6751,
word: "candor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6752,
word: "cawing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6753,
word: "chroma",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6754,
word: "clothe",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6755,
word: "cloven",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6756,
word: "cloyed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6757,
word: "coding",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6758,
word: "coifed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6759,
word: "column",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6760,
word: "combat",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6761,
word: "comity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6762,
word: "comped",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6763,
word: "convey",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6764,
word: "crafty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6765,
word: "crampy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6766,
word: "cringy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6767,
word: "crying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6768,
word: "daring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6769,
word: "dative",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6770,
word: "dognap",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6771,
word: "doxing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6772,
word: "dozing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6773,
word: "enigma",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6774,
word: "entail",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6775,
word: "facile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6776,
word: "faring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6777,
word: "faucet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6778,
word: "filthy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6779,
word: "fixate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6780,
word: "flavor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6781,
word: "flight",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6782,
word: "flinty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6783,
word: "flirty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6784,
word: "foible",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6785,
word: "folate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6786,
word: "format",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6787,
word: "gaiety",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6788,
word: "gainly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6789,
word: "gamble",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6790,
word: "gamely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6791,
word: "gamine",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6792,
word: "gently",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6793,
word: "glazed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6794,
word: "gleamy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6795,
word: "glutei",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6796,
word: "gnarly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6797,
word: "goblin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6798,
word: "grouch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6799,
word: "halite",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6800,
word: "halted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6801,
word: "handle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6802,
word: "hating",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6803,
word: "hoping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6804,
word: "impale",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6805,
word: "import",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6806,
word: "induce",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6807,
word: "infamy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6808,
word: "inflow",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6809,
word: "inmate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6810,
word: "invade",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6811,
word: "invoke",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6812,
word: "itched",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6813,
word: "kindly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6814,
word: "lacing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6815,
word: "lament",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6816,
word: "lanced",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6817,
word: "lathed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6818,
word: "laying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6819,
word: "lichen",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6820,
word: "licked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6821,
word: "lipoma",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6822,
word: "loathe",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6823,
word: "locate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6824,
word: "lovage",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6825,
word: "lubing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6826,
word: "lunate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6827,
word: "luring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6828,
word: "mangle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6829,
word: "mantel",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6830,
word: "mantle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6831,
word: "melody",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6832,
word: "mental",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6833,
word: "method",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6834,
word: "mildew",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6835,
word: "mohawk",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6836,
word: "motley",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6837,
word: "neatly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6838,
word: "nickel",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6839,
word: "novice",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6840,
word: "orphan",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6841,
word: "outing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6842,
word: "outlaw",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6843,
word: "outman",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6844,
word: "palmed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6845,
word: "pectin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6846,
word: "phoned",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6847,
word: "planet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6848,
word: "police",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6849,
word: "primal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6850,
word: "public",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6851,
word: "purity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6852,
word: "putzed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6853,
word: "robing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6854,
word: "ruling",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6855,
word: "tailor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6856,
word: "tamely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6857,
word: "tangle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6858,
word: "tangly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6859,
word: "thrown",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6860,
word: "tinkle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6861,
word: "tribal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6862,
word: "tuxedo",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6863,
word: "unbelt",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6864,
word: "uncoil",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6865,
word: "unlaid",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6866,
word: "vainly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6867,
word: "voting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6868,
word: "vulgar",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6869,
word: "wealth",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6870,
word: "whined",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6871,
word: "withal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6872,
word: "zanily",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6873,
word: "zircon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6874,
word: "zombie",
wordLength: 6,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6875,
word: "abating",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6876,
word: "abiding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6877,
word: "acidity",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6878,
word: "acrobat",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6879,
word: "agilely",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6880,
word: "agility",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6881,
word: "airlift",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6882,
word: "airplay",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6883,
word: "allowed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6884,
word: "alloyed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6885,
word: "allying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6886,
word: "amatory",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6887,
word: "amazing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6888,
word: "amiable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6889,
word: "anaphor",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6890,
word: "animate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6891,
word: "anthill",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6892,
word: "appoint",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6893,
word: "aquatic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6894,
word: "armband",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6895,
word: "atoning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6896,
word: "availed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6897,
word: "avenged",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6898,
word: "aviated",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6899,
word: "badging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6900,
word: "baiting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6901,
word: "banding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6902,
word: "barmaid",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6903,
word: "batting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6904,
word: "beeping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6905,
word: "beignet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6906,
word: "belling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6907,
word: "bellman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6908,
word: "benefit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6909,
word: "betaken",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6910,
word: "betting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6911,
word: "bicycle",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6912,
word: "biocide",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6913,
word: "blogged",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6914,
word: "boggled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6915,
word: "boiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6916,
word: "boomlet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6917,
word: "bugling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6918,
word: "bulging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6919,
word: "cabbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6920,
word: "cadging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6921,
word: "calling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6922,
word: "candela",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6923,
word: "carrion",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6924,
word: "chaotic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6925,
word: "cheapie",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6926,
word: "chicken",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6927,
word: "chiffon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6928,
word: "chilled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6929,
word: "chronic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6930,
word: "cleaned",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6931,
word: "cleanly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6932,
word: "clement",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6933,
word: "cliched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6934,
word: "clicked",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6935,
word: "clouded",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6936,
word: "cogency",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6937,
word: "coiffed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6938,
word: "collate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6939,
word: "collude",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6940,
word: "command",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6941,
word: "conform",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6942,
word: "connive",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6943,
word: "context",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6944,
word: "coopted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6945,
word: "corrupt",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6946,
word: "council",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6947,
word: "cryonic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6948,
word: "cryptic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6949,
word: "cutback",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6950,
word: "czarina",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6951,
word: "dabbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6952,
word: "dancing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6953,
word: "dapping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6954,
word: "darning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6955,
word: "deglaze",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6956,
word: "deviate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6957,
word: "diagram",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6958,
word: "ditched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6959,
word: "doffing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6960,
word: "doxxing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6961,
word: "elbowed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6962,
word: "elegant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6963,
word: "emotion",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6964,
word: "emptied",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6965,
word: "enclave",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6966,
word: "enlaced",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6967,
word: "envelop",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6968,
word: "exigent",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6969,
word: "exiting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6970,
word: "expunge",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6971,
word: "feeling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6972,
word: "felling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6973,
word: "fencing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6974,
word: "flatten",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6975,
word: "fleeing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6976,
word: "flipped",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6977,
word: "foldout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6978,
word: "fontina",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6979,
word: "gamelan",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6980,
word: "gigaton",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6981,
word: "glutted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6982,
word: "glutton",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6983,
word: "gobbled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6984,
word: "gondola",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6985,
word: "gorilla",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6986,
word: "grading",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6987,
word: "grandpa",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6988,
word: "handled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6989,
word: "harpoon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6990,
word: "hellion",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6991,
word: "helluva",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6992,
word: "hitched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6993,
word: "hoedown",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6994,
word: "hooping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6995,
word: "hooting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6996,
word: "hopping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6997,
word: "icefall",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6998,
word: "imagine",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 6999,
word: "inbuilt",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7000,
word: "induced",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7001,
word: "invaded",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7002,
word: "invoice",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7003,
word: "involve",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7004,
word: "jamming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7005,
word: "knowing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7006,
word: "laicize",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7007,
word: "lancing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7008,
word: "legibly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7009,
word: "likable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7010,
word: "loaning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7011,
word: "lobbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7012,
word: "longbow",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7013,
word: "lowland",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7014,
word: "matinee",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7015,
word: "meaning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7016,
word: "melange",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7017,
word: "mention",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7018,
word: "methane",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7019,
word: "minibar",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7020,
word: "minicab",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7021,
word: "minicar",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7022,
word: "modicum",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7023,
word: "mulling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7024,
word: "negated",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7025,
word: "niftily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7026,
word: "nothing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7027,
word: "oatmeal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7028,
word: "ocarina",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7029,
word: "occlude",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7030,
word: "onetime",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7031,
word: "otalgia",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7032,
word: "outcrop",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7033,
word: "outmode",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7034,
word: "outtalk",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7035,
word: "padding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7036,
word: "penally",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7037,
word: "penguin",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7038,
word: "phoning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7039,
word: "pitfall",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7040,
word: "playpen",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7041,
word: "poblano",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7042,
word: "pontiff",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7043,
word: "pounded",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7044,
word: "priding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7045,
word: "pruning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7046,
word: "purging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7047,
word: "purring",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7048,
word: "queuing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7049,
word: "radiant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7050,
word: "ragwort",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7051,
word: "raiding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7052,
word: "ripcord",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7053,
word: "robbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7054,
word: "tabbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7055,
word: "tenthly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7056,
word: "texting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7057,
word: "thicket",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7058,
word: "tinfoil",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7059,
word: "tonight",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7060,
word: "touting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7061,
word: "toweled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7062,
word: "unbuilt",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7063,
word: "unequal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7064,
word: "unladen",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7065,
word: "untying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7066,
word: "uranium",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7067,
word: "vaccine",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7068,
word: "valance",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7069,
word: "valence",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7070,
word: "valeted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7071,
word: "vantage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7072,
word: "veiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7073,
word: "voguing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7074,
word: "voicing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7075,
word: "weighed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7076,
word: "whiting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7077,
word: "wobbled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7078,
word: "woodcut",
wordLength: 7,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7079,
word: "abetment",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7080,
word: "additive",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7081,
word: "agitator",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7082,
word: "airtight",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7083,
word: "alienate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7084,
word: "allaying",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7085,
word: "alliance",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7086,
word: "allocate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7087,
word: "amenable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7088,
word: "anaphora",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7089,
word: "anathema",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7090,
word: "annulled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7091,
word: "backcomb",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7092,
word: "backtalk",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7093,
word: "ballgame",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7094,
word: "bellowed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7095,
word: "billfold",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7096,
word: "biologic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7097,
word: "biracial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7098,
word: "blobbing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7099,
word: "blogging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7100,
word: "bobbling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7101,
word: "boggling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7102,
word: "brainiac",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7103,
word: "bubbling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7104,
word: "bungling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7105,
word: "canceled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7106,
word: "catacomb",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7107,
word: "chenille",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7108,
word: "chugging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7109,
word: "cinnabar",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7110,
word: "cinquain",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7111,
word: "civilian",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7112,
word: "civility",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7113,
word: "clanging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7114,
word: "coatroom",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7115,
word: "codified",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7116,
word: "colluded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7117,
word: "commando",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7118,
word: "commonly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7119,
word: "conceive",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7120,
word: "convince",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7121,
word: "cooldown",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7122,
word: "deglazed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7123,
word: "deviated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7124,
word: "doubloon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7125,
word: "download",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7126,
word: "dragging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7127,
word: "draining",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7128,
word: "dripping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7129,
word: "elatedly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7130,
word: "elegized",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7131,
word: "elevated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7132,
word: "eligibly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7133,
word: "entangle",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7134,
word: "envelope",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7135,
word: "ethylene",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7136,
word: "flatmate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7137,
word: "fragging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7138,
word: "fragrant",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7139,
word: "fruitful",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7140,
word: "galactic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7141,
word: "ganglion",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7142,
word: "gettable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7143,
word: "glancing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7144,
word: "gloomily",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7145,
word: "gobbling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7146,
word: "gurgling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7147,
word: "guzzling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7148,
word: "handheld",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7149,
word: "handhold",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7150,
word: "hateable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7151,
word: "headland",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7152,
word: "heatable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7153,
word: "helpable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7154,
word: "hightail",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7155,
word: "homology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7156,
word: "honeybee",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7157,
word: "horology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7158,
word: "horrific",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7159,
word: "hunching",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7160,
word: "imbecile",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7161,
word: "inhalant",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7162,
word: "inlaying",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7163,
word: "intimate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7164,
word: "inveigle",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7165,
word: "iodizing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7166,
word: "landlord",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7167,
word: "latently",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7168,
word: "leadenly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7169,
word: "legalize",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7170,
word: "leveling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7171,
word: "libeling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7172,
word: "lifetime",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7173,
word: "likeable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7174,
word: "liquidly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7175,
word: "littoral",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7176,
word: "livening",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7177,
word: "longhorn",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7178,
word: "mailable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7179,
word: "mandarin",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7180,
word: "meantime",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7181,
word: "mildewed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7182,
word: "minicamp",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7183,
word: "mitigate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7184,
word: "motorcar",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7185,
word: "nameable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7186,
word: "neckline",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7187,
word: "notating",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7188,
word: "nouvelle",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7189,
word: "nuzzling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7190,
word: "obliging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7191,
word: "occluded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7192,
word: "oilcloth",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7193,
word: "ointment",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7194,
word: "oncology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7195,
word: "ontogeny",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7196,
word: "ontology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7197,
word: "outgoing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7198,
word: "outmoded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7199,
word: "panatela",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7200,
word: "planaria",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7201,
word: "queening",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7202,
word: "queueing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7203,
word: "rabbinic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7204,
word: "radially",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7205,
word: "radiator",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7206,
word: "righting",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7207,
word: "rollaway",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7208,
word: "tagalong",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7209,
word: "tangoing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7210,
word: "teenaged",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7211,
word: "tonguing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7212,
word: "tortilla",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7213,
word: "trillion",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7214,
word: "tuxedoed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7215,
word: "unleaded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7216,
word: "unopened",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7217,
word: "vendetta",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7218,
word: "villainy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7219,
word: "vitiated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7220,
word: "wallowed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7221,
word: "whinnied",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7222,
word: "whipping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7223,
word: "whizzing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7224,
word: "windmill",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7225,
word: "woodland",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7226,
word: "yardbird",
wordLength: 8,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7227,
word: "abatement",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7228,
word: "affiliate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7229,
word: "agitation",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7230,
word: "anointing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7231,
word: "appellant",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7232,
word: "automaton",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7233,
word: "bagatelle",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7234,
word: "bandaging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7235,
word: "battement",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7236,
word: "begetting",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7237,
word: "cancelled",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7238,
word: "cardboard",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7239,
word: "collocate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7240,
word: "committee",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7241,
word: "condoning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7242,
word: "conniving",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7243,
word: "cornichon",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7244,
word: "elemental",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7245,
word: "facticity",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7246,
word: "floodwall",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7247,
word: "gallantly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7248,
word: "genteelly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7249,
word: "grandpapa",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7250,
word: "hitchhike",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7251,
word: "illegally",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7252,
word: "illegibly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7253,
word: "imbecilic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7254,
word: "inanimate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7255,
word: "incipient",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7256,
word: "indicting",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7257,
word: "invoicing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7258,
word: "irrigator",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7259,
word: "librarian",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7260,
word: "lionizing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7261,
word: "nonvoting",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7262,
word: "oligopoly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7263,
word: "papilloma",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7264,
word: "penitence",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7265,
word: "planarian",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7266,
word: "ribboning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7267,
word: "taillight",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7268,
word: "tanzanite",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7269,
word: "tattooing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7270,
word: "titivated",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7271,
word: "undecided",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7272,
word: "unmanning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7273,
word: "unpegging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7274,
word: "unpenning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7275,
word: "vegetated",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7276,
word: "zigzagged",
wordLength: 9,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7277,
word: "annotating",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7278,
word: "appetitive",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7279,
word: "attainment",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7280,
word: "cannellini",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7281,
word: "coinciding",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7282,
word: "conjoining",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7283,
word: "convincing",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7284,
word: "cottonwood",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7285,
word: "effectuate",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7286,
word: "enlivening",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7287,
word: "immunizing",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7288,
word: "ineligible",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7289,
word: "intonating",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7290,
word: "inveigling",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7291,
word: "ionization",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7292,
word: "negligible",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7293,
word: "outgunning",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7294,
word: "tantamount",
wordLength: 10,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7295,
word: "convenience",
wordLength: 11,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7296,
word: "lallygagging",
wordLength: 12,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7297,
word: "inconvenience",
wordLength: 13,
uniqueLettersCount: 6,
tally: 2
},
{
index: 7298,
word: "alright",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7299,
word: "amenity",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7300,
word: "anytime",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7301,
word: "audibly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7302,
word: "backing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7303,
word: "backlit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7304,
word: "backlog",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7305,
word: "bewitch",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7306,
word: "bigoted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7307,
word: "biotech",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7308,
word: "biplane",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7309,
word: "blocked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7310,
word: "blowing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7311,
word: "bowling",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7312,
word: "capitol",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7313,
word: "carding",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7314,
word: "carotid",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7315,
word: "chalked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7316,
word: "chantey",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7317,
word: "clawing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7318,
word: "clowned",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7319,
word: "clunked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7320,
word: "confide",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7321,
word: "cornily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7322,
word: "culprit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7323,
word: "curtain",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7324,
word: "cutdown",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7325,
word: "daytime",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7326,
word: "deathly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7327,
word: "delight",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7328,
word: "dormant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7329,
word: "evoking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7330,
word: "expound",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7331,
word: "factory",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7332,
word: "faintly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7333,
word: "fixable",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7334,
word: "fixated",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7335,
word: "flighty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7336,
word: "flowing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7337,
word: "fluency",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7338,
word: "formant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7339,
word: "frailty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7340,
word: "frantic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7341,
word: "furlong",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7342,
word: "glitchy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7343,
word: "grouchy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7344,
word: "guilted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7345,
word: "gumdrop",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7346,
word: "halcyon",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7347,
word: "handily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7348,
word: "headpin",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7349,
word: "hotline",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7350,
word: "implant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7351,
word: "javelin",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7352,
word: "jaybird",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7353,
word: "journal",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7354,
word: "lengthy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7355,
word: "letdown",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7356,
word: "lighted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7357,
word: "liturgy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7358,
word: "lunatic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7359,
word: "lunched",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7360,
word: "machine",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7361,
word: "matchup",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7362,
word: "megahit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7363,
word: "melodic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7364,
word: "menthol",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7365,
word: "monthly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7366,
word: "mordant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7367,
word: "mouthed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7368,
word: "neolith",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7369,
word: "nomadic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7370,
word: "optical",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7371,
word: "oxidant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7372,
word: "pageboy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7373,
word: "peaking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7374,
word: "phablet",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7375,
word: "pinhead",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7376,
word: "placebo",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7377,
word: "poultry",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7378,
word: "prickly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7379,
word: "probity",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7380,
word: "product",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7381,
word: "purloin",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7382,
word: "rapidly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7383,
word: "topiary",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7384,
word: "topical",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7385,
word: "truancy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7386,
word: "uncloak",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7387,
word: "updraft",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7388,
word: "walkout",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7389,
word: "warthog",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7390,
word: "wealthy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7391,
word: "wedlock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7392,
word: "wolfing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7393,
word: "acquaint",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7394,
word: "acridity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7395,
word: "adoption",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7396,
word: "alphabet",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7397,
word: "although",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7398,
word: "ambiance",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7399,
word: "ambience",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7400,
word: "ambition",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7401,
word: "ambulant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7402,
word: "amicable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7403,
word: "analyzed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7404,
word: "aromatic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7405,
word: "autonomy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7406,
word: "backdoor",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7407,
word: "backroom",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7408,
word: "banality",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7409,
word: "beanpole",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7410,
word: "blithely",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7411,
word: "blowpipe",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7412,
word: "bulletin",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7413,
word: "cardigan",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7414,
word: "carrying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7415,
word: "catholic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7416,
word: "celibacy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7417,
word: "chapping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7418,
word: "clutched",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7419,
word: "coauthor",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7420,
word: "coffined",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7421,
word: "competed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7422,
word: "confided",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7423,
word: "confined",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7424,
word: "cookable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7425,
word: "demonize",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7426,
word: "deputize",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7427,
word: "diabolic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7428,
word: "diatomic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7429,
word: "dictator",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7430,
word: "dilation",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7431,
word: "dockyard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7432,
word: "domicile",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7433,
word: "dominant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7434,
word: "dropkick",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7435,
word: "ejection",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7436,
word: "elephant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7437,
word: "enviable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7438,
word: "ethology",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7439,
word: "exchange",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7440,
word: "exciting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7441,
word: "exultant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7442,
word: "factotum",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7443,
word: "farmland",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7444,
word: "felicity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7445,
word: "finality",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7446,
word: "fixation",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7447,
word: "flagrant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7448,
word: "flipbook",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7449,
word: "flippant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7450,
word: "fluently",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7451,
word: "frontman",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7452,
word: "fullback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7453,
word: "gamecock",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7454,
word: "gameplay",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7455,
word: "gluttony",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7456,
word: "glycogen",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7457,
word: "grandpop",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7458,
word: "hairband",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7459,
word: "handling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7460,
word: "handrail",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7461,
word: "hardback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7462,
word: "hawthorn",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7463,
word: "headlamp",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7464,
word: "heatedly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7465,
word: "heavenly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7466,
word: "highland",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7467,
word: "honeybun",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7468,
word: "honeydew",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7469,
word: "hourlong",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7470,
word: "hymnbook",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7471,
word: "ideology",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7472,
word: "immortal",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7473,
word: "javelina",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7474,
word: "jouncing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7475,
word: "kneading",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7476,
word: "knuckled",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7477,
word: "landmark",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7478,
word: "lapidary",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7479,
word: "legality",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7480,
word: "lockable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7481,
word: "longhand",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7482,
word: "longneck",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7483,
word: "loveably",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7484,
word: "mandolin",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7485,
word: "mechanic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7486,
word: "medieval",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7487,
word: "mentally",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7488,
word: "midbrain",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7489,
word: "mixology",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7490,
word: "mobilize",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7491,
word: "monoxide",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7492,
word: "mouthful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7493,
word: "munchkin",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7494,
word: "muzzling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7495,
word: "narrowly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7496,
word: "nautical",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7497,
word: "nondairy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7498,
word: "objected",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7499,
word: "offprint",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7500,
word: "openable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7501,
word: "ordinary",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7502,
word: "pantheon",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7503,
word: "pavilion",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7504,
word: "pharmacy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7505,
word: "plateful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7506,
word: "plebeian",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7507,
word: "pockmark",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7508,
word: "publicly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7509,
word: "quieting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7510,
word: "rollback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7511,
word: "taciturn",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7512,
word: "tailback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7513,
word: "theology",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7514,
word: "toxified",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7515,
word: "tragical",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7516,
word: "unboxing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7517,
word: "unkindly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7518,
word: "untucked",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7519,
word: "vacantly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7520,
word: "vanguard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7521,
word: "vulgarly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7522,
word: "weighted",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7523,
word: "wheezing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7524,
word: "whooping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7525,
word: "whopping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7526,
word: "wildcard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7527,
word: "witching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7528,
word: "wobbling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7529,
word: "zirconia",
wordLength: 8,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7530,
word: "actuality",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7531,
word: "advantage",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7532,
word: "alligator",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7533,
word: "analyzing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7534,
word: "applicant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7535,
word: "backboard",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7536,
word: "bedfellow",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7537,
word: "billowing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7538,
word: "blockable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7539,
word: "boycotted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7540,
word: "brilliant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7541,
word: "captaincy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7542,
word: "catchment",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7543,
word: "channeled",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7544,
word: "checkmate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7545,
word: "claimable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7546,
word: "clickable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7547,
word: "clickbait",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7548,
word: "climbable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7549,
word: "clippable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7550,
word: "companion",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7551,
word: "conjoined",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7552,
word: "contently",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7553,
word: "corkboard",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7554,
word: "countdown",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7555,
word: "cutthroat",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7556,
word: "damnation",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7557,
word: "dancehall",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7558,
word: "deductive",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7559,
word: "delighted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7560,
word: "demonized",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7561,
word: "deputized",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7562,
word: "difficult",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7563,
word: "domiciled",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7564,
word: "ebullient",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7565,
word: "effectual",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7566,
word: "enveloped",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7567,
word: "expounded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7568,
word: "expunging",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7569,
word: "flavorful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7570,
word: "fluctuate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7571,
word: "following",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7572,
word: "footboard",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7573,
word: "footprint",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7574,
word: "forthwith",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7575,
word: "gallantry",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7576,
word: "gazillion",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7577,
word: "genealogy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7578,
word: "goodnight",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7579,
word: "gradually",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7580,
word: "headphone",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7581,
word: "headpiece",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7582,
word: "hindbrain",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7583,
word: "honorific",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7584,
word: "idiomatic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7585,
word: "immediacy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7586,
word: "inability",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7587,
word: "inclement",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7588,
word: "ineffable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7589,
word: "ingenuity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7590,
word: "inhibitor",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7591,
word: "injection",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7592,
word: "intricacy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7593,
word: "invalidly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7594,
word: "italicize",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7595,
word: "itemizing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7596,
word: "legalized",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7597,
word: "lightbulb",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7598,
word: "limelight",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7599,
word: "liquidity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7600,
word: "litigator",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7601,
word: "machining",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7602,
word: "marijuana",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7603,
word: "matchmake",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7604,
word: "microcopy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7605,
word: "microfilm",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7606,
word: "nonbelief",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7607,
word: "nonprofit",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7608,
word: "obedience",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7609,
word: "occipital",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7610,
word: "oxidation",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7611,
word: "oxidizing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7612,
word: "philology",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7613,
word: "pinheaded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7614,
word: "pituitary",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7615,
word: "plaintiff",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7616,
word: "political",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7617,
word: "principal",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7618,
word: "tantalize",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7619,
word: "thrilling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7620,
word: "tunefully",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7621,
word: "twitching",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7622,
word: "unequaled",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7623,
word: "unjamming",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7624,
word: "unknowing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7625,
word: "adaptation",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7626,
word: "additional",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7627,
word: "admonition",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7628,
word: "advantaged",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7629,
word: "anarchical",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7630,
word: "apolitical",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7631,
word: "applicable",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7632,
word: "arthralgia",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7633,
word: "attachment",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7634,
word: "beekeeping",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7635,
word: "bloodhound",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7636,
word: "clementine",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7637,
word: "confidence",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7638,
word: "continuity",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7639,
word: "detoxified",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7640,
word: "diabolical",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7641,
word: "domination",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7642,
word: "downloaded",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7643,
word: "embankment",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7644,
word: "fettuccine",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7645,
word: "gynecology",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7646,
word: "hotdogging",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7647,
word: "illegality",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7648,
word: "immobilize",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7649,
word: "impalpable",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7650,
word: "implicitly",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7651,
word: "incapacity",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7652,
word: "incivility",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7653,
word: "infallible",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7654,
word: "initialize",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7655,
word: "legibility",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7656,
word: "legitimize",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7657,
word: "littleneck",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7658,
word: "manageable",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7659,
word: "motivation",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7660,
word: "nationhood",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7661,
word: "officially",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7662,
word: "openhanded",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7663,
word: "phonograph",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7664,
word: "propaganda",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7665,
word: "rabbinical",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7666,
word: "trillionth",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7667,
word: "unclenched",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7668,
word: "uncommonly",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7669,
word: "unfruitful",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7670,
word: "unmuzzling",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7671,
word: "volleyball",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7672,
word: "windmilled",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7673,
word: "zoological",
wordLength: 10,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7674,
word: "abomination",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7675,
word: "analogizing",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7676,
word: "antioxidant",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7677,
word: "benevolence",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7678,
word: "chimichanga",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7679,
word: "chlorophyll",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7680,
word: "condominium",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7681,
word: "dependently",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7682,
word: "elementally",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7683,
word: "eligibility",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7684,
word: "enchantment",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7685,
word: "enhancement",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7686,
word: "ennoblement",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7687,
word: "highlighted",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7688,
word: "illiquidity",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7689,
word: "infantility",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7690,
word: "lollygagged",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7691,
word: "nondominant",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7692,
word: "pentathlete",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7693,
word: "telekinetic",
wordLength: 11,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7694,
word: "antiaircraft",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7695,
word: "collaborator",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7696,
word: "conditioning",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7697,
word: "embezzlement",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7698,
word: "illegibility",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7699,
word: "intimidation",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7700,
word: "multimillion",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7701,
word: "unconvincing",
wordLength: 12,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7702,
word: "attainability",
wordLength: 13,
uniqueLettersCount: 7,
tally: 2
},
{
index: 7703,
word: "juju",
wordLength: 4,
uniqueLettersCount: 2,
tally: 1
},
{
index: 7704,
word: "fava",
wordLength: 4,
uniqueLettersCount: 3,
tally: 1
},
{
index: 7705,
word: "jeep",
wordLength: 4,
uniqueLettersCount: 3,
tally: 1
},
{
index: 7706,
word: "ouzo",
wordLength: 4,
uniqueLettersCount: 3,
tally: 1
},
{
index: 7707,
word: "adze",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7708,
word: "bunk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7709,
word: "burp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7710,
word: "bury",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7711,
word: "chub",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7712,
word: "chug",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7713,
word: "cube",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7714,
word: "daze",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7715,
word: "dewy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7716,
word: "dirk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7717,
word: "fake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7718,
word: "fink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7719,
word: "flax",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7720,
word: "flew",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7721,
word: "gawk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7722,
word: "gawp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7723,
word: "grin",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7724,
word: "hawk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7725,
word: "heft",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7726,
word: "hurl",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7727,
word: "jade",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7728,
word: "jamb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7729,
word: "lurk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7730,
word: "luxe",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7731,
word: "mink",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7732,
word: "move",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7733,
word: "muck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7734,
word: "onyx",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7735,
word: "pawn",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7736,
word: "poky",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7737,
word: "puck",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7738,
word: "puny",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7739,
word: "quay",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7740,
word: "quid",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7741,
word: "ring",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7742,
word: "ruby",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7743,
word: "view",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7744,
word: "wage",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7745,
word: "wake",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7746,
word: "warp",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7747,
word: "wave",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7748,
word: "weak",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7749,
word: "whiz",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7750,
word: "winy",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7751,
word: "womb",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7752,
word: "wrap",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7753,
word: "yolk",
wordLength: 4,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7754,
word: "awake",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7755,
word: "dazed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7756,
word: "djinn",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7757,
word: "exude",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7758,
word: "flyby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7759,
word: "guppy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7760,
word: "hippy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7761,
word: "hubby",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7762,
word: "jaded",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7763,
word: "jenny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7764,
word: "kazoo",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7765,
word: "khaki",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7766,
word: "kiddy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7767,
word: "punny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7768,
word: "quell",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7769,
word: "theft",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7770,
word: "tizzy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7771,
word: "vexed",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7772,
word: "weave",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7773,
word: "wedge",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7774,
word: "weedy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7775,
word: "weeny",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7776,
word: "whizz",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7777,
word: "wiggy",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7778,
word: "yolky",
wordLength: 5,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7779,
word: "djinni",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7780,
word: "exuded",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7781,
word: "geeked",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7782,
word: "gewgaw",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7783,
word: "jetted",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7784,
word: "nigiri",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7785,
word: "peeked",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7786,
word: "queued",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7787,
word: "wedged",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7788,
word: "wheeze",
wordLength: 6,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7789,
word: "benzene",
wordLength: 7,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7790,
word: "dogwood",
wordLength: 7,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7791,
word: "rigging",
wordLength: 7,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7792,
word: "ringing",
wordLength: 7,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7793,
word: "ukulele",
wordLength: 7,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7794,
word: "grinning",
wordLength: 8,
uniqueLettersCount: 4,
tally: 1
},
{
index: 7795,
word: "abode",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7796,
word: "above",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7797,
word: "adept",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7798,
word: "adobe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7799,
word: "anted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7800,
word: "atone",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7801,
word: "badge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7802,
word: "balky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7803,
word: "bandy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7804,
word: "bated",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7805,
word: "batik",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7806,
word: "bayed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7807,
word: "beady",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7808,
word: "beaut",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7809,
word: "bedim",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7810,
word: "begot",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7811,
word: "bench",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7812,
word: "bitch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7813,
word: "blend",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7814,
word: "blitz",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7815,
word: "blurt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7816,
word: "bovid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7817,
word: "bravo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7818,
word: "brawl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7819,
word: "brawn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7820,
word: "briny",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7821,
word: "bunco",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7822,
word: "bunko",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7823,
word: "burly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7824,
word: "butch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7825,
word: "calve",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7826,
word: "caped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7827,
word: "clung",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7828,
word: "comfy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7829,
word: "coupe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7830,
word: "covey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7831,
word: "crazy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7832,
word: "crimp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7833,
word: "cubed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7834,
word: "cupid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7835,
word: "curdy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7836,
word: "datum",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7837,
word: "debut",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7838,
word: "defog",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7839,
word: "deign",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7840,
word: "delft",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7841,
word: "depth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7842,
word: "dingy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7843,
word: "dinky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7844,
word: "doeth",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7845,
word: "downy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7846,
word: "drawn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7847,
word: "ducat",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7848,
word: "dying",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7849,
word: "envoy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7850,
word: "epoch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7851,
word: "equal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7852,
word: "extol",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7853,
word: "exult",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7854,
word: "faked",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7855,
word: "faxed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7856,
word: "flake",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7857,
word: "flaky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7858,
word: "flock",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7859,
word: "flown",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7860,
word: "flunk",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7861,
word: "franc",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7862,
word: "frank",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7863,
word: "frond",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7864,
word: "fudge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7865,
word: "fungi",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7866,
word: "fungo",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7867,
word: "giant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7868,
word: "glade",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7869,
word: "glazy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7870,
word: "glitz",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7871,
word: "glued",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7872,
word: "gluey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7873,
word: "glyph",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7874,
word: "gouty",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7875,
word: "groin",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7876,
word: "guide",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7877,
word: "guile",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7878,
word: "human",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7879,
word: "humid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7880,
word: "ileum",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7881,
word: "ivory",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7882,
word: "jaunt",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7883,
word: "junta",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7884,
word: "lanky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7885,
word: "lazed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7886,
word: "lodge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7887,
word: "luged",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7888,
word: "lynch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7889,
word: "mixed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7890,
word: "moldy",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7891,
word: "moped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7892,
word: "mopey",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7893,
word: "morph",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7894,
word: "movie",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7895,
word: "myope",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7896,
word: "noted",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7897,
word: "novae",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7898,
word: "nudge",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7899,
word: "oaten",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7900,
word: "often",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7901,
word: "ogled",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7902,
word: "paced",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7903,
word: "paled",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7904,
word: "pedal",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7905,
word: "phial",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7906,
word: "piety",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7907,
word: "pinky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7908,
word: "plead",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7909,
word: "plink",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7910,
word: "pluck",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7911,
word: "plume",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7912,
word: "porky",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7913,
word: "prawn",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7914,
word: "quant",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7915,
word: "quiet",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7916,
word: "quite",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7917,
word: "rugby",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7918,
word: "rumba",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7919,
word: "taken",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7920,
word: "taped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7921,
word: "taupe",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7922,
word: "tined",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7923,
word: "toned",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7924,
word: "towed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7925,
word: "tramp",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7926,
word: "tranq",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7927,
word: "trump",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7928,
word: "tubed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7929,
word: "tumid",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7930,
word: "twine",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7931,
word: "umbra",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7932,
word: "unarm",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7933,
word: "unbag",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7934,
word: "unbar",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7935,
word: "unbox",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7936,
word: "unhip",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7937,
word: "unity",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7938,
word: "urban",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7939,
word: "vibed",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7940,
word: "vigor",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7941,
word: "waive",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7942,
word: "waken",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7943,
word: "watch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7944,
word: "wetly",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7945,
word: "whirl",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7946,
word: "wield",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7947,
word: "winch",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7948,
word: "wiped",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7949,
word: "wizen",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7950,
word: "woken",
wordLength: 5,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7951,
word: "abated",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7952,
word: "adagio",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7953,
word: "adduct",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7954,
word: "airbag",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7955,
word: "attend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7956,
word: "auburn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7957,
word: "awaken",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7958,
word: "badged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7959,
word: "bagged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7960,
word: "bateau",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7961,
word: "batted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7962,
word: "bauble",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7963,
word: "become",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7964,
word: "bedaub",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7965,
word: "behead",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7966,
word: "belied",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7967,
word: "billed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7968,
word: "blurry",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7969,
word: "booked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7970,
word: "bookie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7971,
word: "borzoi",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7972,
word: "brooch",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7973,
word: "buffet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7974,
word: "butted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7975,
word: "byplay",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7976,
word: "caftan",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7977,
word: "capped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7978,
word: "caudal",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7979,
word: "chewed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7980,
word: "cleave",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7981,
word: "cruddy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7982,
word: "cuffed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7983,
word: "curium",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7984,
word: "dapple",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7985,
word: "daubed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7986,
word: "dawdle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7987,
word: "daybed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7988,
word: "dazzle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7989,
word: "debate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7990,
word: "deejay",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7991,
word: "deeply",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7992,
word: "defect",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7993,
word: "deluge",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7994,
word: "dengue",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7995,
word: "denote",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7996,
word: "dentin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7997,
word: "dharma",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7998,
word: "dinged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 7999,
word: "diving",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8000,
word: "dogleg",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8001,
word: "doozie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8002,
word: "druggy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8003,
word: "eagled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8004,
word: "edging",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8005,
word: "edible",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8006,
word: "eggcup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8007,
word: "ejecta",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8008,
word: "ending",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8009,
word: "equine",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8010,
word: "exempt",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8011,
word: "eyecup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8012,
word: "faunae",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8013,
word: "feebly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8014,
word: "fellow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8015,
word: "flappy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8016,
word: "fledge",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8017,
word: "flippy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8018,
word: "fogged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8019,
word: "forgot",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8020,
word: "foully",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8021,
word: "fudged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8022,
word: "gabbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8023,
word: "galled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8024,
word: "gateau",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8025,
word: "gating",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8026,
word: "gauged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8027,
word: "ginned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8028,
word: "goofed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8029,
word: "goring",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8030,
word: "gringo",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8031,
word: "groovy",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8032,
word: "grubby",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8033,
word: "guffaw",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8034,
word: "guided",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8035,
word: "gulled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8036,
word: "gunman",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8037,
word: "gunned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8038,
word: "hiccup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8039,
word: "hidden",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8040,
word: "hiking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8041,
word: "hoofed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8042,
word: "hooted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8043,
word: "hugged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8044,
word: "immune",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8045,
word: "impede",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8046,
word: "indent",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8047,
word: "intend",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8048,
word: "iodize",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8049,
word: "ionize",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8050,
word: "irking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8051,
word: "jobbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8052,
word: "kelpie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8053,
word: "kimchi",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8054,
word: "knotty",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8055,
word: "lagged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8056,
word: "lankly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8057,
word: "lapped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8058,
word: "leaped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8059,
word: "leeway",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8060,
word: "liking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8061,
word: "lodged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8062,
word: "logged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8063,
word: "loofah",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8064,
word: "lookup",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8065,
word: "looted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8066,
word: "lugged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8067,
word: "luxury",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8068,
word: "magnum",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8069,
word: "marrow",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8070,
word: "miffed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8071,
word: "miking",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8072,
word: "milieu",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8073,
word: "mooing",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8074,
word: "mopped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8075,
word: "muffin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8076,
word: "mutate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8077,
word: "nobody",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8078,
word: "notate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8079,
word: "nuance",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8080,
word: "nudged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8081,
word: "nudnik",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8082,
word: "obeyed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8083,
word: "origin",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8084,
word: "paddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8085,
word: "palled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8086,
word: "patted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8087,
word: "pealed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8088,
word: "pecked",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8089,
word: "pelted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8090,
word: "peplum",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8091,
word: "phalli",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8092,
word: "pigged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8093,
word: "piling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8094,
word: "pimped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8095,
word: "potpie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8096,
word: "puffed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8097,
word: "pulley",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8098,
word: "pummel",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8099,
word: "pupate",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8100,
word: "qigong",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8101,
word: "quanta",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8102,
word: "quarry",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8103,
word: "rhythm",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8104,
word: "riling",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8105,
word: "rubbly",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8106,
word: "tabbed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8107,
word: "tanned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8108,
word: "tapped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8109,
word: "tendon",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8110,
word: "tinned",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8111,
word: "tinted",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8112,
word: "tiptoe",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8113,
word: "tiring",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8114,
word: "toddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8115,
word: "tolled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8116,
word: "tooled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8117,
word: "unborn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8118,
word: "unique",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8119,
word: "unkind",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8120,
word: "upturn",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8121,
word: "vagina",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8122,
word: "vilify",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8123,
word: "waddle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8124,
word: "waffle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8125,
word: "walled",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8126,
word: "wallet",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8127,
word: "wattle",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8128,
word: "weaken",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8129,
word: "wedgie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8130,
word: "wigged",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8131,
word: "wigwam",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8132,
word: "willed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8133,
word: "woofed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8134,
word: "yelped",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8135,
word: "yogini",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8136,
word: "yuppie",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8137,
word: "zoomed",
wordLength: 6,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8138,
word: "abetted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8139,
word: "adapted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8140,
word: "alcazar",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8141,
word: "alleged",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8142,
word: "anagram",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8143,
word: "andante",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8144,
word: "bacchic",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8145,
word: "bazooka",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8146,
word: "bedhead",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8147,
word: "bellied",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8148,
word: "benzine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8149,
word: "blended",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8150,
word: "bourbon",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8151,
word: "boycott",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8152,
word: "boyhood",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8153,
word: "buffoon",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8154,
word: "caravan",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8155,
word: "dappled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8156,
word: "dawdled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8157,
word: "dazzled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8158,
word: "debated",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8159,
word: "debuted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8160,
word: "deeding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8161,
word: "deigned",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8162,
word: "deluged",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8163,
word: "denoted",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8164,
word: "deplete",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8165,
word: "dinette",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8166,
word: "dinking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8167,
word: "egghead",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8168,
word: "elected",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8169,
word: "endnote",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8170,
word: "entwine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8171,
word: "execute",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8172,
word: "farrago",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8173,
word: "finking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8174,
word: "fitting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8175,
word: "fledged",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8176,
word: "gifting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8177,
word: "glugged",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8178,
word: "goggled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8179,
word: "googled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8180,
word: "gorging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8181,
word: "hibachi",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8182,
word: "imbibed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8183,
word: "impeded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8184,
word: "inkling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8185,
word: "iodized",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8186,
word: "ironing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8187,
word: "jagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8188,
word: "kidding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8189,
word: "killing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8190,
word: "kilning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8191,
word: "knifing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8192,
word: "libeled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8193,
word: "linking",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8194,
word: "lipping",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8195,
word: "loopily",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8196,
word: "miffing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8197,
word: "monolog",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8198,
word: "mooning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8199,
word: "needing",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8200,
word: "neonate",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8201,
word: "paddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8202,
word: "paprika",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8203,
word: "pavlova",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8204,
word: "pedaled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8205,
word: "pendent",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8206,
word: "pilling",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8207,
word: "pleaded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8208,
word: "quelled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8209,
word: "quinine",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8210,
word: "rampart",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8211,
word: "tagging",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8212,
word: "tanning",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8213,
word: "tatting",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8214,
word: "tenoned",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8215,
word: "toddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8216,
word: "toothed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8217,
word: "tootled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8218,
word: "topknot",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8219,
word: "unhuman",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8220,
word: "unknown",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8221,
word: "waddled",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8222,
word: "walleye",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8223,
word: "warrant",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8224,
word: "widowed",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8225,
word: "wielded",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8226,
word: "winding",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8227,
word: "wittily",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8228,
word: "yardarm",
wordLength: 7,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8229,
word: "alleyway",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8230,
word: "annotate",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8231,
word: "antedate",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8232,
word: "appalled",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8233,
word: "appealed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8234,
word: "aquanaut",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8235,
word: "attended",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8236,
word: "attendee",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8237,
word: "backpack",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8238,
word: "bedaubed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8239,
word: "bedimmed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8240,
word: "beheaded",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8241,
word: "braggart",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8242,
word: "deadbeat",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8243,
word: "deejayed",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8244,
word: "defected",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8245,
word: "defogged",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8246,
word: "deigning",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8247,
word: "depleted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8248,
word: "dividing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8249,
word: "divining",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8250,
word: "effected",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8251,
word: "eyepiece",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8252,
word: "fluffily",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8253,
word: "footnote",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8254,
word: "gigawatt",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8255,
word: "grilling",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8256,
word: "gritting",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8257,
word: "ignoring",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8258,
word: "imbibing",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8259,
word: "indented",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8260,
word: "indigene",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8261,
word: "intended",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8262,
word: "inviting",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8263,
word: "neatened",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8264,
word: "palpably",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8265,
word: "pelleted",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8266,
word: "tainting",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8267,
word: "wingding",
wordLength: 8,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8268,
word: "agitating",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8269,
word: "antedated",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8270,
word: "antiaging",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8271,
word: "attaining",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8272,
word: "attendant",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8273,
word: "dependent",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8274,
word: "doglegged",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8275,
word: "eggheaded",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8276,
word: "etiquette",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8277,
word: "foolproof",
wordLength: 9,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8278,
word: "initiating",
wordLength: 10,
uniqueLettersCount: 5,
tally: 1
},
{
index: 8279,
word: "abject",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8280,
word: "acidly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8281,
word: "acting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8282,
word: "action",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8283,
word: "advice",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8284,
word: "alpine",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8285,
word: "amping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8286,
word: "amulet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8287,
word: "anklet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8288,
word: "arming",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8289,
word: "armpit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8290,
word: "avocet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8291,
word: "backup",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8292,
word: "baited",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8293,
word: "baking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8294,
word: "baling",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8295,
word: "balked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8296,
word: "baring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8297,
word: "baying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8298,
word: "beckon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8299,
word: "befoul",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8300,
word: "belong",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8301,
word: "bemoan",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8302,
word: "binary",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8303,
word: "binged",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8304,
word: "blanch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8305,
word: "blintz",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8306,
word: "blonde",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8307,
word: "boatel",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8308,
word: "boding",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8309,
word: "boiled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8310,
word: "brainy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8311,
word: "branch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8312,
word: "brandy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8313,
word: "brulot",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8314,
word: "buckle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8315,
word: "bunted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8316,
word: "cabled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8317,
word: "canoed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8318,
word: "captor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8319,
word: "carhop",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8320,
word: "cation",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8321,
word: "catkin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8322,
word: "chintz",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8323,
word: "clamor",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8324,
word: "cloned",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8325,
word: "cluing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8326,
word: "cobalt",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8327,
word: "codify",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8328,
word: "cogent",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8329,
word: "coiled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8330,
word: "coming",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8331,
word: "coping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8332,
word: "couple",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8333,
word: "crimpy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8334,
word: "croaky",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8335,
word: "curing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8336,
word: "curtly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8337,
word: "dainty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8338,
word: "dazing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8339,
word: "deacon",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8340,
word: "defang",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8341,
word: "deking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8342,
word: "depict",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8343,
word: "dilute",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8344,
word: "docent",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8345,
word: "docile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8346,
word: "doping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8347,
word: "douche",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8348,
word: "doughy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8349,
word: "dourly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8350,
word: "dulcet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8351,
word: "dyeing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8352,
word: "employ",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8353,
word: "fabled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8354,
word: "facing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8355,
word: "fading",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8356,
word: "faking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8357,
word: "famine",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8358,
word: "fanged",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8359,
word: "fecund",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8360,
word: "feting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8361,
word: "feudal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8362,
word: "fiance",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8363,
word: "flaked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8364,
word: "flaunt",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8365,
word: "flinch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8366,
word: "floaty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8367,
word: "floury",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8368,
word: "flowed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8369,
word: "fluted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8370,
word: "flying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8371,
word: "fontal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8372,
word: "fouled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8373,
word: "fright",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8374,
word: "frugal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8375,
word: "gained",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8376,
word: "gambit",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8377,
word: "gelati",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8378,
word: "hadron",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8379,
word: "hailed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8380,
word: "hamlet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8381,
word: "hanged",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8382,
word: "hangul",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8383,
word: "hauled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8384,
word: "heptad",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8385,
word: "hitmen",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8386,
word: "holing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8387,
word: "hunted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8388,
word: "hymnal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8389,
word: "impart",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8390,
word: "impend",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8391,
word: "impugn",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8392,
word: "impute",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8393,
word: "income",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8394,
word: "inhale",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8395,
word: "inward",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8396,
word: "karmic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8397,
word: "kinged",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8398,
word: "lancet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8399,
word: "laxity",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8400,
word: "legacy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8401,
word: "legion",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8402,
word: "ligate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8403,
word: "limned",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8404,
word: "loaned",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8405,
word: "lockup",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8406,
word: "louche",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8407,
word: "louden",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8408,
word: "loving",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8409,
word: "lucent",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8410,
word: "lucked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8411,
word: "lumped",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8412,
word: "magnet",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8413,
word: "mailed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8414,
word: "making",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8415,
word: "margin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8416,
word: "mating",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8417,
word: "medial",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8418,
word: "mewing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8419,
word: "mighty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8420,
word: "minted",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8421,
word: "modify",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8422,
word: "moiety",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8423,
word: "moiled",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8424,
word: "morbid",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8425,
word: "mortal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8426,
word: "motile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8427,
word: "motive",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8428,
word: "muting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8429,
word: "myopic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8430,
word: "myriad",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8431,
word: "mythic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8432,
word: "nicely",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8433,
word: "nicked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8434,
word: "nodule",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8435,
word: "nougat",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8436,
word: "nubile",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8437,
word: "nuclei",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8438,
word: "object",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8439,
word: "oblate",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8440,
word: "oblige",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8441,
word: "obtain",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8442,
word: "octave",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8443,
word: "oilman",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8444,
word: "opined",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8445,
word: "opting",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8446,
word: "ovular",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8447,
word: "paling",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8448,
word: "pantie",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8449,
word: "paunch",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8450,
word: "pawing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8451,
word: "picked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8452,
word: "pinged",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8453,
word: "pinked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8454,
word: "pitchy",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8455,
word: "plumed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8456,
word: "ponied",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8457,
word: "poring",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8458,
word: "primly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8459,
word: "quaint",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8460,
word: "ragout",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8461,
word: "raking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8462,
word: "random",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8463,
word: "rankly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8464,
word: "ration",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8465,
word: "razing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8466,
word: "rhombi",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8467,
word: "righto",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8468,
word: "righty",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8469,
word: "roping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8470,
word: "tacked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8471,
word: "tackle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8472,
word: "talked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8473,
word: "taming",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8474,
word: "taxied",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8475,
word: "tedium",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8476,
word: "tickle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8477,
word: "tingly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8478,
word: "tinkly",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8479,
word: "toping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8480,
word: "touche",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8481,
word: "townie",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8482,
word: "tragic",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8483,
word: "trying",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8484,
word: "tubing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8485,
word: "tucked",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8486,
word: "tumble",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8487,
word: "turban",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8488,
word: "typing",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8489,
word: "umping",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8490,
word: "unclog",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8491,
word: "united",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8492,
word: "untied",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8493,
word: "uptime",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8494,
word: "uptown",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8495,
word: "urinal",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8496,
word: "valued",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8497,
word: "viable",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8498,
word: "voiced",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8499,
word: "wading",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8500,
word: "waking",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8501,
word: "waving",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8502,
word: "welkin",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8503,
word: "widget",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8504,
word: "winkle",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8505,
word: "wolfed",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8506,
word: "wraith",
wordLength: 6,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8507,
word: "academy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8508,
word: "adopted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8509,
word: "adoptee",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8510,
word: "adulate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8511,
word: "advance",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8512,
word: "affixed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8513,
word: "airboat",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8514,
word: "amphora",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8515,
word: "antacid",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8516,
word: "arguing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8517,
word: "attuned",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8518,
word: "awaking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8519,
word: "babying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8520,
word: "backbit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8521,
word: "baffled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8522,
word: "bailing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8523,
word: "balance",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8524,
word: "balling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8525,
word: "bambino",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8526,
word: "bandeau",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8527,
word: "banking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8528,
word: "bargain",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8529,
word: "barging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8530,
word: "barring",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8531,
word: "bedding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8532,
word: "belayed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8533,
word: "bending",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8534,
word: "benefic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8535,
word: "biryani",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8536,
word: "bivalve",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8537,
word: "bloomed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8538,
word: "bombing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8539,
word: "bonding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8540,
word: "booming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8541,
word: "boozing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8542,
word: "bounded",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8543,
word: "bullock",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8544,
word: "bunting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8545,
word: "burnout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8546,
word: "butting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8547,
word: "callout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8548,
word: "canopic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8549,
word: "canting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8550,
word: "carport",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8551,
word: "chapped",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8552,
word: "checkup",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8553,
word: "chucked",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8554,
word: "clucked",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8555,
word: "cochlea",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8556,
word: "cockade",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8557,
word: "cofound",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8558,
word: "collide",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8559,
word: "concave",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8560,
word: "confect",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8561,
word: "contain",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8562,
word: "contend",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8563,
word: "control",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8564,
word: "convect",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8565,
word: "convent",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8566,
word: "convict",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8567,
word: "coolant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8568,
word: "cooping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8569,
word: "copping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8570,
word: "cottage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8571,
word: "couched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8572,
word: "culling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8573,
word: "daunted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8574,
word: "dawning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8575,
word: "dazedly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8576,
word: "debacle",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8577,
word: "deficit",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8578,
word: "deflate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8579,
word: "denying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8580,
word: "devalue",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8581,
word: "develop",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8582,
word: "dictate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8583,
word: "digital",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8584,
word: "dignify",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8585,
word: "dilemma",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8586,
word: "diluted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8587,
word: "doleful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8588,
word: "doorman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8589,
word: "doubted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8590,
word: "douched",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8591,
word: "dropout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8592,
word: "dulling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8593,
word: "duopoly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8594,
word: "dwindle",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8595,
word: "dyeable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8596,
word: "ecology",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8597,
word: "ecotage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8598,
word: "eddying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8599,
word: "edition",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8600,
word: "elegiac",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8601,
word: "emailed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8602,
word: "emotive",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8603,
word: "empanel",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8604,
word: "emulate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8605,
word: "enchant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8606,
word: "epaulet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8607,
word: "epitome",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8608,
word: "equaled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8609,
word: "etchant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8610,
word: "exiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8611,
word: "eyelift",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8612,
word: "failing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8613,
word: "falling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8614,
word: "fanatic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8615,
word: "fawning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8616,
word: "fiancee",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8617,
word: "finance",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8618,
word: "firming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8619,
word: "flatcar",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8620,
word: "flopped",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8621,
word: "fluidly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8622,
word: "footman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8623,
word: "forging",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8624,
word: "fractal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8625,
word: "garbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8626,
word: "gawking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8627,
word: "gawping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8628,
word: "gingham",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8629,
word: "gloving",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8630,
word: "goading",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8631,
word: "grazing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8632,
word: "griffon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8633,
word: "groping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8634,
word: "haggled",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8635,
word: "hairpin",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8636,
word: "hamming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8637,
word: "handing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8638,
word: "hangdog",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8639,
word: "hardpan",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8640,
word: "hatrack",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8641,
word: "haulage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8642,
word: "helpful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8643,
word: "hemming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8644,
word: "holdout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8645,
word: "hominid",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8646,
word: "honeyed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8647,
word: "hooding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8648,
word: "hoodlum",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8649,
word: "hulling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8650,
word: "inanely",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8651,
word: "indrawn",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8652,
word: "inkwell",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8653,
word: "intoned",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8654,
word: "inutile",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8655,
word: "ionized",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8656,
word: "juicing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8657,
word: "lakebed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8658,
word: "lapping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8659,
word: "leucine",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8660,
word: "licking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8661,
word: "limeade",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8662,
word: "lithely",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8663,
word: "livable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8664,
word: "loathly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8665,
word: "lobbied",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8666,
word: "lockout",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8667,
word: "lovable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8668,
word: "magenta",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8669,
word: "magnate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8670,
word: "mamboed",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8671,
word: "mapping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8672,
word: "marring",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8673,
word: "matting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8674,
word: "midland",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8675,
word: "mobbing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8676,
word: "mooring",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8677,
word: "morning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8678,
word: "mounded",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8679,
word: "myeloma",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8680,
word: "nametag",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8681,
word: "needful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8682,
word: "neglect",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8683,
word: "netball",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8684,
word: "nightie",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8685,
word: "nitpick",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8686,
word: "nominal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8687,
word: "novelly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8688,
word: "nucleic",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8689,
word: "octagon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8690,
word: "oddment",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8691,
word: "oration",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8692,
word: "paddock",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8693,
word: "pageant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8694,
word: "paginal",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8695,
word: "palling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8696,
word: "palmyra",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8697,
word: "partook",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8698,
word: "patient",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8699,
word: "pawning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8700,
word: "pending",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8701,
word: "pettily",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8702,
word: "pianola",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8703,
word: "piranha",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8704,
word: "pitying",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8705,
word: "plainly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8706,
word: "planing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8707,
word: "plateau",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8708,
word: "platoon",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8709,
word: "playboy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8710,
word: "plumped",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8711,
word: "pollack",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8712,
word: "pollard",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8713,
word: "potting",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8714,
word: "pricing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8715,
word: "priming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8716,
word: "program",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8717,
word: "pumping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8718,
word: "quadrat",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8719,
word: "quieten",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8720,
word: "quintet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8721,
word: "ramming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8722,
word: "ranking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8723,
word: "razzing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8724,
word: "roofing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8725,
word: "rooming",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8726,
word: "tableau",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8727,
word: "tallyho",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8728,
word: "tangram",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8729,
word: "taunted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8730,
word: "taxable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8731,
word: "tenable",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8732,
word: "tenuity",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8733,
word: "textual",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8734,
word: "ticking",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8735,
word: "tighten",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8736,
word: "tillage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8737,
word: "tintype",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8738,
word: "tonnage",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8739,
word: "topping",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8740,
word: "tramway",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8741,
word: "trigram",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8742,
word: "tubeful",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8743,
word: "uncheck",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8744,
word: "undated",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8745,
word: "unhappy",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8746,
word: "unicorn",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8747,
word: "unified",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8748,
word: "unitive",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8749,
word: "unlined",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8750,
word: "unmanly",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8751,
word: "unmuted",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8752,
word: "unquiet",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8753,
word: "valiant",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8754,
word: "valuate",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8755,
word: "vanpool",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8756,
word: "viewing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8757,
word: "volcano",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8758,
word: "wadding",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8759,
word: "wailing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8760,
word: "waiving",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8761,
word: "walling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8762,
word: "weaning",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8763,
word: "welling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8764,
word: "whatnot",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8765,
word: "whiling",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8766,
word: "wingman",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8767,
word: "wingmen",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8768,
word: "woofing",
wordLength: 7,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8769,
word: "accolade",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8770,
word: "addicted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8771,
word: "adjutant",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8772,
word: "adulated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8773,
word: "advanced",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8774,
word: "affiance",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8775,
word: "alleycat",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8776,
word: "amaranth",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8777,
word: "annoying",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8778,
word: "appetize",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8779,
word: "approach",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8780,
word: "aquatint",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8781,
word: "attacked",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8782,
word: "auguring",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8783,
word: "autumnal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8784,
word: "avenging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8785,
word: "axillary",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8786,
word: "babbling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8787,
word: "backache",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8788,
word: "barnyard",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8789,
word: "battleax",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8790,
word: "befallen",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8791,
word: "befitted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8792,
word: "benefice",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8793,
word: "biannual",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8794,
word: "blabbing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8795,
word: "blackcap",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8796,
word: "blinding",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8797,
word: "bloodied",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8798,
word: "bookmark",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8799,
word: "bottomed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8800,
word: "bragging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8801,
word: "braining",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8802,
word: "caffeine",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8803,
word: "calamari",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8804,
word: "cellmate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8805,
word: "citation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8806,
word: "citified",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8807,
word: "clicking",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8808,
word: "clinking",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8809,
word: "coachman",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8810,
word: "coaction",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8811,
word: "cochleae",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8812,
word: "collided",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8813,
word: "colorful",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8814,
word: "confound",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8815,
word: "conjoint",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8816,
word: "connoted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8817,
word: "cottoned",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8818,
word: "dedicate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8819,
word: "defanged",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8820,
word: "deflated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8821,
word: "depicted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8822,
word: "devalued",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8823,
word: "dictated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8824,
word: "doorknob",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8825,
word: "duodenum",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8826,
word: "dwindled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8827,
word: "ecliptic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8828,
word: "economic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8829,
word: "eighteen",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8830,
word: "elliptic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8831,
word: "embodied",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8832,
word: "emceeing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8833,
word: "employee",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8834,
word: "ennobled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8835,
word: "evaluate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8836,
word: "exponent",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8837,
word: "feinting",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8838,
word: "fellated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8839,
word: "fiddling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8840,
word: "fitfully",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8841,
word: "flagging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8842,
word: "flailing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8843,
word: "flanging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8844,
word: "flipping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8845,
word: "florally",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8846,
word: "fluffing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8847,
word: "followed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8848,
word: "forgoing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8849,
word: "funneled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8850,
word: "futility",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8851,
word: "gabbling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8852,
word: "gigantic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8853,
word: "grabbing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8854,
word: "grooming",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8855,
word: "guileful",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8856,
word: "hatcheck",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8857,
word: "heighten",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8858,
word: "helmeted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8859,
word: "hiccough",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8860,
word: "hiragana",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8861,
word: "hominoid",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8862,
word: "honorand",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8863,
word: "idealize",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8864,
word: "immunize",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8865,
word: "impended",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8866,
word: "inaction",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8867,
word: "incoming",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8868,
word: "indebted",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8869,
word: "intuited",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8870,
word: "invoking",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8871,
word: "keepable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8872,
word: "kneehole",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8873,
word: "lacrimal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8874,
word: "leniency",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8875,
word: "lineally",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8876,
word: "litigate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8877,
word: "liveable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8878,
word: "loudened",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8879,
word: "lounging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8880,
word: "loveable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8881,
word: "maharani",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8882,
word: "mainland",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8883,
word: "makeable",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8884,
word: "malamute",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8885,
word: "manually",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8886,
word: "meathead",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8887,
word: "melodeon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8888,
word: "minoring",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8889,
word: "mnemonic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8890,
word: "momentum",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8891,
word: "monoglot",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8892,
word: "monomial",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8893,
word: "monument",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8894,
word: "moonbeam",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8895,
word: "napoleon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8896,
word: "necklace",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8897,
word: "nonbeing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8898,
word: "nonfatal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8899,
word: "nonvocal",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8900,
word: "noontide",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8901,
word: "noticing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8902,
word: "nuancing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8903,
word: "oilproof",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8904,
word: "oncoming",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8905,
word: "orthodox",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8906,
word: "outbound",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8907,
word: "papillon",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8908,
word: "peccancy",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8909,
word: "piffling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8910,
word: "pinioned",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8911,
word: "planning",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8912,
word: "plinking",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8913,
word: "pointing",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8914,
word: "polyglot",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8915,
word: "primping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8916,
word: "propping",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8917,
word: "protract",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8918,
word: "pummeled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8919,
word: "quaalude",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8920,
word: "quiddity",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8921,
word: "quintain",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8922,
word: "rotation",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8923,
word: "tabulate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8924,
word: "tailgate",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8925,
word: "tantalum",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8926,
word: "tautened",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8927,
word: "teething",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8928,
word: "template",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8929,
word: "tentacle",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8930,
word: "tippling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8931,
word: "topology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8932,
word: "trilling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8933,
word: "trimming",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8934,
word: "typology",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8935,
word: "ululated",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8936,
word: "unbanned",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8937,
word: "uncaging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8938,
word: "uncuffed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8939,
word: "undulant",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8940,
word: "unedited",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8941,
word: "unevenly",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8942,
word: "unhanded",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8943,
word: "unironic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8944,
word: "unliving",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8945,
word: "unpeeled",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8946,
word: "vilified",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8947,
word: "vlogging",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8948,
word: "volition",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8949,
word: "waggling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8950,
word: "wangling",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8951,
word: "windowed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8952,
word: "windpipe",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8953,
word: "windward",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8954,
word: "winnowed",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8955,
word: "wizening",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8956,
word: "zoologic",
wordLength: 8,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8957,
word: "abandoned",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8958,
word: "allegedly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8959,
word: "allowable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8960,
word: "animating",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8961,
word: "annulling",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8962,
word: "appalling",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8963,
word: "arbitrary",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8964,
word: "attrition",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8965,
word: "available",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8966,
word: "ayatollah",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8967,
word: "bacchanal",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8968,
word: "backtrack",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8969,
word: "barbarity",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8970,
word: "bariatric",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8971,
word: "barraging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8972,
word: "battleaxe",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8973,
word: "boogieing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8974,
word: "calculate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8975,
word: "camarilla",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8976,
word: "cannonade",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8977,
word: "carpaccio",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8978,
word: "catatonia",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8979,
word: "catatonic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8980,
word: "checkbook",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8981,
word: "cleanable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8982,
word: "cognition",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8983,
word: "concocted",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8984,
word: "connected",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8985,
word: "connoting",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8986,
word: "contended",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8987,
word: "contented",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8988,
word: "cottoning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8989,
word: "dairymaid",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8990,
word: "dandified",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8991,
word: "deadening",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8992,
word: "dedicated",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8993,
word: "dedicatee",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8994,
word: "deepening",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8995,
word: "delayable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8996,
word: "dentition",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8997,
word: "depending",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8998,
word: "detention",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 8999,
word: "developed",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9000,
word: "epileptic",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9001,
word: "eyeballed",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9002,
word: "finagling",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9003,
word: "financing",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9004,
word: "fulfilled",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9005,
word: "gangplank",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9006,
word: "gentlemen",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9007,
word: "grandaddy",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9008,
word: "idealized",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9009,
word: "imitating",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9010,
word: "imitative",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9011,
word: "impugning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9012,
word: "incanting",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9013,
word: "incognito",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9014,
word: "incurring",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9015,
word: "indecency",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9016,
word: "indulging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9017,
word: "infirming",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9018,
word: "initiator",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9019,
word: "inpatient",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9020,
word: "intuitive",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9021,
word: "involving",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9022,
word: "laypeople",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9023,
word: "longingly",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9024,
word: "margarita",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9025,
word: "margining",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9026,
word: "middlemen",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9027,
word: "milligram",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9028,
word: "mimicking",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9029,
word: "mirroring",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9030,
word: "monodrama",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9031,
word: "mummified",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9032,
word: "murmuring",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9033,
word: "narration",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9034,
word: "nonfinite",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9035,
word: "nonliving",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9036,
word: "nonrandom",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9037,
word: "optioning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9038,
word: "palatable",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9039,
word: "panettone",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9040,
word: "pantaloon",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9041,
word: "pillaging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9042,
word: "pineapple",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9043,
word: "poinciana",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9044,
word: "potentate",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9045,
word: "tarnation",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9046,
word: "teletyped",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9047,
word: "titration",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9048,
word: "toothache",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9049,
word: "unbagging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9050,
word: "unbanning",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9051,
word: "unbounded",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9052,
word: "undefined",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9053,
word: "undivided",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9054,
word: "unengaged",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9055,
word: "unhanging",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9056,
word: "unitarian",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9057,
word: "warrantor",
wordLength: 9,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9058,
word: "accentuate",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9059,
word: "affiancing",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9060,
word: "amalgamate",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9061,
word: "arbitrator",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9062,
word: "attenuated",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9063,
word: "bargaining",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9064,
word: "believable",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9065,
word: "cancelable",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9066,
word: "concocting",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9067,
word: "condolence",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9068,
word: "conviction",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9069,
word: "dignifying",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9070,
word: "eighteenth",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9071,
word: "engagement",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9072,
word: "fulfilling",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9073,
word: "gargantuan",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9074,
word: "grammarian",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9075,
word: "granddaddy",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9076,
word: "incipiency",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9077,
word: "intimating",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9078,
word: "irritation",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9079,
word: "management",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9080,
word: "mitigating",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9081,
word: "netiquette",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9082,
word: "nonbinding",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9083,
word: "protractor",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9084,
word: "tightening",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9085,
word: "unattended",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9086,
word: "unilingual",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9087,
word: "unintended",
wordLength: 10,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9088,
word: "anagramming",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9089,
word: "beneficence",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9090,
word: "cancellable",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9091,
word: "connotation",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9092,
word: "heightening",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9093,
word: "idyllically",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9094,
word: "incantation",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9095,
word: "intentioned",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9096,
word: "lallygagged",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9097,
word: "maintaining",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9098,
word: "pinpointing",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9099,
word: "tagliatelle",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9100,
word: "uninventive",
wordLength: 11,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9101,
word: "unfulfilling",
wordLength: 12,
uniqueLettersCount: 6,
tally: 1
},
{
index: 9102,
word: "abdomen",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9103,
word: "acolyte",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9104,
word: "acridly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9105,
word: "adjunct",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9106,
word: "ambient",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9107,
word: "amplify",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9108,
word: "angelic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9109,
word: "aplenty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9110,
word: "apricot",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9111,
word: "armlock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9112,
word: "balding",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9113,
word: "baptize",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9114,
word: "belting",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9115,
word: "bighead",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9116,
word: "blacken",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9117,
word: "blading",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9118,
word: "blanked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9119,
word: "blanket",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9120,
word: "blintze",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9121,
word: "bluefin",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9122,
word: "bogland",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9123,
word: "branchy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9124,
word: "braving",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9125,
word: "braying",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9126,
word: "brimful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9127,
word: "bulwark",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9128,
word: "burping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9129,
word: "camping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9130,
word: "carping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9131,
word: "cartful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9132,
word: "changed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9133,
word: "charity",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9134,
word: "chewing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9135,
word: "chimney",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9136,
word: "chintzy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9137,
word: "chunked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9138,
word: "citable",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9139,
word: "clanged",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9140,
word: "climate",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9141,
word: "cloaked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9142,
word: "clotbur",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9143,
word: "codable",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9144,
word: "cognate",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9145,
word: "company",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9146,
word: "congaed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9147,
word: "counted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9148,
word: "coupled",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9149,
word: "cowhand",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9150,
word: "crazily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9151,
word: "crinkly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9152,
word: "cyanide",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9153,
word: "decagon",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9154,
word: "default",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9155,
word: "defying",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9156,
word: "deviant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9157,
word: "dirtbag",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9158,
word: "draping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9159,
word: "drawing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9160,
word: "ethanol",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9161,
word: "ethical",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9162,
word: "faculty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9163,
word: "fancily",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9164,
word: "farming",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9165,
word: "faulted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9166,
word: "flaking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9167,
word: "flanked",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9168,
word: "flatbed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9169,
word: "flexion",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9170,
word: "folding",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9171,
word: "foundry",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9172,
word: "framing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9173,
word: "frankly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9174,
word: "frontal",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9175,
word: "fueling",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9176,
word: "glanced",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9177,
word: "graphic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9178,
word: "gunport",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9179,
word: "handful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9180,
word: "harping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9181,
word: "hauling",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9182,
word: "haunted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9183,
word: "hayloft",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9184,
word: "heaping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9185,
word: "helipad",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9186,
word: "hematic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9187,
word: "holiday",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9188,
word: "howling",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9189,
word: "humanly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9190,
word: "imputed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9191,
word: "inaptly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9192,
word: "include",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9193,
word: "ineptly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9194,
word: "inexact",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9195,
word: "inflame",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9196,
word: "inflate",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9197,
word: "janitor",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9198,
word: "jointed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9199,
word: "ketchup",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9200,
word: "krypton",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9201,
word: "lacking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9202,
word: "laughed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9203,
word: "lighten",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9204,
word: "linocut",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9205,
word: "malefic",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9206,
word: "maypole",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9207,
word: "megabit",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9208,
word: "meowing",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9209,
word: "migrant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9210,
word: "mindful",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9211,
word: "monarch",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9212,
word: "mounted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9213,
word: "movably",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9214,
word: "mudflat",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9215,
word: "mutable",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9216,
word: "naively",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9217,
word: "obeying",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9218,
word: "obliged",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9219,
word: "padlock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9220,
word: "parking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9221,
word: "paunchy",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9222,
word: "peafowl",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9223,
word: "pelican",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9224,
word: "penalty",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9225,
word: "phoenix",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9226,
word: "picante",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9227,
word: "pimento",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9228,
word: "pitched",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9229,
word: "pivoted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9230,
word: "potable",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9231,
word: "pothead",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9232,
word: "potluck",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9233,
word: "proudly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9234,
word: "putdown",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9235,
word: "pyramid",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9236,
word: "quoting",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9237,
word: "rainbow",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9238,
word: "rightly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9239,
word: "tacking",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9240,
word: "tackled",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9241,
word: "theming",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9242,
word: "thimble",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9243,
word: "thyroid",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9244,
word: "touched",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9245,
word: "toughly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9246,
word: "towline",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9247,
word: "twinkle",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9248,
word: "twinkly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9249,
word: "typhoid",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9250,
word: "unblock",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9251,
word: "ungodly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9252,
word: "unloved",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9253,
word: "untaxed",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9254,
word: "upfield",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9255,
word: "vaulted",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9256,
word: "viaduct",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9257,
word: "vibrant",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9258,
word: "vibrato",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9259,
word: "victory",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9260,
word: "violent",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9261,
word: "warding",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9262,
word: "warming",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9263,
word: "warping",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9264,
word: "weaving",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9265,
word: "womanly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9266,
word: "wrinkly",
wordLength: 7,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9267,
word: "abdicate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9268,
word: "accruing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9269,
word: "adapting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9270,
word: "affluent",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9271,
word: "alloying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9272,
word: "alluring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9273,
word: "ambulate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9274,
word: "amenably",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9275,
word: "analytic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9276,
word: "angelica",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9277,
word: "anyplace",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9278,
word: "argonaut",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9279,
word: "arguably",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9280,
word: "athletic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9281,
word: "auditing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9282,
word: "awarding",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9283,
word: "backhand",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9284,
word: "balletic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9285,
word: "belonged",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9286,
word: "bemoaned",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9287,
word: "betiding",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9288,
word: "beveling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9289,
word: "blooming",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9290,
word: "blurring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9291,
word: "boatyard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9292,
word: "bogeying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9293,
word: "brickbat",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9294,
word: "bronzing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9295,
word: "browning",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9296,
word: "brownout",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9297,
word: "bullring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9298,
word: "bullyrag",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9299,
word: "burbling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9300,
word: "burglary",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9301,
word: "burgling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9302,
word: "buttoned",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9303,
word: "buzzword",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9304,
word: "caboodle",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9305,
word: "cackling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9306,
word: "calamity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9307,
word: "campaign",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9308,
word: "carnival",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9309,
word: "catalyze",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9310,
word: "celibate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9311,
word: "centuple",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9312,
word: "chairman",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9313,
word: "chatroom",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9314,
word: "choirboy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9315,
word: "chopping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9316,
word: "chucking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9317,
word: "chunking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9318,
word: "clacking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9319,
word: "clambake",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9320,
word: "clanking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9321,
word: "cleaning",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9322,
word: "colorant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9323,
word: "compound",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9324,
word: "conclude",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9325,
word: "confetti",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9326,
word: "connived",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9327,
word: "couching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9328,
word: "coughing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9329,
word: "covenant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9330,
word: "crackpot",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9331,
word: "crapping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9332,
word: "criminal",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9333,
word: "cufflink",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9334,
word: "dabbling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9335,
word: "daintily",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9336,
word: "daunting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9337,
word: "dazzling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9338,
word: "deadlock",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9339,
word: "debiting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9340,
word: "decimate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9341,
word: "decommit",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9342,
word: "decouple",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9343,
word: "deifying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9344,
word: "deviance",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9345,
word: "devotion",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9346,
word: "diabetic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9347,
word: "diatonic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9348,
word: "divebomb",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9349,
word: "docility",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9350,
word: "dogfight",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9351,
word: "donating",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9352,
word: "doughboy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9353,
word: "downturn",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9354,
word: "draconic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9355,
word: "drooping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9356,
word: "dropping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9357,
word: "edifying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9358,
word: "effacing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9359,
word: "eggplant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9360,
word: "electing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9361,
word: "elegancy",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9362,
word: "embanked",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9363,
word: "embolden",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9364,
word: "emoticon",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9365,
word: "engulfed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9366,
word: "enlacing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9367,
word: "entombed",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9368,
word: "epiphany",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9369,
word: "eviction",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9370,
word: "evolving",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9371,
word: "explicit",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9372,
word: "facelift",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9373,
word: "farmhand",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9374,
word: "filching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9375,
word: "filename",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9376,
word: "finitude",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9377,
word: "fivefold",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9378,
word: "flanking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9379,
word: "flapjack",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9380,
word: "flatline",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9381,
word: "flexibly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9382,
word: "flextime",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9383,
word: "flooding",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9384,
word: "flopping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9385,
word: "fluidity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9386,
word: "fondling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9387,
word: "foraging",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9388,
word: "forklift",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9389,
word: "formally",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9390,
word: "foxglove",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9391,
word: "frugally",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9392,
word: "furlough",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9393,
word: "gazpacho",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9394,
word: "gimcrack",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9395,
word: "graphing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9396,
word: "grumping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9397,
word: "gyrating",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9398,
word: "hackable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9399,
word: "handclap",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9400,
word: "hardtack",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9401,
word: "headhunt",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9402,
word: "hiccuped",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9403,
word: "hologram",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9404,
word: "impotent",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9405,
word: "impurity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9406,
word: "imputing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9407,
word: "inactive",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9408,
word: "included",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9409,
word: "inducted",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9410,
word: "inductee",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9411,
word: "infected",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9412,
word: "injected",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9413,
word: "intactly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9414,
word: "intraday",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9415,
word: "invoiced",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9416,
word: "judicial",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9417,
word: "knothole",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9418,
word: "lapboard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9419,
word: "laughing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9420,
word: "laywoman",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9421,
word: "leeching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9422,
word: "lifelong",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9423,
word: "locution",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9424,
word: "logotype",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9425,
word: "lowlight",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9426,
word: "luncheon",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9427,
word: "madrigal",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9428,
word: "marathon",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9429,
word: "medicate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9430,
word: "menacing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9431,
word: "metallic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9432,
word: "midmonth",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9433,
word: "midpoint",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9434,
word: "mightily",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9435,
word: "minority",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9436,
word: "monetize",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9437,
word: "monitory",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9438,
word: "mooching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9439,
word: "motorway",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9440,
word: "mourning",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9441,
word: "nitpicky",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9442,
word: "nobility",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9443,
word: "outboard",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9444,
word: "packable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9445,
word: "paradigm",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9446,
word: "parading",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9447,
word: "parkland",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9448,
word: "patently",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9449,
word: "patience",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9450,
word: "pendulum",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9451,
word: "pentacle",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9452,
word: "pettifog",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9453,
word: "pimiento",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9454,
word: "pinewood",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9455,
word: "pinnacle",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9456,
word: "pitching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9457,
word: "pittance",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9458,
word: "pivoting",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9459,
word: "placenta",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9460,
word: "plangent",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9461,
word: "planking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9462,
word: "plankton",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9463,
word: "playbook",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9464,
word: "pliantly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9465,
word: "plowable",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9466,
word: "pooching",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9467,
word: "potlatch",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9468,
word: "prancing",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9469,
word: "pranking",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9470,
word: "primally",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9471,
word: "prodding",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9472,
word: "prohibit",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9473,
word: "promptly",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9474,
word: "pullback",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9475,
word: "pungency",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9476,
word: "quadrant",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9477,
word: "quandary",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9478,
word: "rambutan",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9479,
word: "rapacity",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9480,
word: "razoring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9481,
word: "rhomboid",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9482,
word: "rhythmic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9483,
word: "rockfall",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9484,
word: "rumoring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9485,
word: "tabletop",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9486,
word: "tamarind",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9487,
word: "tarrying",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9488,
word: "thematic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9489,
word: "tightwad",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9490,
word: "trachoma",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9491,
word: "triptych",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9492,
word: "turncoat",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9493,
word: "turndown",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9494,
word: "twitched",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9495,
word: "umpiring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9496,
word: "unbelief",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9497,
word: "unbuckle",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9498,
word: "uncaring",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9499,
word: "unfitted",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9500,
word: "unheated",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9501,
word: "unicolor",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9502,
word: "unlovely",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9503,
word: "untagged",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9504,
word: "vagabond",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9505,
word: "validate",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9506,
word: "valuated",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9507,
word: "venially",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9508,
word: "vibrator",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9509,
word: "virology",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9510,
word: "volcanic",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9511,
word: "wakening",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9512,
word: "watchman",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9513,
word: "weeklong",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9514,
word: "wheeling",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9515,
word: "whupping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9516,
word: "withdraw",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9517,
word: "withhold",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9518,
word: "wrapping",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9519,
word: "youthful",
wordLength: 8,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9520,
word: "abdicated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9521,
word: "abundance",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9522,
word: "acclimate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9523,
word: "accompany",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9524,
word: "accordion",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9525,
word: "addiction",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9526,
word: "adjacency",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9527,
word: "affirming",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9528,
word: "ambulette",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9529,
word: "amphibian",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9530,
word: "anchorman",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9531,
word: "antically",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9532,
word: "antipathy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9533,
word: "apocrypha",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9534,
word: "appliance",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9535,
word: "attacking",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9536,
word: "auxiliary",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9537,
word: "awakening",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9538,
word: "babyproof",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9539,
word: "bailiwick",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9540,
word: "bandwagon",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9541,
word: "beachcomb",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9542,
word: "belatedly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9543,
word: "believing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9544,
word: "benefited",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9545,
word: "bevelling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9546,
word: "bigheaded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9547,
word: "bilingual",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9548,
word: "billeting",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9549,
word: "billionth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9550,
word: "blackmail",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9551,
word: "blindfold",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9552,
word: "borrowing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9553,
word: "bottleful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9554,
word: "bucktooth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9555,
word: "buttoning",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9556,
word: "camelback",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9557,
word: "canceling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9558,
word: "capacitor",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9559,
word: "capellini",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9560,
word: "checkable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9561,
word: "cheekbone",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9562,
word: "chickadee",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9563,
word: "chocolate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9564,
word: "clenching",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9565,
word: "cloakroom",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9566,
word: "cofounded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9567,
word: "committed",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9568,
word: "commodify",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9569,
word: "conceived",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9570,
word: "concluded",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9571,
word: "conducted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9572,
word: "conically",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9573,
word: "contralto",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9574,
word: "conundrum",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9575,
word: "convinced",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9576,
word: "convivial",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9577,
word: "cotangent",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9578,
word: "councilor",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9579,
word: "cruciform",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9580,
word: "deafening",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9581,
word: "debatably",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9582,
word: "decimated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9583,
word: "decoupled",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9584,
word: "defanging",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9585,
word: "defaulted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9586,
word: "deficient",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9587,
word: "defogging",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9588,
word: "dictation",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9589,
word: "digitally",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9590,
word: "divulging",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9591,
word: "dodecagon",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9592,
word: "dolefully",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9593,
word: "draconian",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9594,
word: "driftwood",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9595,
word: "dumbfound",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9596,
word: "dutifully",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9597,
word: "effecting",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9598,
word: "ejectable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9599,
word: "eliciting",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9600,
word: "emaciated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9601,
word: "emolument",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9602,
word: "emotivity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9603,
word: "engulfing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9604,
word: "enhancing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9605,
word: "enlighten",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9606,
word: "ethnicity",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9607,
word: "evaluated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9608,
word: "exactable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9609,
word: "excelling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9610,
word: "executant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9611,
word: "expending",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9612,
word: "extolment",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9613,
word: "factually",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9614,
word: "flatulent",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9615,
word: "flexitime",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9616,
word: "flinching",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9617,
word: "fluctuant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9618,
word: "funneling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9619,
word: "gentleman",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9620,
word: "glitching",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9621,
word: "grandbaby",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9622,
word: "guarantor",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9623,
word: "guffawing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9624,
word: "happening",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9625,
word: "hiccupped",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9626,
word: "hollowing",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9627,
word: "homograph",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9628,
word: "immigrant",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9629,
word: "immunized",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9630,
word: "impartial",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9631,
word: "impatient",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9632,
word: "inaugural",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9633,
word: "inceptive",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9634,
word: "infantile",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9635,
word: "infecting",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9636,
word: "infection",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9637,
word: "kneadable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9638,
word: "leitmotif",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9639,
word: "levitated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9640,
word: "lifeblood",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9641,
word: "loudmouth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9642,
word: "manically",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9643,
word: "martyrdom",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9644,
word: "medicated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9645,
word: "metalhead",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9646,
word: "mezzotint",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9647,
word: "migrating",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9648,
word: "monthlong",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9649,
word: "namecheck",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9650,
word: "nameplate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9651,
word: "nighttime",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9652,
word: "nonexempt",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9653,
word: "nonlethal",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9654,
word: "offending",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9655,
word: "orangutan",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9656,
word: "orthodoxy",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9657,
word: "panhandle",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9658,
word: "patriotic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9659,
word: "photocell",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9660,
word: "picnicked",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9661,
word: "pityingly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9662,
word: "placental",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9663,
word: "plantable",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9664,
word: "portfolio",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9665,
word: "primarily",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9666,
word: "puppylike",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9667,
word: "radically",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9668,
word: "razorback",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9669,
word: "tactfully",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9670,
word: "telegenic",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9671,
word: "thirdhand",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9672,
word: "tributary",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9673,
word: "umpteenth",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9674,
word: "unchecked",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9675,
word: "uncoiling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9676,
word: "uncounted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9677,
word: "undoubted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9678,
word: "unevolved",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9679,
word: "unfeeling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9680,
word: "unfledged",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9681,
word: "unhelpful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9682,
word: "unhumanly",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9683,
word: "uninvited",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9684,
word: "unmindful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9685,
word: "unmooring",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9686,
word: "unmounted",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9687,
word: "untactful",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9688,
word: "unveiling",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9689,
word: "vaccinate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9690,
word: "valentine",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9691,
word: "validated",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9692,
word: "ventilate",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9693,
word: "vilifying",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9694,
word: "weakening",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9695,
word: "windblown",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9696,
word: "xenophobe",
wordLength: 9,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9697,
word: "abandoning",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9698,
word: "allegiance",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9699,
word: "alleviated",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9700,
word: "analytical",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9701,
word: "analyzable",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9702,
word: "annihilate",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9703,
word: "annoyingly",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9704,
word: "anticipate",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9705,
word: "arrhythmia",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9706,
word: "belittling",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9707,
word: "beneficent",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9708,
word: "benefitted",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9709,
word: "bookmobile",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9710,
word: "boondoggle",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9711,
word: "calculator",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9712,
word: "cancelling",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9713,
word: "chloroform",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9714,
word: "churchyard",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9715,
word: "colonially",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9716,
word: "coloratura",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9717,
word: "colorfully",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9718,
word: "commitment",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9719,
word: "concordant",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9720,
word: "confection",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9721,
word: "confounded",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9722,
word: "connective",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9723,
word: "convection",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9724,
word: "convective",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9725,
word: "convenient",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9726,
word: "convention",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9727,
word: "culturally",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9728,
word: "deadlocked",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9729,
word: "denouement",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9730,
word: "divebombed",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9731,
word: "donnybrook",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9732,
word: "emboldened",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9733,
word: "enchaining",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9734,
word: "extenuated",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9735,
word: "facilitate",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9736,
word: "femininity",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9737,
word: "forthright",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9738,
word: "headhunted",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9739,
word: "hippogriff",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9740,
word: "humidified",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9741,
word: "iconically",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9742,
word: "impediment",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9743,
word: "inactivate",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9744,
word: "inclemency",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9745,
word: "indication",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9746,
word: "individual",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9747,
word: "inelegance",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9748,
word: "infinitude",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9749,
word: "inhalation",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9750,
word: "inimically",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9751,
word: "innovating",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9752,
word: "inundating",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9753,
word: "lightening",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9754,
word: "maniacally",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9755,
word: "marinating",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9756,
word: "mathematic",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9757,
word: "meditative",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9758,
word: "motorcoach",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9759,
word: "multilevel",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9760,
word: "navigation",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9761,
word: "neglecting",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9762,
word: "nicknaming",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9763,
word: "nonviolent",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9764,
word: "omnipotent",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9765,
word: "organizing",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9766,
word: "orphanhood",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9767,
word: "panhandled",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9768,
word: "patentable",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9769,
word: "penitently",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9770,
word: "pentimento",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9771,
word: "pinchpenny",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9772,
word: "prohibitor",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9773,
word: "taxability",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9774,
word: "troubadour",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9775,
word: "unbuttoned",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9776,
word: "unclogging",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9777,
word: "upbringing",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9778,
word: "vindictive",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9779,
word: "youthfully",
wordLength: 10,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9780,
word: "altitudinal",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9781,
word: "analyticity",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9782,
word: "attitudinal",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9783,
word: "bacchanalia",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9784,
word: "boondoggled",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9785,
word: "campaigning",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9786,
word: "canonically",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9787,
word: "capacitance",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9788,
word: "coefficient",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9789,
word: "condonation",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9790,
word: "decommitted",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9791,
word: "diacritical",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9792,
word: "financially",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9793,
word: "flipflopped",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9794,
word: "hiccoughing",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9795,
word: "immigrating",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9796,
word: "indignation",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9797,
word: "laconically",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9798,
word: "latitudinal",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9799,
word: "lengthening",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9800,
word: "lionization",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9801,
word: "mortarboard",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9802,
word: "painkilling",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9803,
word: "titanically",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9804,
word: "unbuttoning",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9805,
word: "unconnected",
wordLength: 11,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9806,
word: "analytically",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9807,
word: "annihilation",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9808,
word: "antagonizing",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9809,
word: "aquacultural",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9810,
word: "bacchanalian",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9811,
word: "canonization",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9812,
word: "climatically",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9813,
word: "committeemen",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9814,
word: "dehumidified",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9815,
word: "enlightening",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9816,
word: "entanglement",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9817,
word: "flipflopping",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9818,
word: "incapacitate",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9819,
word: "inconvenient",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9820,
word: "intelligence",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9821,
word: "intelligible",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9822,
word: "lollygagging",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9823,
word: "nonalcoholic",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9824,
word: "paragraphing",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9825,
word: "unidentified",
wordLength: 12,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9826,
word: "climactically",
wordLength: 13,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9827,
word: "tantalization",
wordLength: 13,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9828,
word: "inconvenienced",
wordLength: 14,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9829,
word: "initialization",
wordLength: 14,
uniqueLettersCount: 7,
tally: 1
},
{
index: 9830,
word: "nationalization",
wordLength: 15,
uniqueLettersCount: 7,
tally: 1
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment