posts

Get posts feed

Retrieve a curated, paginated list of posts.

get/v1/posts/feed

Query parameters

cursorstring

Cursor for pagination

limitinteger

Maximum number of items to return (1-60, default: 20)

boolean
OR
string

Include full content fields (json, staticHtml, markdown) in the post. Default: false

Response

Feed items retrieved successfully

Changes

Changed in 12 of the 61 revisions of this API.927

    • added the optional property items/items/post/canonicalUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/post/communityId to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/post/publishOnline to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/post/imageAlt to the response with the 200 status

      response-optional-property-added

    • removed the optional property items/items/publication/disableComments from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/publication/emailNotifications/newComment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/publication/disableHighlights from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/publication/emailNotifications/newContentCollected from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/publication/emailNotifications/newPaidSubscriber from the response with the 200 status

      response-optional-property-removed

  • 36c72d74820a21See the full diff
    • removed the optional property items/items/post/authors/items/farcaster from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/user/farcaster from the response with the 200 status

      response-optional-property-removed

    • response property items/items/publication/disableComments list-of-types was narrowed by removing types string from media type application/json of response 200

      response-property-list-of-types-narrowed

    • removed the optional property error from the response with the 400 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • added the optional property items/items/publication/bodyFont to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/disableComments to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/disableHighlights to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/emailNotifications to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/enableSubscribePopup to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/enableSubscribeScroll to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/enableTableOfContents to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/featuredPost to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/headerFont to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/hideStats to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/pinnedPostIds to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/postListType to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/showMostPopular to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/publication/themeColor to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/post/status to the response with the 200 status

      response-optional-property-added

    • query request parameter includeContent list-of-types was widened by adding types string

      request-parameter-list-of-types-widened

    • for the query request parameter includeContent, the type/format was generalized from boolean null/ to /

      request-parameter-type-generalized

    • added the optional property items/items/post/views to the response with the 200 status

      response-optional-property-added