Skip to main content
GET
Get current audience counts
Mallary updates supported audience counts once every 24 hours. Use profile_id for a non-default profile. Omit it to use the default profile. The response includes every connected account. count is the latest saved number when Mallary can collect it.
  • YouTube returns subscribers.
  • Facebook Pages, Instagram, Threads, X, and Pinterest return followers. Facebook may return page_likes when that is the only count the Page gives Mallary.
  • TikTok and LinkedIn return permission_required until Mallary adds the needed permissions.
  • Other platforms may return unsupported when they do not provide an account audience count.
Mallary does not add the counts together. The same person may follow more than one account.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Query Parameters

profile_id
string

Connection profile to inspect. Omit to use the default profile. Random public connection profile ID returned by GET /api/v1/profiles.

Pattern: ^[A-Za-z0-9]{6,32}$
Example:

"AbC123xYz90"

Response

Audience counts retrieved

status
enum<string>
required
Available options:
ok
data
object
required
Last modified on August 14, 2026