Skip to main content
GET
/
analytics
/
content
/
posts
Posts analytics
curl --request GET \
  --url https://api.postflow.app/v1/analytics/content/posts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "postTitle": "<string>",
      "content": "<string>",
      "postLink": "<string>",
      "mediaCount": 123,
      "firstMedia": {
        "id": "<string>",
        "organization_id": "<string>",
        "user_id": "<string>",
        "media_folder_id": "<string>",
        "is_media_library": true,
        "type": 1,
        "url": "<string>",
        "client_name": "<string>",
        "file_name": "<string>",
        "mime_type": "<string>",
        "extension": "<string>",
        "size": 123,
        "thumbnail": "<string>",
        "preview": "<string>",
        "width": 123,
        "height": 123,
        "aspect_ratio": 123,
        "duration": 123,
        "fps": 123,
        "video_thumbnail_frame": "<string>",
        "video_thumbnail_custom": "<string>",
        "video_thumbnail_time": 123,
        "page_count": 123,
        "page_previews": [
          "<string>"
        ],
        "conversions": [
          "<string>"
        ],
        "alt_text": "<string>",
        "pivot_alt_text": [
          "<string>"
        ],
        "note": "<string>",
        "origin": 1,
        "is_processing": true,
        "is_converted": true,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      },
      "postType": "text",
      "postMetric": {
        "id": "<string>",
        "post_id": "<string>",
        "post_detail_id": "<string>",
        "social_account_id": "<string>",
        "social_post_id": "<string>",
        "score": 123,
        "views": 123,
        "reach": 123,
        "likes": 123,
        "dislikes": 123,
        "shares": 123,
        "quotes": 123,
        "replies": 123,
        "saves": 123,
        "follows": 123,
        "user_profile_clicks": 123,
        "post_link_clicks": 123,
        "post_other_clicks": 123,
        "engagements": 123,
        "engagement_rate_impressions": 123,
        "engagement_rate_reach": 123,
        "video_views": 123,
        "video_watch_time_total": 123,
        "video_watch_time_avg": 123,
        "score_1": 123,
        "score_2": 123,
        "score_3": 123,
        "score_4": 123,
        "score_5": 123,
        "score_6": 123,
        "score_7": 123,
        "score_8": 123,
        "score_9": 123,
        "score_10": 123,
        "updated_at": "2023-11-07T05:31:56Z",
        "published_at": "2023-11-07T05:31:56Z",
        "poll_results": [
          "<string>"
        ],
        "poll_votes": 123,
        "postDetail": {
          "id": "<string>",
          "social_network": "twitter",
          "post_type": "text",
          "post_id": "<string>",
          "social_account_id": "<string>",
          "enabled": true,
          "is_customized": true,
          "status": 1,
          "stories": [
            "<string>"
          ],
          "is_story": true,
          "published_at": "2023-11-07T05:31:56Z",
          "user_error_message": "<string>",
          "content": "<string>",
          "link_preview": {
            "url": "<string>",
            "host": "<string>",
            "title": "<string>",
            "description": "<string>",
            "image_url": "<string>"
          },
          "post_link": "<string>",
          "firstComment": {
            "id": "<string>",
            "condition_type": 1,
            "condition_value": 123,
            "publishing_failed": true,
            "user_error_message": "<string>",
            "published_at": "2023-11-07T05:31:56Z",
            "created_at": "2023-11-07T05:31:56Z"
          }
        },
        "items": []
      }
    }
  ],
  "links": [
    "<unknown>"
  ],
  "meta": {
    "current_page": 123,
    "first_page_url": "<string>",
    "from": 123,
    "last_page": 123,
    "last_page_url": "<string>",
    "next_page_url": "<string>",
    "path": "<string>",
    "per_page": 123,
    "prev_page_url": "<string>",
    "to": 123,
    "total": 123
  },
  "sum": {
    "score": 123,
    "views": 123,
    "reach": 123,
    "likes": 123,
    "dislikes": 123,
    "shares": 123,
    "quotes": 123,
    "replies": 123,
    "saves": 123,
    "follows": 123,
    "user_profile_clicks": 123,
    "post_link_clicks": 123,
    "post_other_clicks": 123,
    "engagements": 123,
    "engagement_rate_impressions": 123,
    "engagement_rate_reach": 123,
    "video_views": 123,
    "video_watch_time_total": 123,
    "video_watch_time_avg": 123,
    "poll_votes": 123
  },
  "avg": {
    "score": 123,
    "views": 123,
    "reach": 123,
    "likes": 123,
    "dislikes": 123,
    "shares": 123,
    "quotes": 123,
    "replies": 123,
    "saves": 123,
    "follows": 123,
    "user_profile_clicks": 123,
    "post_link_clicks": 123,
    "post_other_clicks": 123,
    "engagements": 123,
    "engagement_rate_impressions": 123,
    "engagement_rate_reach": 123,
    "video_views": 123,
    "video_watch_time_total": 123,
    "video_watch_time_avg": 123,
    "poll_votes": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date-time>
required
end
string<date-time>
required
groupId
number
required
socialAccountIds[]
string[] | null
compareTo
enum<string> | null
Available options:
period,
year,
null
postTypes[]
enum<string>[]

Omit to get them all.

Available options:
text,
link,
image,
video,
short,
carousel,
poll,
story,
audio,
document,
gallery

Response

data
AnalyticsContentPost · object[]
required
meta
object
required
sum
PostMetricBaseData · object
required
avg
PostMetricBaseData · object
required