Skip to content

FluentCommunity REST API

This reference covers 226 routes registered in the FluentCommunity core and module route files.

Base URL

https://your-site.com/wp-json/fluent-community/v2

Authentication

  • Admin and settings routes: typically used with WordPress Application Passwords.
  • Portal routes: typically use cookie authentication plus a nonce in browser contexts.
  • Method override: the FluentCommunity frontend sends PUT, PATCH, and DELETE requests as POST requests with X-HTTP-Method-Override.

Modules

ModuleEditionRoute CountDescription
Feeds APICore + PRO19Feed creation, retrieval, discovery, ticker updates, bookmarks, and markdown preview.
Spaces APICore + PRO23Space discovery, lifecycle management, joins/leaves, lock screen configuration, and group organization.
Members APICore5Global member listing plus space-scoped membership management endpoints.
Comments APICore8Feed comment listing, creation, updates, deletes, and single comment retrieval.
Reactions APICore6Feed/comment reactions plus survey vote and survey voter endpoints.
Notifications APICore5Read, unread, mark-as-read, and mark-all-read notification workflows.
Activity APICore1Activity feed retrieval, including support for pinned and trending content.
Profile APICore + PRO16Public profile retrieval plus profile edits, memberships, comments, spaces, and notification preferences.
Media APICore4Feed media uploads, media preview cleanup, and Fluent Player video upload/content endpoints.
Settings APICore + PRO20Feature flags, menu configuration, customization settings, privacy settings, and Fluent Player settings.
Admin APICore + PRO36General admin settings, email/storage configuration, onboarding, profile links, and course discovery.
Options APICore3Portal bootstrap variables, server-rendered sidebar HTML, and menu item payloads.
Courses APICore + PRO41Portal course consumption endpoints and the full course administration surface.
Migrations APICore4BuddyBoss and BuddyPress migration discovery, execution, and status polling.
Invitations APICore5Invitation listing, creation, resend, delete, and link-generation endpoints.
Cart Integration APICore5FluentCart-backed paywall search, creation, retrieval, and removal for spaces.
Reports APIPRO17Analytics, moderation reporting, and Pro reporting endpoints for administrators.
Documents APIPRO4Document library upload, listing, update, delete, and download-related portal endpoints.
Giphy APIPRO1Giphy search and media discovery endpoints exposed by the Pro media integration.
Leaderboard APIPRO3Public leaderboard retrieval plus administrator level configuration endpoints.

FluentCommunity developer documentation