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 yes string none

The user's search query term.

Query can not be empty. Maximum of 400 characters and 50 words in the query.

country no 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 no 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 no int 50

The number of search results returned in response.

The maximum is 100. The actual number delivered may be less than requested.

safesearch no string strict

Filters search results for adult content.

The following values are supported:

off
Adult content is included where relevant.
strict
No adult content.
spellcheck no bool 1 Whether to enable spell checker.