Giphy / GiphyAPI

Public facing API docs, notes and more
1.9k stars 282 forks source link

How to fetch a random GIF with multiple tags? #210

Closed zinfulness closed 4 years ago

zinfulness commented 4 years ago

tag is a string, so can you only fetch a random GIF with a single tag, despite the fact that GIFs on Giphys can have multiple tags?

shwetaatgiphy commented 4 years ago

Hey @zinfulness You can pass multiple tags in the field by adding a space in between and http encoding the string. For eg: https://api.giphy.com/v1/gifs/random?api_key=YOUR_API_KEY&tag=cat%20tuna%20fish

Hope this helps.