GiphyAPI icon indicating copy to clipboard operation
GiphyAPI copied to clipboard

Public facing API docs, notes and more

Results 31 GiphyAPI issues
Sort by recently updated
recently updated
newest added

According to the [official oembed specs](https://oembed.com/#section2.3), the provider response is required to include the `type` and `version` parameters. The giphy oembed service (https://giphy.com/services/oembed) _fails to include the `version` parameter_. It...

bug

I believe https://github.com/Giphy/giphy-ruby-client/issues/8 was caused by a server-side regression. It used to expect a flat response and now returns a collection of images? https://github.com/Giphy/giphy-ruby-client/blob/master/docs/RandomGif.md

Hello, I'm trying to use the oembed API as follows `https://giphy.com/services/oembed?url=https://giphy.com/gifs/nike-kevin-hart-pun-move-with-26uf9hKcvYybzauDm`. The returned response does not contain the html. I understand that the *photo* type does not contain html as...

bug

Hi there, Is it possible to view the logs for API calls to an app (i.e in last 24 hours) ? It would be great for analytics purposes and better...

enhancement

A lot of people have asked for an adult content filter, but I want the exact opposite. When you pass 'rating=r' in your query params it also includes all ratings...

enhancement

We build a social intranet where people can embed Giphy images in their posts. But we can't figure out how to get a full url (and gif id) from one...

When calling the oEmbed provider from JavaScript in a browser there are no CORS headers in the response. This obviously causes the browser to block the request. Any chance we...

bug

Hi there, I came to post this issue before I knew there was a public API I could use directly but this issue might be worth mentioning anyway (maybe not...

Hey Giphy team, I've got kind of a weird use case with an app i'm working on, and i've stumbled onto some strange behavior with the Random API Endpoint. I've...

I've discovered a hard limit in the Giphy API for offset (4999). this can be observed below: [API call with offset of 4998](http://api.giphy.com/v1/gifs/search?q=funny&api_key=dc6zaTOxFJmzC&offset=4998&limit=1). [API call with offset of 4999 (empty...

documentation