I'm trying to get the URLs of multiple images using Imgur's Gallery Search API.
I ran a test of the API using Postman and was able to get a response.
I then used the q_size_px
parameter to specify the size of the image to get.
Status is 200, but I didn't get anything back.
Is there a way to specify multiple parameters for a query?
I want to specify the image size and multiple image types.
From https://api.imgur.com/endpoints/gallery#gallery-search :
SO if you use q_size_px
it will ignore you q
parameter
So you cant search for multi type and size in same time, you need to do multiple request for each file extenssion