Multiavatar API
To get an avatar as SVG code, pass the avatar's ID as the URL parameter:
https://api.multiavatar.com/Binx Bond
JavaScript API call example to get SVG code:
let avatarId = 'Binx Bond'
fetch('https://api.multiavatar.com/'
+JSON.stringify(avatarId))
.then(res => res.text())
.then(svg => console.log(svg))
To get an avatar as SVG file, add .svg to the end of the URL:
https://api.multiavatar.com/Binx Bond.svg
To get an avatar as PNG file, add .png to the end of the URL:
https://api.multiavatar.com/Binx Bond.png
20 requests per minute. For limits increase, please contact.
More info:
https://multiavatar.com