Is this a PFP downloader, a PP downloader, or a profile viewer?
All of them — those are different names for the same thing. Discord profile pictures get called avatars, PFPs, PPs, or DPs depending on who is asking, and this page views and downloads them either way, plus profile banners.
Can I look someone up by username instead of user ID?
Not here. Discord's API has no public username search, so this page resolves profiles by user ID instead of guessing at a name. Getting the ID takes two clicks — turn on Developer Mode in Discord settings, then right-click the user and choose Copy User ID.
Does downloading an avatar notify the user?
No. Profile pictures are served from Discord's public CDN and fetching one is invisible to the account it belongs to.
Why is the avatar blurry when I enlarge it?
Ask for a larger CDN size instead of scaling the image up. Discord stores avatars up to 4096 pixels, but it serves a small version by default.
How do I find a Discord user ID?
Enable Developer Mode in Discord settings, right-click a user, and choose Copy User ID.
Why does avatar lookup need an API token?
Discord CDN avatar URLs need the user's avatar hash. A server-side Discord API lookup is the reliable way to get that hash from a user ID.
What avatar sizes does Discord support?
Discord commonly serves avatar images at 128, 256, 512, 1024, 2048, and 4096 pixels.
Can this download bot avatars?
Yes, bot users use the same avatar system as normal Discord users when the lookup API can access them.