Get Protein Information
Last updated
Was this helpful?
GET https://www.fpbase.org/api/proteins/:id
This endpoint allows you to get protein information. DEPRECATED: use the GraphQL entrypoint instead.
id
string
ID of the cake to get, for free of course.
recipe
string
The API will do its best to find a cake matching the provided recipe.
gluten
boolean
Whether the cake should be gluten-free or not.
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"name": "Cake's name",
"recipe": "Cake's recipe name",
"cake": "Binary cake"
}{
"message": "Ain't no cake like that."
}Last updated
Was this helpful?
Was this helpful?