giphy.com

Giphy API

🔑 apikey 10 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

giphy-python-client ✓ Official
pip install giphy-python-client
giphy-react-native-sdk ✓ Official
npm install giphy-react-native-sdk
npm install solid-giphy
npm install react-native-giphy-ui
giphy-js-sdk-core ✓ Official
npm install giphy-js-sdk-core
npm install react-native-giphy-keyboard
giphy-ruby-client ✓ Official
gem install giphy-ruby-client
giphy-android-sdk ✓ Official
# Maven: see https://github.com/Giphy/giphy-android-sdk
giphy-flutter-sdk ✓ Official
# See https://github.com/Giphy/giphy-flutter-sdk
giphy-ios-sdk ✓ Official
# See https://github.com/Giphy/giphy-ios-sdk
curl examples
Get GIFs by ID
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs
Random GIF
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs/random
Search GIFs
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs/search
Endpoints (10 total)
GET
/gifs
Get GIFs by ID
GET
/gifs/random
Random GIF
GET
/gifs/search
Search GIFs
GET
/gifs/{gifId}
Get GIF by Id
GET
/gifs/trending
Trending GIFs
GET
/gifs/translate
Translate phrase to GIF
GET
/stickers/random
Random Sticker
GET
/stickers/search
Search Stickers
GET
/stickers/trending
Trending Stickers
GET
/stickers/translate
Translate phrase to Sticker
At a glance
Total SDKs10
Languages7
Endpoints10
Authapikey
Categories1
https://api.giphy.com/v1