GET /recipes/9038/recommended/?format=api&page=8&page_size=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 87,
    "next": null,
    "previous": "https://www.sidechef.com/recipes/9038/recommended/?format=api&page=7&page_size=12",
    "results": [
        {
            "id": 8336,
            "name": "Big Apple Pancake",
            "active_time": 2100,
            "rating": 4.8,
            "cover_pic_url": "https://www.sidechef.com/recipe/ebbbc712-12f9-4156-81c4-ea4853b50455.jpg",
            "first_dish_tag": "Easy",
            "ingredient_count": 9,
            "owner": {
                "id": 1014,
                "full_name": "Alexandra's Kitchen",
                "photo_url": "https://www.sidechef.com/profile/3b00a745-40f3-4936-95a7-1fe679326f9e.jpeg",
                "kol": {
                    "id": 65,
                    "slug": "alexandras-kitchen",
                    "photo_url": "https://www.sidechef.com/profile/3472b277-511c-43a2-a066-c131291d5d5b.jpeg",
                    "premium": false
                }
            },
            "premium": false,
            "price_per_serving": "2.66",
            "recipe_type": 0,
            "servings": 4,
            "recipe_url_slug": "big_apple_pancake"
        },
        {
            "id": 8050,
            "name": "Passion Fruit Ice Cream",
            "active_time": 15600.0,
            "rating": 5.0,
            "cover_pic_url": "https://www.sidechef.com/recipe/12c74e42-dbea-42ac-b842-27f4e0098c03.jpg",
            "first_dish_tag": "Low-Fat",
            "ingredient_count": 7,
            "owner": {
                "id": 163458,
                "full_name": "Bake with Paws",
                "photo_url": "https://www.sidechef.com/profile/f285afab-65cf-4329-81f6-24f714ff79f0.jpg",
                "kol": {
                    "id": 99,
                    "slug": "bake-with-paws",
                    "photo_url": "https://www.sidechef.com/profile/d2f56c3c-e6a9-484e-91ae-9f5475313a19.jpg",
                    "premium": false
                }
            },
            "premium": false,
            "price_per_serving": "1.25",
            "recipe_type": 0,
            "servings": 10,
            "recipe_url_slug": "passion_fruit_ice_cream"
        },
        {
            "id": 8049,
            "name": "Green Tea Ice Cream",
            "active_time": 15600.0,
            "rating": 4.0,
            "cover_pic_url": "https://www.sidechef.com/recipe/5a7634fc-df1f-4943-a129-d71bef846bc8.jpg",
            "first_dish_tag": "Low-Fat",
            "ingredient_count": 7,
            "owner": {
                "id": 163458,
                "full_name": "Bake with Paws",
                "photo_url": "https://www.sidechef.com/profile/f285afab-65cf-4329-81f6-24f714ff79f0.jpg",
                "kol": {
                    "id": 99,
                    "slug": "bake-with-paws",
                    "photo_url": "https://www.sidechef.com/profile/d2f56c3c-e6a9-484e-91ae-9f5475313a19.jpg",
                    "premium": false
                }
            },
            "premium": false,
            "price_per_serving": "0.53",
            "recipe_type": 0,
            "servings": 10,
            "recipe_url_slug": "green_tea_ice_cream"
        }
    ]
}