'How to Fatch data from shutteratock api using django?

view.py:

curl -X GET "https://api.shutterstock.com/v2/images/search"
--header "Authorization: Bearer $SHUTTERSTOCK_API_TOKEN"
-G
--data-urlencode "query=hiking"
--data-urlencode "image_type=photo"
--data-urlencode "orientation=vertical"
--data-urlencode "people_number=3"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source