Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 569 Bytes

Avatar API - You'll adore them too!

The name is in honor of the previous API we were using, adorable.io. Thank you!

Quick and dirty API for avatars, based on dicebears work.

GET http://myurl/api/v1/human/:width/:height/:seed
GET http://myurl/api/v1/avataaars/:width/:height/:seed

If you want an AWS S3 url with the image you can do:

GET http://myurl/api/v1/avataaars/:width/:height/:seed?show_url=yes

You receive:

{
    "url": "https://****.amazonaws.com/mypicture.png"
}