Dish

A normalized, deduplicated dish in the NYPL 'What's on the Menu?' dataset. A Dish aggregates every transcribed MenuItem that shares the same dish name, with summary statistics about how often and over what period and price range it appeared. Corresponds to a row in Dish.csv.

LibrariesMenusRestaurantHistoryOpen DataFoodDatasetsCultural Heritage

Properties

Name Type Description
id integer Unique numeric identifier for the dish. Primary key referenced by MenuItem.dish_id.
name string Normalized name of the dish as transcribed (e.g. 'Coffee', 'Consomme printaniere royal').
description stringnull Optional longer description of the dish (historically sparsely populated).
menus_appeared integernull Count of distinct menus this dish appeared on.
times_appeared integernull Total number of times the dish appeared across all menus (count of MenuItem rows referencing it).
first_appeared integernull Earliest year this dish was recorded on a menu. A value of 0 indicates unknown.
last_appeared integernull Latest year this dish was recorded on a menu. A value of 0 indicates unknown.
lowest_price numbernull Lowest price recorded for this dish across all menus, in the originating menu currency. Decimal with up to 3 places.
highest_price numbernull Highest price recorded for this dish across all menus. Decimal with up to 3 places.
View JSON Schema on GitHub

JSON Schema

new-york-public-library-whats-on-the-menu-dish-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-york-public-library-whats-on-the-menu/refs/heads/main/json-schema/new-york-public-library-whats-on-the-menu-dish-schema.json",
  "title": "Dish",
  "description": "A normalized, deduplicated dish in the NYPL 'What's on the Menu?' dataset. A Dish aggregates every transcribed MenuItem that shares the same dish name, with summary statistics about how often and over what period and price range it appeared. Corresponds to a row in Dish.csv.",
  "type": "object",
  "required": ["id", "name"],
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "integer",
      "minimum": 1,
      "description": "Unique numeric identifier for the dish. Primary key referenced by MenuItem.dish_id."
    },
    "name": {
      "type": "string",
      "description": "Normalized name of the dish as transcribed (e.g. 'Coffee', 'Consomme printaniere royal')."
    },
    "description": {
      "type": ["string", "null"],
      "description": "Optional longer description of the dish (historically sparsely populated)."
    },
    "menus_appeared": {
      "type": ["integer", "null"],
      "minimum": 0,
      "description": "Count of distinct menus this dish appeared on."
    },
    "times_appeared": {
      "type": ["integer", "null"],
      "description": "Total number of times the dish appeared across all menus (count of MenuItem rows referencing it)."
    },
    "first_appeared": {
      "type": ["integer", "null"],
      "description": "Earliest year this dish was recorded on a menu. A value of 0 indicates unknown.",
      "examples": [1851]
    },
    "last_appeared": {
      "type": ["integer", "null"],
      "description": "Latest year this dish was recorded on a menu. A value of 0 indicates unknown.",
      "examples": [2012]
    },
    "lowest_price": {
      "type": ["number", "null"],
      "minimum": 0,
      "description": "Lowest price recorded for this dish across all menus, in the originating menu currency. Decimal with up to 3 places."
    },
    "highest_price": {
      "type": ["number", "null"],
      "minimum": 0,
      "description": "Highest price recorded for this dish across all menus. Decimal with up to 3 places."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/new-york-public-library-whats-on-the-menu-dish"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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.

A second provider on the same verified email joins the account you already have.