Skip to content

Return avatar url for a user

GET
/api/v4/avatar
email
required
string
nullable

Public email address of the user

size
integer
nullable

Single pixel dimension for Gravatar images

OK

Media type application/json
object
avatar_url
string
Example generated
{
"avatar_url": "example"
}

Bad Request