dorperez

Menu Fake API

Dec 25th, 2022 (edited)
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [
  2. {
  3. "id": 0,
  4. "name": "Hamburger",
  5. "price": 9.90,
  6. "image": "https://cdn.pixabay.com/photo/2016/03/05/19/02/hamburger-1238246_960_720.jpg"
  7. },
  8. {
  9. "id": 1,
  10. "name": "Pizza",
  11. "price": 4.90,
  12. "image": "https://cdn.pixabay.com/photo/2017/12/09/08/18/pizza-3007395_960_720.jpg"
  13. },
  14. {
  15. "id": 2,
  16. "name": "Hummus",
  17. "price": 6.90,
  18. "image": "https://cdn.pixabay.com/photo/2015/11/23/09/21/hummus-1058000_960_720.jpg"
  19. },
  20. {
  21. "id": 3,
  22. "name": "Spaghetti",
  23. "price": 9.90,
  24. "image": "https://cdn.pixabay.com/photo/2015/03/05/18/30/spaghetti-660748_960_720.jpg"
  25. },
  26. {
  27. "id": 4,
  28. "name": "Steak",
  29. "price": 14.90,
  30. "image": "https://cdn.pixabay.com/photo/2017/03/23/19/57/asparagus-2169305_960_720.jpg"
  31. },
  32. {
  33. "id": 5,
  34. "name": "Pancakes",
  35. "price": 5.90,
  36. "image": "https://cdn.pixabay.com/photo/2017/05/07/08/56/pancakes-2291908_960_720.jpg"
  37. },
  38. {
  39. "id": 6,
  40. "name": "Ice Cream",
  41. "price": 1.90,
  42. "image": "https://cdn.pixabay.com/photo/2016/12/26/16/09/bowl-1932375_960_720.jpg"
  43. }
  44. ]
Advertisement
Add Comment
Please, Sign In to add comment