← Tools Reference

GIPHY

GIPHY integration (Design & Media, Social). Imported from open-connector.

API key15 toolshttps://api.giphy.com/v1
GET
giphy_search_gifs
Search GIPHY GIFs by query text.

/gifs/search

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query text.
langstringoptionalThe language code for results.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe offset in the result set.
bundlestringoptionalThe rendition bundle to include.
removeLowContrastbooleanoptionalWhether to remove low-contrast results.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_list_trending_gifs
List trending GIPHY GIFs.

/gifs/trending

8 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe offset in the result set.
bundlestringoptionalThe rendition bundle to include.
removeLowContrastbooleanoptionalWhether to remove low-contrast results.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_search_stickers
Search GIPHY stickers by query text.

/stickers/search

10 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query text.
langstringoptionalThe language code for results.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe offset in the result set.
bundlestringoptionalThe rendition bundle to include.
removeLowContrastbooleanoptionalWhether to remove low-contrast results.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_list_trending_stickers
List trending GIPHY stickers.

/stickers/trending

8 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe offset in the result set.
bundlestringoptionalThe rendition bundle to include.
removeLowContrastbooleanoptionalWhether to remove low-contrast results.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_translate_gif
Translate a phrase into a single best-match GIPHY GIF.

/gifs/translate

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe phrase to translate.
weirdnessintegeroptionalThe weirdness factor for results.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_translate_sticker
Translate a phrase into a single best-match GIPHY sticker.

/stickers/translate

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe phrase to translate.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
randomIdstringoptionalThe random ID for personalization.
GET
giphy_get_random_gif
Fetch a random GIPHY GIF, optionally filtered by tag.

/gifs/random

5 parameters
ParamTypeRequiredDescription
tagstringoptionalThe optional tag filter.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
randomIdstringoptionalThe random ID for personalization.
GET
giphy_get_random_sticker
Fetch a random GIPHY sticker, optionally filtered by tag.

/stickers/random

5 parameters
ParamTypeRequiredDescription
tagstringoptionalThe optional tag filter.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
randomIdstringoptionalThe random ID for personalization.
GET
giphy_get_gif
Get a GIPHY GIF by GIF Object id. This is not the random_id value.

/gifs/{gifId}

5 parameters
ParamTypeRequiredDescription
gifIdstringrequiredThe GIF ID to retrieve.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_list_gifs_by_ids
Fetch multiple GIPHY GIFs by id.

/gifs

5 parameters
ParamTypeRequiredDescription
gifIdsarrayrequiredThe list of GIF IDs to fetch.
randomIdstringoptionalThe random ID for personalization.
ratingstringoptionalThe content rating filter.
countryCodestringoptionalThe two-letter country code.
regionstringoptionalThe region code.
GET
giphy_search_tags
Autocomplete GIPHY tags for a partial query.

/gifs/search/tags

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe partial search query.
limitintegeroptionalThe maximum number of results to return.
offsetintegeroptionalThe offset in the result set.
GET
giphy_list_trending_tags
List trending search terms on GIPHY.

/trending/searches

GET
giphy_list_related_tags
List GIPHY tags related to a term.

/tags/related/{term}

1 parameter
ParamTypeRequiredDescription
termstringrequiredThe term to find related tags for.
GET
giphy_list_categories
List GIPHY content categories.

/gifs/categories

GET
giphy_get_random_id
Create a GIPHY random_id value for personalization across requests.

/randomid