Popular recipes
The best-loved recipes in the database, ranked by rating and by how many people rated them.
/popularAPI keyReturns the most popular recipes first. Ranking favours recipes that are both well rated and rated by a lot of people, so a single five-star review does not outrank a long-standing favourite.
Request
curl 'https://api.tinyplates.dev/popular?limit=3' \
-H 'Authorization: Bearer rd_your_api_key'Sign in to run this request with your own key. Free, 500 requests a day.
Parameters
languagestringdefaults toenOnly return recipes written in this language, as a two-letter ISO 639-1 code.
limitintegerdefaults to20at least 1How many recipes to return.
offsetintegerdefaults to0at least 0How many recipes to skip. Use it with `limit` to page.
Response
Offset pagination.
The recipes, most popular first.
Example
{
"pagination": {
"limit": 1,
"offset": 0,
"total": 1848
},
"recipes": [
{
"id": "6a9820a88f8122ec891b680b",
"description": "No canning, no fuss—just crisp, tangy pickles you’ll want to eat with everything!",
"instructions": [
{
"step": 1,
"text": "Combine the vinegar, salt and sugar in a small non-reactive saucepan (such as stainless steel, glass, ceramic or teflon) over high heat. Whisk until the salt and sugar are dissolved. Transfer the liquid into a bowl and whisk in the cold water. Refrigerate brine until ready to use."
},
{
"step": 2,
"text": "Stuff the cucumbers into two clean 1 qt (1L) jars. Add the coriander seeds, garlic cloves, mustard seeds, red pepper flakes, dill sprigs, and chilled brine into jars, dividing evenly. If necessary, add a bit of cold water to the jars until the brine covers the cucumbers. Cover and refrigerate about 24 hours, then serve. The pickles will keep in the refrigerator for up to one month."
}
],
"language": "en",
"media": [
{
"id": "hero",
"role": "hero",
"type": "image",
"url": "https://www.onceuponachef.com/images/2012/04/pickles.jpg",
"variants": [
{
"url": "https://www.onceuponachef.com/images/2012/04/pickles-500x500.jpg"
},
{
"url": "https://www.onceuponachef.com/images/2012/04/pickles-500x375.jpg"
},
{
"url": "https://www.onceuponachef.com/images/2012/04/pickles-480x270.jpg"
}
]
}
],
"rating": {
"count": 517,
"reviewCount": 11,
"value": 4.93
},
"servings": {
"original": "2 (1-qt) jars (about 24 spears)",
"quantity": 2
},
"times": {
"cook": {
"seconds": 300
},
"prep": {
"seconds": 900
},
"total": {
"seconds": 1200
}
},
"title": "Quick & Easy Refrigerator Pickles",
"categories": [],
"courses": [
"snack"
],
"createdAt": "2026-09-02T13:12:08.379Z",
"cuisines": [
"american"
],
"ingredients": [
{
"display": "1¼ cup distilled white vinegar (5% acidity)",
"name": "distilled white vinegar",
"note": "5% acidity",
"optional": false,
"quantity": {
"unit": "cup",
"value": 1.25
}
},
{
"display": "3 tbsp kosher salt",
"name": "kosher salt",
"optional": false,
"quantity": {
"unit": "tbsp",
"value": 3
}
},
{
"display": "2 tbsp sugar",
"name": "sugar",
"optional": false,
"quantity": {
"unit": "tbsp",
"value": 2
}
},
{
"display": "2 cup cold water",
"name": "cold water",
"optional": false,
"quantity": {
"unit": "cup",
"value": 2
}
},
{
"display": "1¾-2 lb Kirby cucumbers, cut into halves or spears (about 6)",
"name": "Kirby cucumbers",
"note": "about 6",
"optional": false,
"preparation": "cut into halves or spears",
"quantity": {
"max": 2,
"unit": "lb",
"value": 1.75
}
},
{
"display": "2 tbsp coriander seeds",
"name": "coriander seeds",
"optional": false,
"quantity": {
"unit": "tbsp",
"value": 2
}
},
{
"display": "6 large garlic cloves (peeled and halved)",
"name": "garlic cloves",
"note": "peeled and halved",
"optional": false,
"quantity": {
"value": 6
},
"size": "large"
},
{
"display": "1 tsp mustard seeds",
"name": "mustard seeds",
"optional": false,
"quantity": {
"unit": "tsp",
"value": 1
}
},
{
"display": "¼ tsp crushed red pepper flakes",
"name": "crushed red pepper flakes",
"optional": false,
"quantity": {
"unit": "tsp",
"value": 0.25
}
},
{
"display": "16 dill sprigs",
"name": "dill sprigs",
"optional": false,
"quantity": {
"value": 16
}
}
],
"tags": [
"pickles"
],
"text": {
"ingredients": [
"1¼ cup distilled white vinegar (5% acidity)",
"3 tbsp kosher salt",
"2 tbsp sugar",
"2 cup cold water",
"1¾-2 lb Kirby cucumbers, cut into halves or spears (about 6)",
"2 tbsp coriander seeds",
"6 large garlic cloves (peeled and halved)",
"1 tsp mustard seeds",
"¼ tsp crushed red pepper flakes",
"16 dill sprigs"
],
"instructions": [
"Combine the vinegar, salt and sugar in a small non-reactive saucepan (such as stainless steel, glass, ceramic or teflon) over high heat. Whisk until the salt and sugar are dissolved. Transfer the liquid into a bowl and whisk in the cold water. Refrigerate brine until ready to use.",
"Stuff the cucumbers into two clean 1 qt (1L) jars. Add the coriander seeds, garlic cloves, mustard seeds, red pepper flakes, dill sprigs, and chilled brine into jars, dividing evenly. If necessary, add a bit of cold water to the jars until the brine covers the cucumbers. Cover and refrigerate about 24 hours, then serve. The pickles will keep in the refrigerator for up to one month."
]
},
"updatedAt": "2026-09-06T01:11:59.030Z",
"url": "https://www.onceuponachef.com/recipes/quick-and-easy-dill-pickles.html",
"popularityScore": 4.89536312849162
}
]
}Errors
- 401
An API key is required. Pass it as an Authorization: Bearer header.
No key was sent, and this deployment requires one. Keys are optional today and will become required.
- 401
Invalid API key.
The key does not exist. Check for a truncated copy, or create a new one on your dashboard.
- 401
This API key has been disabled.
The key was revoked. Create a new one on your dashboard.
- 401
This API key has expired.
The key was created with an expiry that has passed. Create a new one.
- 429
Rate limit exceeded for this API key. Try again later.
The account has used its 500 requests for the day. The allowance is per account, so another key will not help. It resets at midnight UTC.
- 500
Something went wrong. Please try again.
The API could not answer. The request was not your fault; retry it, and report it if it keeps happening.