Brave Image Search API
Query Parameters
# Image Search API
This table lists the query parameters supported by the Image Search API. Some are required, but most are optional.
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
q | true | string | null | The user’s search query term. Query can not be empty. Maximum of 400 characters and 50 words in the query. |
country | false | string | US | The search query country, where the results come from. The country string is limited to 2 character country codes of supported countries. For a list of supported values, see Country Codes. |
search_lang | false | string | en | The search language preference. The 2 or more character language code for which the search results are provided. For a list of possible values, see Language Codes. |
count | false | number | 50 | The number of search results returned in response. The maximum is |
safesearch | false | string | moderate | Filters search results for adult content. The following values are supported:
|
spellcheck | false | bool | 1 | Whether to spellcheck provided query. If the spellchecker
is enabled, the modified query is always used for search.
The modified query can be found in |