Skip to content

In honor of adorable.io, I've created this api using avatars

Notifications You must be signed in to change notification settings

javaguirre/avatar-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

In honor of adorable.io, I've created this api using avatars

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%