You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

produkts.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "data": [
  3. {
  4. "type": "produkt",
  5. "id": "spaghetti",
  6. "attributes": {
  7. "titel": "Spaghetti",
  8. "kategorie": "Pasta",
  9. "menge": 500,
  10. "einheit": "Gramm",
  11. "bild": "https://www.pastaweb.de/wp-content/uploads/2016/02/spaghetti.jpg"
  12. }
  13. },
  14. {
  15. "type": "produkt",
  16. "id": "salat",
  17. "attributes": {
  18. "titel": "Salat",
  19. "kategorie": "Gemüse",
  20. "menge": 1,
  21. "einheit": "Kopf",
  22. "bild": "https://napolipizza-spiez.ch/WebRoot/Store2/Shops/178389/5BD1/5BA4/85F2/ACB6/97E9/D91A/30FA/F35F/gruener-salat-2464087.jpg"
  23. }
  24. },
  25. {
  26. "type": "produkt",
  27. "id": "milch",
  28. "attributes": {
  29. "titel": "Milch",
  30. "kategorie": "Milchprodukte",
  31. "menge": 1,
  32. "einheit": "Liter",
  33. "bild": "https://lebensmittel-warenkunde.de/assets/images/milch-milchprodukte.jpg"
  34. }
  35. },
  36. {
  37. "type": "produkt",
  38. "id": "kaese",
  39. "attributes": {
  40. "titel": "Käse",
  41. "kategorie": "Milchprodukte",
  42. "menge": 200,
  43. "einheit": "Gramm",
  44. "bild": "https://www.der-bank-blog.de/wp-content/uploads/2016/04/banking-schweizer-kaese.jpg"
  45. }
  46. }
  47. ]
  48. }