GET All Beef Cuts

Calls to this endpoint will return a list of all the beef cuts that are available via the API.

The base URI for list all beef cuts is:

GET /api/v2/beefcut

Get All Beef Cuts Parameters

Try This Endpoint on Swagger
Name Required Parameter Type Data Type
AuthorizationAppID (optional) query string
  This value must be present in either the http header or in the query string. If you supply an incorrect value or do not supply a value in the header or query string, then you will receive a http 401 error. (Please see Authentication section)
AuthorizationAppKey (optional) query string
  This value must be present in either the http header or in the query string. If you supply an incorrect value or do not supply a value in the header or query string, then you will receive a http 401 error. (Please see Authentication section)

What it Returns

Requests to the Get all beef cuts will return the following data:

Name & Description Type
  • BeefAPIIngredientList object
    A container that holds the resulting list of beef cuts
    • ingredientList array
      A list of beef cuts that are available from the beefAPI.
      • ingredientID int
        Unique ID of the beef cut
      • ingredientName string
        Name of the beef cut
      • ingredientNameSlug string
        URL-friendly slugged name of the beef cut
      • isOnline boolean
        Marker to denote if this beef cut is available on the Beef API
      • lastModified datetime
        Date & time the object was last updated
      • links array
        A list of HATEOAS in relation to this beef cut. Typically if this beef cut is online, you will be provided with a link to the endpoint to get the full beef cut details. You will also be provided a link to get all the recipes that use this beef cut.
        • rel string
          The rel attribute specifies the relationship between the current document and the linked document
        • href string
          URI of the beefapi call to get more information for this links' context
        • title string
          Title of the link