sheenam12

Untitled

May 19th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. {
  2. "status_code": 200,
  3. "msg": "Details",
  4. "data": {
  5. "user_id": 1,
  6. "profile_pic": "12afe69fd306991219.jpg",
  7. "gender": 0,
  8. "address": "2 Infinite Loop, Cupertino, CA 95014, USA",
  9. "about_me": "I am iOS developer. I am now trainer also for iOS interns",
  10. "phone": "+919115895073",
  11. "reviews_count": 4,
  12. "average_rating": "3.4",
  13. "reviews": [
  14. {
  15. "username": "rishabh",
  16. "profile_pic": "dd85d132fca5618133.jpg",
  17. "rating": "4.00",
  18. "reviews": "dhdjdjdjdjjdjdjj",
  19. "created_at": "19th May,2017"
  20. },
  21. {
  22. "username": "rishabh",
  23. "profile_pic": "dd85d132fca5618133.jpg",
  24. "rating": "4.00",
  25. "reviews": "cncncdhdhdhd",
  26. "created_at": "19th May,2017"
  27. },
  28. {
  29. "username": "rishabh",
  30. "profile_pic": "dd85d132fca5618133.jpg",
  31. "rating": "4.50",
  32. "reviews": "rzvsvdbgggg",
  33. "created_at": "19th May,2017"
  34. },
  35. {
  36. "username": "rishabh",
  37. "profile_pic": "dd85d132fca5618133.jpg",
  38. "rating": "1.00",
  39. "reviews": "njjjgghj3vbhhhbbb",
  40. "created_at": "19th May,2017"
  41. }
  42. ],
  43. "working_days": [
  44. {
  45. "day": "Monday",
  46. "start_time": "09:30 AM",
  47. "end_time": "10:30 PM"
  48. },
  49. {
  50. "day": "Wednesday",
  51. "start_time": "09:30 AM",
  52. "end_time": "05:30 PM"
  53. }
  54. ],
  55. "subjects": [
  56. {
  57. "category_id": 1,
  58. "subject_id": 1,
  59. "subject_name": "Math"
  60. },
  61. {
  62. "category_id": 1,
  63. "subject_id": 2,
  64. "subject_name": "History"
  65. },
  66. {
  67. "category_id": 1,
  68. "subject_id": 3,
  69. "subject_name": "Chemistry"
  70. }
  71. ]
  72. }
  73. }
Add Comment
Please, Sign In to add comment