Build applications using the world's most powerful imagery
The Getty Images API provides access to the world's most powerful imagery for application development.
import requests
url = "https://api.gettyimages.com/v3/images/search?phrase=cat"
headers = {
"x-api-key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)