Sign in

Emoji Variations

documented

Fetch variations for a given emoji.

GET api.giphy.com/v2/emoji/{gif_id}/variationsEmojino 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/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\"