Read the wines ranked for a dish
get_wine_pairingsRetrieve Supertoinette's wine pairings for a dish by its id, or browse the alphabetical index by page to find the dish id.
Instructions
Read the wines Supertoinette ranks for one dish, given the number in its address as 'id'. Each wine comes with the site's own wording for how well it goes, from 'Bon accord' to 'Accord parfait'. Called with 'page' instead, it reads one page of the alphabetical index of dishes, which is where the identifiers come from: the index runs alphabetically, so a dish beginning with a late letter sits on a late page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The number in a dish's address, such as '10'. Give this or 'page'. | |
| page | No | Read one page of the alphabetical index of dishes instead of one dish. Give this or 'id'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dish | Yes | The wines ranked for one dish, when 'id' was given. | |
| kind | Yes | Which of the two answers arrived. The other field is null. | |
| index | Yes | One page of the index of dishes, when 'page' was given. | |
| notes | Yes | ||
| source | Yes |