latestOpenAPI 3.0.02026-08-203145159.1 KB
0e40a805593b
stories
Get stories with recipe fields (v3)
V3 includes servings, ingredients, and directions on recipe-type articles.
get/v3/stories
Query parameters
pageinteger
Page number
limitinteger
Items per page
localestring
Language locale (e.g. en, es, en-GB)
stripExternalLinksboolean
When true, links to non-Thrive domains are removed from content fields; the link text is preserved. Links to thriveglobal.com and relative links are kept.
stripStylesboolean
When true, inline style attributes are removed from HTML content fields; text, elements and all other attributes are preserved.
Response
Successful response
Example response
{
"data": {
"data": {
"learnV2": {
"getArticlesV2": {
"items": [
{
"tags": [
{
"slug": "sleep",
"name": "Sleep"
}
],
"conditions": [
{
"slug": "sleep",
"name": "Sleep"
}
]
}
]
}
}
}
}
}