Access User Avatars Without Hash #7441
Unanswered
chimpdev
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
This idea sounds good |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Discord provides a way to access user avatars using the following URL structure:
While this method works, it requires obtaining the avatar hash beforehand, adding an extra step when all that is needed is the most up-to-date avatar for a user.
Proposed Solution
Introduce an alternative URL format that allows retrieving the latest avatar without requiring the hash:
This endpoint would automatically serve the most recent avatar for the specified user ID, streamlining the process for developers.
Benefits
Would love to hear feedback.
Beta Was this translation helpful? Give feedback.
All reactions