Get all your gifs
Integrate GIPHY's API to access the world's best collection of GIFs for your business, app, or project.
import requests
url = "https://api.giphy.com/v1/gifs/search"
params = {
"api_key": "YOUR_API_KEY",
"q": "funny",
"limit": 1
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)