Emoji Variations
documentedFetch variations for a given emoji.
GET api.giphy.com/v2/emoji/{gif_id}/variationsEmojino implementation yet0 runsNo 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/v2/emoji/{{$gif_id}}/variations?api_key={{GIPHY_API_KEY}}&limit={{$limit}}&offset={{$offset}}\" \
-X GET \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\"