Images
Get guild member avatar
Retrieve a guild-specific member avatar.
GET
Get guild member avatar
Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Guild ID
User ID
Avatar filename
Query Parameters
Target image size in pixels. Default: 128 Allowed image sizes in pixels
Available options:
16, 20, 22, 24, 28, 32, 40, 44, 48, 56, 60, 64, 80, 96, 100, 128, 160, 240, 256, 300, 320, 480, 512, 600, 640, 1024, 1280, 1536, 2048, 3072, 4096 Example:
"128"
Output image format. Default: webp Allowed image output formats
Available options:
png, jpg, jpeg, webp, gif Example:
"webp"
Image quality level. Default: high Image quality levels: high (default), low (smaller files), lossless (no compression)
Available options:
high, low, lossless Example:
"high"
Whether to return animated images (GIF, APNG). Default: false
Available options:
true, false Response
Image data
The response is of type file.
Get guild member avatar