---
title: "Get recipes related to the given recipeId"
method: GET
path: "/recipe/{recipeId}/related"
tags: ["Recipe"]
---

# Get recipes related to the given recipeId

`GET /recipe/{recipeId}/related`

## Path parameters

- `recipeId` integer, required

## Query parameters

- `pg` integer
- `rpp` integer

## Response `200`

OK

- BigOvenModelAPI2RecipeSearchResult
  - `ResultCount` integer
  - `Results` BigOvenModelAPI2RecipeInfox[]
    - `RecipeID` integer
    - `Title` string
    - `Cuisine` string
    - `Category` string
    - `Subcategory` string
    - `Microcategory` string
    - `StarRating` number, double
    - `WebURL` string
    - `ReviewCount` integer
    - `Poster` BigOvenModelAPI2UserInfoTinyx
      - `UserName` string
      - `UserID` integer
      - `FirstName` string
      - `LastName` string
      - `PhotoUrl` string
    - `IsPrivate` boolean
    - `Servings` number, double
    - `CreationDate` string, date-time
    - `IsRecipeScan` boolean
    - `IsBookmark` boolean
    - `TotalTries` integer
    - `PhotoUrl` string
    - `HasVideos` boolean
  - `SpellSuggest` string

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
