Returns the four headline community counters — members, posts, comments and spaces — each with a period-over-period comparison.
start_date and end_date default to the last 30 days and are read as plain dates in UTC. The comparison baseline is always the same window shifted back one calendar month, regardless of how wide the requested range is, so a seven-day range is compared against the same seven days a month earlier. comparison comes back as a string.
Endpoint
Method:
GETPath:
/analytics/overview/widgetEdition: PRO
Controller:
ReportsController@getOverviewWidgetRoute source:
fluent-community-pro/app/Http/Routes/api.php:71Controller source:
fluent-community-pro/app/Http/Controllers/ReportsController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro. Counts are unfiltered by status, so drafts and pending posts are included.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET Get Overview Widget Report
Returns the four headline community counters — members, posts, comments and spaces — each with a period-over-period comparison.
Controller: ReportsController@getOverviewWidget
Route source: fluent-community-pro/app/Http/Routes/api.php:71
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response