Guest User

Untitled

a guest
Jul 9th, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [
  2. {
  3. "sport": 1,
  4. "favorites": [
  5. {
  6. "teams": [
  7. {
  8. "id": 123,
  9. "name_eng": "Mozambique",
  10. "name_rus": "Мозамбик",
  11. "short_name_eng": "Mozambique",
  12. "short_name_rus": "Мозамбик",
  13. "country": {
  14. "name_eng": "Mozambique",
  15. "name_rus": "Мозамбик"
  16. }
  17. }
  18. ]
  19. }
  20. ]
  21. },
  22. {
  23. "sport": 3,
  24. "favorites": [
  25. {
  26. "teams": [
  27. {
  28. "id": 2,
  29. "name_eng": "Golden State Warriors",
  30. "name_rus": "Голден Стэйт Уорриорз",
  31. "short_name_eng": "Warriors",
  32. "short_name_rus": "Уорриорз",
  33. "country": {
  34. "name_eng": "United States",
  35. "name_rus": "США"
  36. }
  37. }
  38. ],
  39. "players": [
  40. {
  41. "id": 11,
  42. "firstname_eng": "Stephen",
  43. "lastname_eng": "Curry",
  44. "firstname_rus": "Стефен",
  45. "lastname_rus": "Карри",
  46. "team": {
  47. "name_eng": "Spartak Moscow",
  48. "name_rus": "Спартак Москва"
  49. }
  50. },
  51. {
  52. "id": 11,
  53. "firstname_eng": "Stephen",
  54. "lastname_eng": "Curry",
  55. "firstname_rus": "Стефен",
  56. "lastname_rus": "Карри",
  57. "team": {
  58. "name_eng": "CSKA Moskva",
  59. "name_rus": "ЦСКА Москва"
  60. }
  61. },
  62. {
  63. "id": 11,
  64. "firstname_eng": "Stephen",
  65. "lastname_eng": "Curry",
  66. "firstname_rus": "Стефен",
  67. "lastname_rus": "Карри",
  68. "team": {
  69. "name_eng": "Golden State Warriors",
  70. "name_rus": "Голден Стэйт Уорриорз"
  71. }
  72. }
  73. ]
  74. }
  75. ]
  76. }
  77. ]
Advertisement
Add Comment
Please, Sign In to add comment