Search the giphy archives

Usage

giphy_api_search(phrase, n = NULL, offset = NULL, rating = NULL, type = "gifs")

Arguments

phrase
Phrase to search for (required)
n
Maximum number of images to return.
offset
Starting point in the stream to search from (by default, starts at the beginning of the stream, but specify 50 to start at the 50th gif).
rating
Limits gifs to a rating of y, g, pg, pg-13 or r (this is a limit not a filter).
type
Either "gifs" or "stickers" (or a partial string match to either). The default is to return gifs.

Value

A list of results that is a little complicated at the present.

Description

Search the giphy archives.

Details

If n is omitted, giphy will return 25 images.

Note that all the giphy_api_* functions do not actually download gifs.

Author

Rich FitzJohn