GET /word.json/{word}/phrases

wordnik.com

Summary: Fetches bi-gram phrases for a word
Operation ID: getPhrases
Auth: unknown

Parameters (4)

limit (integer, query, optional, default: 5)

Maximum number of results to return

useCanonical (string, query, optional, default: false)

If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.

Constraints: {'enum': ['false', 'true']}

wlmi (integer, query, optional, default: 0)

Minimum WLMI for the phrase

word (string, path, required)

Word to fetch phrases for

No probe data for this endpoint yet.