Fetch either your own profile (Documentation Index
Fetch the complete documentation index at: https://docs.snipp.gg/llms.txt
Use this file to discover all available pages before exploring further.
@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.includePostscontrolspublicUploads.includePostsdefaults tofalsefor@meandtruefor non-self requests.postsLimitlimitspublicUploadsto1to50(default50).- Non-self profiles include a
blockedByYouboolean indicating whether you have blocked 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.
| Field | Type | Description |
|---|---|---|
plan | "free" | "plus" | "enterprise" | Current effective plan. |
status | string | null | active, trialing, past_due, canceled, expired, incomplete, or gifted for redeemed/comp’d accounts. null for free users. |
started_at | timestamp | null | When the paid subscription began. null for free or gifted plans. |
expires_at | timestamp | null | When access ends. For renewing subscriptions this is the next billing date. null means no fixed expiry (e.g. permanent comp). |
cancel_at_period_end | boolean | true when the user has canceled but still has access until expires_at. Always false for gifted plans. |
gifted | boolean | true when the current plan comes from a redeemed gift code or an admin-applied comp, not a Stripe subscription. |
blockedByYou and (by default) publicUploads.

