Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. {
  2. "data": {
  3. "id": 118,
  4. "name": "family trip",
  5. "description": null,
  6. "likes": [],
  7. "parent_id": 85,
  8. "user": {
  9. "id": 23,
  10. "uid": "2NowqqEfjD2XA2sD4",
  11. "name": "Test",
  12. "email": "test202@test.com",
  13. "description": "hihihihihii"
  14. },
  15. "publish": false,
  16. "trips": [
  17. {
  18. "id": 300,
  19. "name": "Antelope Canyon",
  20. "arrival_at": "2019-01-17 06:45:51",
  21. "departure_at": null,
  22. "map_pin_color": "black",
  23. "lat": 36.896896,
  24. "long": -111.405807,
  25. "street_address_1": "Antelope Canyon",
  26. "city": "Page",
  27. "state": "AR",
  28. "zipcode": 86040,
  29. "active": true
  30. },
  31. {
  32. "id": 301,
  33. "name": "Grand Canyon National Park Airport (GCN)",
  34. "arrival_at": "2019-01-18 05:45:51",
  35. "departure_at": null,
  36. "map_pin_color": "blue",
  37. "lat": 35.960503,
  38. "long": -112.132706,
  39. "street_address_1": "871 Liberator Dr",
  40. "city": "Grand Canyon",
  41. "state": "AR",
  42. "zipcode": 86023,
  43. "active": true
  44. },
  45. {
  46. "id": 302,
  47. "name": "Walmart Supercenter",
  48. "arrival_at": null,
  49. "departure_at": null,
  50. "map_pin_color": "black",
  51. "lat": 25.928045,
  52. "long": -80.171219,
  53. "street_address_1": "1425 Ne 163rd St",
  54. "city": "Miami",
  55. "state": "FL",
  56. "zipcode": 33162,
  57. "active": true
  58. }
  59. ],
  60. "sorted_trips": {
  61. "": [
  62. {
  63. "id": 302,
  64. "name": "Walmart Supercenter",
  65. "arrival_at": null,
  66. "departure_at": null,
  67. "map_pin_color": "black",
  68. "lat": 25.928045,
  69. "long": -80.171219,
  70. "street_address_1": "1425 Ne 163rd St",
  71. "city": "Miami",
  72. "state": "FL",
  73. "zipcode": 33162,
  74. "active": true
  75. }
  76. ],
  77. "2019-01-17": [
  78. {
  79. "id": 300,
  80. "name": "Antelope Canyon",
  81. "arrival_at": "2019-01-17 06:45:51",
  82. "departure_at": null,
  83. "map_pin_color": "black",
  84. "lat": 36.896896,
  85. "long": -111.405807,
  86. "street_address_1": "Antelope Canyon",
  87. "city": "Page",
  88. "state": "AR",
  89. "zipcode": 86040,
  90. "active": true
  91. }
  92. ],
  93. "2019-01-18": [
  94. {
  95. "id": 301,
  96. "name": "Grand Canyon National Park Airport (GCN)",
  97. "arrival_at": "2019-01-18 05:45:51",
  98. "departure_at": null,
  99. "map_pin_color": "blue",
  100. "lat": 35.960503,
  101. "long": -112.132706,
  102. "street_address_1": "871 Liberator Dr",
  103. "city": "Grand Canyon",
  104. "state": "AR",
  105. "zipcode": 86023,
  106. "active": true
  107. }
  108. ]
  109. }
  110. },
  111. "success": true,
  112. "errors": null
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement