Get All Tags
Retrieve a list of all unique tags from published articles.Endpoint
Response
Indicates if the request was successful
Array of unique tag strings from all published articles
Response Example
Get Featured Articles
Retrieve featured articles for homepage display.Endpoint
Query Parameters
Maximum number of featured articles to return
Response
Indicates if the request was successful
Array of featured article objects (same structure as List Articles)
Response Example
Get Recipes
Retrieve only recipe articles.Endpoint
Query Parameters
Page number for pagination
Number of recipes per page
Filter by tag (e.g., “breakfast”, “dinner”, “low-fodmap”)
Search query to filter recipes
Response
Same structure as List Articles, but only returns articles wherecategory is "recipe".
Available Categories
The following categories are available for filtering:| Category | Description |
|---|---|
recipe | FODMAP-friendly recipes |
article | Educational articles about IBS and FODMAP |
tip | Quick tips and tricks for managing IBS |
wellness | General wellness and lifestyle content |
news | Latest news and research in digestive health |
Notes
- All endpoints return only
publishedarticles - No authentication is required for these endpoints
- Tags are case-sensitive
- Featured articles are determined by the
isFeaturedflag set by admins