← Back to Dashboard

Pixabay

PhotographyActiveFreeAuth: API KeyDoc: HTML
Visit Website ↗

Description

Photography

✨ AI Summary

The Pixabay API provides access to a large collection of free-to-use photos, illustrations, vector graphics, and videos.

Code Example

import requests

api_key = 'YOUR_API_KEY'
query = 'yellow flowers'
url = f'https://pixabay.com/api/?key={api_key}&q={query}&image_type=photo'

response = requests.get(url)
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)