v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Analytics

Get frequency vs engagement

Returns the correlation between posting frequency (posts per week) and engagement rate, broken down by platform. Helps find the optimal posting cadence for each platform. Each row represents a specific (platform, posts_per_week) combination with the average engagement rate observed across all weeks matching that frequency. Requires the Analytics add-on.

get/v1/analytics/posting-frequency

Query parameters

platformstring

Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.

profileIdstring

Filter by profile ID. Omit for all profiles.

accountIdstring

Filter by social account ID. Omit for all accounts.

source'all' | 'late' | 'external'

Filter by post origin. "late" for posts published via Zernio, "external" for posts imported from platforms.

Response

Posting frequency data

Example response

{
  "frequency": [
    {
      "platform": "instagram"
    }
  ]
}