sheena2994

Untitled

Jan 14th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the offers",
  4. "data": [
  5. {
  6. "ride_posts_id": "1",
  7. "users_id": "6",
  8. "firstname": "Anika",
  9. "lastname": "Sharma",
  10. "image100": "http://192.168.100.117:8000/uploads/images100/img_599aa7230fc65bf149.jpg",
  11. "image200": "http://192.168.100.117:8000/uploads/images200/img_599aa7230fc65bf267.jpg",
  12. "image400": "http://192.168.100.117:8000/uploads/images400/img_599aa7230fc65bf389.jpg",
  13. "departure": "Chandigarh",
  14. "destination": "Mohali",
  15. "lat1": "31.00000000",
  16. "lng1": "32.00000000",
  17. "lat2": "76.00000000",
  18. "lng2": "78.00000000",
  19. "leaving_on": "2016-01-15",
  20. "departure_time": "19:19:10",
  21. "stop1": "Sector 17",
  22. "stop2": "",
  23. "stop3": "",
  24. "num_of_seats": "2",
  25. "price": "23.2"
  26. },
  27. {
  28. "ride_posts_id": "3",
  29. "users_id": "4",
  30. "firstname": "Ishika",
  31. "lastname": "Sharma",
  32. "image100": "http://192.168.100.117:8000/uploads/images100/img_e658d6f505fa4d2189.jpg",
  33. "image200": "http://192.168.100.117:8000/uploads/images200/img_e658d6f505fa4d2200.jpg",
  34. "image400": "http://192.168.100.117:8000/uploads/images400/img_e658d6f505fa4d2300.jpg",
  35. "departure": "Sector 29, Chandigarh",
  36. "destination": "Sector 17, Chandigarh",
  37. "lat1": "30.75000000",
  38. "lng1": "32.24000000",
  39. "lat2": "76.34000000",
  40. "lng2": "78.32000000",
  41. "leaving_on": "2016-01-20",
  42. "departure_time": "19:19:10",
  43. "stop1": "Waves",
  44. "stop2": "",
  45. "stop3": "",
  46. "num_of_seats": "5",
  47. "price": "100"
  48. }
  49. ]
  50. }
Add Comment
Please, Sign In to add comment