Fetches an avatar image associated with an email address or OpenID URL by its hash. Supports various default image options and size customization.
- Provider
- Libravatar Avatar API
- Input summary
- {"name":"hash","type":"string","required":true,"description":"MD5 or SHA256 hash of a lowercased email address or normalized OpenID URL."}, {"name":"s","type":"integer","required":false,"description":"Size of the avatar image in pixels (1 to 512). Alias for 'size'."}, {"name":"size","type":"integer","required":false,"description":"Size of the avatar image in pixels (1 to 512). Alias for 's'."}, {"name":"d","type":"string","required":false,"description":"Default image to return if no avatar is found. Can be a relative path or one of the predefined values.","enum":["404","mm","mp","identicon","monsterid","wavatar","retro","roboha..., {"name":"default","type":"string","required":false,"description":"Default image to return if no avatar is found. Can be a relative path or one of the predefined values. Alias for 'd'.","enum":["404","mm","mp","identicon","monsterid","wav..., {"name":"f","type":"string","required":false,"description":"Force use of default image even if an avatar exists. Only effective when set to 'y'. Alias for 'forcedefault'.","enum":["y"]}, {"name":"forcedefault","type":"string","required":false,"description":"Force use of default image even if an avatar exists. Only effective when set to 'y'. Alias for 'f'.","enum":["y"]}, {"name":"robohash","type":"string","required":false,"description":"When d=robohash, specifies which robohash image set to use.","enum":["set1","set2","set3"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available