Skip to main content

What it does

Returns public posts from a user’s profile as visible to not logged in users. This feed is not guaranteed to be chronological and is often a ranked public selection.

Tool details

Parameters

Example

Available data fields

  • @context
  • type
  • partOf
  • totalItems
  • cursor
  • nextCursor
  • next
  • itemCount
  • orderedItems

Available item fields

  • type
  • id
  • url
  • entityId
  • content
  • published
  • likeCount
  • replyCount
  • viewCount
  • repostCount
  • quoteCount
  • saveCount
  • contentFormat
  • isEdited
  • attributedTo
  • inReplyTo
  • quote
  • image
  • attachment
  • tag

Response notes

Successful calls return a JSON object with a top-level data field and, when available, metadata.creditsUsed and metadata.creditsRemaining. See response format, pagination, and credits.