Back to catalog
🍕

What's on the menu?

API Key

NYPL human-transcribed historical menu collection

🍕Food & Drink

What's on the Menu?

5 items

Lobster Bisque

Delmonico's

1.9K

Roast Saddle of Mutton

The Savoy Grill

1.9K

Terrapin Stew

Hotel Astor

1.9K

Planked Whitefish

Palmer House

1.9K

Champagne Sorbet

Sherry's Restaurant

1.9K

Sample Response

response.json
1{
2 "items": [
3 {
4 "dish": "Lobster Bisque",
5 "restaurant": "Delmonico's",
6 "city": "New York",
7 "year": 1899,
8 "priceUSD": 0.35
9 },
10 {
11 "dish": "Roast Saddle of Mutton",
12 "restaurant": "The Savoy Grill",
13 "city": "London",
14 "year": 1910,
15 "priceUSD": 0.75

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "http://nypl.github.io/menus-api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs