Category | L&V Formulation API

L&V Formulation API

Get category of ingredient

Request-URL:/category/ingredient/[id]
Method:GET

Variables: None

Result (JSON-Object):

{
"id": ingredient-id,
"category": "category",
}


Test

Result:


        

Back to main page