Sign in

List Trending Clips

documented

Return a list of Trending Clips.

GET api.giphy.com/v1/clips/trendingClipsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.giphy.com/v1/clips/trending?api_key={{GIPHY_API_KEY}}&limit={{$limit}}&offset={{$offset}}&country_code={{$country_code}}&rating={{$rating}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List Trending Clips · GIPHY · OpenIntegrations