northwind-rest-api
Version:
Local REST API Exposing Northwind Database.
50 lines • 1.79 kB
JSON
[
{
"id": 1,
"name": "Beverages",
"description": "Soft drinks, coffees, teas, beers, and ales",
"imageUrl": "http://localhost:3030/api/categories/images/01a1f85a-335e-4797-82b4-4c53d3aacb73.jpg"
},
{
"id": 2,
"name": "Condiments",
"description": "Sweet and savory sauces, relishes, spreads, and seasonings",
"imageUrl": "http://localhost:3030/api/categories/images/02a73454-d64c-4904-9acf-bdf31a029e45.jpg"
},
{
"id": 3,
"name": "Confections",
"description": "Desserts, candies, and sweet breads",
"imageUrl": "http://localhost:3030/api/categories/images/03aed705-1b03-4efc-ab11-b7b8e386d7f1.jpg"
},
{
"id": 4,
"name": "Dairy Products",
"description": "Cheeses",
"imageUrl": "http://localhost:3030/api/categories/images/04ac8f49-0520-4dc0-b47a-9509ab7b64cc.jpg"
},
{
"id": 5,
"name": "Grains/Cereals",
"description": "Breads, crackers, pasta, and cereal",
"imageUrl": "http://localhost:3030/api/categories/images/05a25546-2298-4b01-9e0d-a47a07bf8c57.jpg"
},
{
"id": 6,
"name": "Meat/Poultry",
"description": "Prepared meats",
"imageUrl": "http://localhost:3030/api/categories/images/06a7dd73-e0a7-44e1-a32f-dff26276b82c.jpg"
},
{
"id": 7,
"name": "Produce",
"description": "Dried fruit and bean curd",
"imageUrl": "http://localhost:3030/api/categories/images/07ad1dc3-a0fe-4b25-aa4b-bb8c7bc84243.jpg"
},
{
"id": 8,
"name": "Seafood",
"description": "Seaweed and fish",
"imageUrl": "http://localhost:3030/api/categories/images/08ace5ab-0c46-473d-a48e-8f9aa478fffc.jpg"
}
]