Recipe_Categories is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "Recipe_Categories",
"method": "GET",
"path": "/recipe/categories",
"tags": [
"Recipe"
],
"summary": "Get a list of recipe categories (the ID field can be used for include_cat in search parameters)",
"parameters": [],
"response": {
"status": 200,
"contentType": "application/json",
"schema": {
"items": {
"$ref": "#/components/schemas/BigOven.Model.RecipeCategory"
},
"type": "array"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.