Community
The Community API service offers you the ability to discover, search, and retrieve communities related to recipe content that exist on Whisk.
Let's first understand the Community object and its data structure before looking at its endpoints’ description.
Community Object
A Community object is a collection of arrays and attributes that defines the data structure for any given community.
This is how the data structure of a community looks:
Core Data
The following attributes define the core of a community:
Image
The image
object contains the following attributes that store details of the cover image added in the community.
Optional Data
The community data structure may include extra information based on any additional parameters included in the API request.
Topics
Topics are categories that appear on the home page of your Whisk app or website like - Featured Communities, 30 Minutes Meals, Quick and Healthy, etc. Each community is assigned a category at the time of its creation, and later we may also add it to the Featured Communities topic if we like it. The topics
array contains a list of such topics that include the community.
Each topic contains the following attributes:
Social Settings
This object contains details on the community's presence on different social platforms.
Permissions
This object contains information on your role in the community and other details like the community's general visibility and contribution scope.
Endpoints
Community API includes the following endpoints that you can use to pull, discover or search communities and their details.
Last updated