proshanta

Subject Price List

May 13th, 2019
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.39 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "subjects": [
  4.       {
  5.         "slug": "math",
  6.         "title": "Math",
  7.         "packages": [
  8.           {
  9.             "id": 1,
  10.             "name": "2 Months",
  11.             "price": 100
  12.           },
  13.           {
  14.             "id": 2,
  15.             "name": "6 Months",
  16.             "price": 200
  17.           },
  18.           {
  19.             "id": 3,
  20.             "name": "Unlimited",
  21.             "price": 1000
  22.           }
  23.         ]
  24.       },
  25.       {
  26.         "slug": "physics",
  27.         "title": "Physics",
  28.         "packages": [
  29.           {
  30.             "id": 4,
  31.             "name": "3 Months",
  32.             "price": 200
  33.           },
  34.           {
  35.             "id": 5,
  36.             "name": "6 Months",
  37.             "price": 500
  38.           },
  39.           {
  40.             "id": 6,
  41.             "name": "Unlimited",
  42.             "price": 1000
  43.           }
  44.         ]
  45.       },
  46.       {
  47.         "slug": "chemistry",
  48.         "title": "Chemistry",
  49.         "packages": [
  50.           {
  51.             "id": 7,
  52.             "name": "4 Months",
  53.             "price": 500
  54.           },
  55.           {
  56.             "id": 8,
  57.             "name": "8 Months",
  58.             "price": 1000
  59.           }
  60.         ]
  61.       }
  62.     ]
  63.   },
  64.   "meta": {
  65.     "pagination": {
  66.       "total": 5,
  67.       "count": 5,
  68.       "per_page": 10,
  69.       "current_page": 1,
  70.       "total_pages": 1,
  71.       "links": []
  72.     }
  73.   }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment