For example if you have the following short flickr url: http://flic.kr/p/dnUvGp
How can you get the image url of the image shared by the link? (Without sending multiple requests)
For instagram you can just add media/?size=l to the url, and you get the image. Is there such a trick for flickr instead of using the API?