@me) or another user’s public profile.
Behavior
id=@mereturns your full account profile, includingapiKey,relayKey,limits,subscription,uploads, and your settings.themeis your selected color theme. It is only returned on the@meprofile, never on other users. It isnullif you have not picked one. Set it with/theme.subscriptionis only returned on@meand reflects your current plan and lifecycle. See the Subscription block below.id=<userId>returns a public-safe profile for that user.badgesis always included and follows this order:verified,staff,partner,bugHunterTier,translator,plus.bugHunterTieris an integer from0to2:0is no badge,1is Bug Hunter,2is Elite Bug Hunter.includePostscontrolspublicUploads.includePostsdefaults tofalsefor@meandtruefor non-self requests.postsLimitlimitspublicUploadsto1to50(default50).- Non-self profiles include a
blockedByYouboolean indicating whether you have blocked that user. followerCountandfollowingCountare always included on both@meand non-self profiles.- Non-self profiles include a
followingboolean indicating whether you (the requesting user) follow that user. - If the target user has blocked you, the endpoint returns
403with"You have been blocked by this user.".
Examples
Fetch your own profile:Responses
@me returns your full account profile, including apiKey, relayKey, and limits.
Subscription block
Returned only on@me. Describes the user’s current plan and how they got it.
A non-self request returns a public-safe profile with
blockedByYou, following, followerCount, followingCount, and (by default) publicUploads.

