MenuGroup is a JSON Structure definition published by Lavu, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/lavu/refs/heads/main/json-structure/poslavu-api-menu-group-structure.json",
"name": "MenuGroup",
"description": "A menu group (e.g. Dinner) from the menu_groups table.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Menu group identifier.",
"example": "8"
},
"menu_id": {
"type": "string",
"description": "Identifier of the menu this group belongs to.",
"example": "11"
},
"group_name": {
"type": "string",
"description": "Display name of the menu group.",
"example": "Dinner"
},
"orderby": {
"type": "string",
"description": "Sort ordering value.",
"example": ""
}
}
}
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.