GET /word.json/{word}/frequency

wordnik.com

Summary: Returns word usage over time
Operation ID: getWordFrequency
Auth: unknown

Parameters (4)

endYear (integer, query, optional, default: 2012)

Ending Year

startYear (integer, query, optional, default: 1800)

Starting Year

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']}

word (string, path, required)

Word to return

No probe data for this endpoint yet.