---
title: "Gets a recipe collection metadata. A recipe collection is a curated set of recipes."
method: GET
path: "/collection/{id}/meta"
tags: ["Collection"]
---

# Gets a recipe collection metadata. A recipe collection is a curated set of recipes.

`GET /collection/{id}/meta`

## Path parameters

- `id` integer, required

## Response `200`

OK

- BigOvenModelAPI2CollectionInfo
  - `ID` integer
  - `Description` string
  - `Title` string
  - `MobileUrl` string
  - `PhotoUrl` string
  - `PRO` boolean
  - `IsFiltered` boolean
  - `Token` string
  - `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
  - `WebUrl` string
  - `IsSponsored` boolean

---

[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)
