Answer the question
In order to leave comments, you need to log in
How to solve the problem with GIPHY API?
I'm trying to build my test project based on the API from the giphy.com service and there is the following request form for searching for animations:
https://api.giphy.com/v1/gifs/search?api_key=wMqvSK3gHL65KRyFxTxyrNCUCJbskKtb&q=cs go&limit=20&offset=0
JSON
a file with 20 animations on request 'cs go'
. https://api.giphy.com/v1/gifs/search?api_key=wMqvSK3gHL65KRyFxTxyrNCUCJbskKtb&q=cs go&limit=10&offset=0
"cs go"
(don't ask me what forced me to look for just such gifs) and precisely when the parameter is limited limit
to 10. If you change it limit
to any other value (even < 10) - everything works correctly. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question