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.

29 lines
659 B

  1. [
  2. {
  3. "id": 1,
  4. "name": "Bus Service",
  5. "desc": "Our bus service in Ankara",
  6. "img": "/img/voting.jpg",
  7. "rates": [
  8. {
  9. "id": 1,
  10. "score": 10,
  11. "note": "IT WAS AWESOME"
  12. },
  13. {
  14. "id": 2,
  15. "score": 0,
  16. "note": "The worst bus ride I have ever had"
  17. },
  18. {
  19. "id": 3,
  20. "score": 7,
  21. "note": null
  22. },
  23. {
  24. "id": 4,
  25. "score": 1,
  26. "note": null
  27. }
  28. ]
  29. }
  30. ]