Retrieve user profile data. Includes badge flags and a badges object (ordered as verified, staff, partner, bugHunterTier, translator, plus). For non-self requests, public profile uploads are included by default as publicUploads.
@me) or another user’s public profile.
id=@me returns your full account profile, including key, keyHasUploadsAccess, and uploads.id=<userId> returns a public-safe profile for that user.badges is always included and follows this order: verified, staff, partner, bugHunterTier, translator, plus.includePosts controls publicUploads.includePosts defaults to false for @me and true for non-self requests.postsLimit limits publicUploads to 1-50 (default 50).blockedByYou boolean indicating whether you have blocked that user.403 with "You have been blocked by this user.". Staff accounts are exempt.Your API key from Snipp.gg
User ID or @me for the authenticated user
Include publicUploads in the response. Defaults to true for non-self requests and false for @me.
Maximum number of publicUploads to return (1-50, default 50).
1 <= x <= 50User data