cURL
curl --request GET \ --url https://api.example.com/api/collections/featured
Get the most popular collections for the discover page.
isFavorited
{ "collections": [ { "id": "uuid", "name": "Street Photography Recipes", "description": "Best recipes for urban shooting", "user_id": "uuid", "author_username": "curator", "author_avatar": "https://...", "recipe_count": 12, "favorite_count": 35, "is_public": true, "is_favorited": false, "created_at": "2025-01-15T10:30:00Z" } ] }
favorite_count