Spellcheck API
Query Parameters
# Spellcheck API
This table lists the query parameters supported by the Spellcheck API. Some are required, but most are optional.
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
q | yes | string | none | The user's spell check search query term. Query can not be empty. The max query length is 400 characters and word limit is 50. |
country | no | string | us | The spell check search query country, where potentially the results could come from. The country string is limited to 2 character country codes of supported countries. This is a just a hint for calculating spellcheck responses. For a list of supported supported values, see Country Codes. |
lang | no | string | en | The spell check search language preference, where potentially the results could come from. The 2 or more character language code for which the spell check search results are provided. This is a just a hint for calculating spell check responses. For a list of possible values, see Language Codes. |