javaguirre / avatar-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%