---
title: "Get Profile Details"
method: GET
path: "/api/profiles/{username}"
tags: ["Public Profiles"]
---

# Get Profile Details

`GET /api/profiles/{username}`

Get profile details by username.

## Query parameters

- `fresh` boolean, nullable — If `true` then OnlyFansAPI will always return the real time information about profile (eg. when was the profile last online).

## Response `200`

- object
  - `data` object
    - `ofapi_gender` string
    - `ofapi_gender_confidence` number
    - `view` string
    - `avatar` string
    - `avatarThumbs` object
      - `c50` string
      - `c144` string
    - `header` string
    - `headerSize` object
      - `width` integer
      - `height` integer
    - `headerThumbs` object
      - `w480` string
      - `w760` string
    - `id` integer
    - `name` string
    - `username` string
    - `canLookStory` boolean
    - `canCommentStory` boolean
    - `hasNotViewedStory` boolean
    - `isVerified` boolean
    - `canPayInternal` boolean
    - `hasScheduledStream` boolean
    - `hasStream` boolean
    - `hasStories` boolean
    - `tipsEnabled` boolean
    - `tipsTextEnabled` boolean
    - `tipsMin` integer
    - `tipsMinInternal` integer
    - `tipsMax` integer
    - `canEarn` boolean
    - `canAddSubscriber` boolean
    - `subscribePrice` integer
    - `isRestricted` boolean
    - `canRestrict` boolean
    - `subscribedBy` boolean
    - `subscribedByExpire` string, nullable
    - `subscribedByExpireDate` string, nullable
    - `subscribedByAutoprolong` string, nullable
    - `subscribedIsExpiredNow` string, nullable
    - `currentSubscribePrice` string, nullable
    - `subscribedOn` boolean
    - `subscribedOnExpiredNow` string, nullable
    - `subscribedOnDuration` string, nullable
    - `joinDate` string
    - `isReferrerAllowed` boolean
    - `about` string
    - `isMarkdownDisabledForAbout` boolean
    - `website` string
    - `wishlist` string, nullable
    - `location` string, nullable
    - `postsCount` integer
    - `archivedPostsCount` integer
    - `privateArchivedPostsCount` integer
    - `photosCount` integer
    - `videosCount` integer
    - `audiosCount` integer
    - `mediasCount` integer
    - `lastSeen` string
    - `favoritesCount` integer
    - `favoritedCount` integer
    - `showPostsInFeed` boolean
    - `canReceiveChatMessage` boolean
    - `isPerformer` boolean
    - `isRealPerformer` boolean
    - `isSpotifyConnected` boolean
    - `subscribersCount` string, nullable
    - `hasPinnedPosts` boolean
    - `hasLabels` boolean
    - `canChat` boolean
    - `avatarHeaderConverterUpload` boolean
    - `isPrivateRestriction` boolean
    - `showSubscribersCount` boolean
    - `showMediaCount` boolean
    - `subscribedByData` string, nullable
    - `subscribedOnData` string, nullable
    - `canCreatePromotion` boolean
    - `canCreateTrial` boolean
    - `isAdultContent` boolean
    - `canTrialSend` boolean
    - `hasLinks` boolean
    - `referalBonusSummForReferer` integer
    - `firstPublishedPostDate` string
    - `isSpringConnected` boolean
    - `isFriend` boolean
    - `isBlocked` boolean
    - `canReport` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
