Jump to Content
I've Been Cooking
API Reference
v1.0

Log InI've Been Cooking
API Reference
Log In
v1.0API Reference

Recipes

  • /recipe-action
    • Perform an action on a recipe.post
  • /recipe
    • Create or update a recipe.post
  • /recipes-from/{place}
    • Retrieve recipes from a specific place.get
  • /recipes/{idOrSlug}
    • Retrieve a recipe by ID or slug.get
  • /recipes/random
    • Retrieve a random recipe.get
  • /recipes
    • Search for recipes.get

Meta

  • /rss
    • Retrieve an RSS feed of recipes.get
  • /s/{ingredient}
    • Search for an ingredient and redirect to a sponsor.get
  • /og-image/{recipe_slug}
    • Generate an Open Graph image for a recipe.get
  • /images/{slug}/{key}
    • Retrieve and manipulate an image.get
Powered by 

Retrieve a recipe by ID or slug.

get https://api.ivebeen.cooking/recipes/

Fetches a recipe by its unique identifier or slug.

Language
Click Try It! to start a request and see the response here!