← Back to Dashboard

Dicebear Avatars

Test DataActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Generate random pixel-art avatars

✨ AI Summary

Generate random pixel-art avatars for profiles and designs, customizable with seeds and styles.

Code Example

import requests

seed = "test-seed"
url = f"https://api.dicebear.com/7.x/pixel-art/svg?seed={seed}"
response = requests.get(url)

# The response.text contains the SVG data
print(response.text)
# Example: with open(f"{seed}.svg", "w") as f:
#     f.write(response.text)

Live Health Metrics

Last 50 checks (10 min intervals)