Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.34 KB | None | 0 0
  1. {
  2.     "code": 200,
  3.     "errors": [],
  4.     "meta": {
  5.         "total_pages": 1,
  6.         "current_page": 1,
  7.         "next_page": 1,
  8.         "per_page": 25,
  9.         "total_count": 7
  10.     },
  11.     "data": [
  12.         {
  13.             "id": 7,
  14.             "name": "Intimate",
  15.             "area_types": []
  16.         },
  17.         {
  18.             "id": 6,
  19.             "name": "Teeth",
  20.             "area_types": []
  21.         },
  22.         {
  23.             "id": 5,
  24.             "name": "Hair",
  25.             "area_types": []
  26.         },
  27.         {
  28.             "id": 4,
  29.             "name": "Body",
  30.             "area_types": []
  31.         },
  32.         {
  33.             "id": 3,
  34.             "name": "Skin",
  35.             "area_types": []
  36.         },
  37.         {
  38.             "id": 2,
  39.             "name": "Neck",
  40.             "area_types": []
  41.         },
  42.         {
  43.             "id": 1,
  44.             "name": "Face",
  45.             "area_types": [
  46.                 {
  47.                     "id": 1,
  48.                     "name": "Forehead",
  49.                     "categories": [
  50.                         {
  51.                             "id": 1,
  52.                             "name": "Wrinkles",
  53.                             "treatments": [
  54.                                 {
  55.                                     "id": 2,
  56.                                     "name": "Botulinum toxin injections",
  57.                                     "description": "Botulinum toxin injections Descriptions"
  58.                                 },
  59.                                 {
  60.                                     "id": 3,
  61.                                     "name": "Fillers",
  62.                                     "description": "Fillers Descriptions"
  63.                                 }
  64.                             ]
  65.                         },
  66.                         {
  67.                             "id": 2,
  68.                             "name": "Lift",
  69.                             "treatments": []
  70.                         },
  71.                         {
  72.                             "id": 3,
  73.                             "name": "Contour",
  74.                             "treatments": []
  75.                         }
  76.                     ]
  77.                 },
  78.                 {
  79.                     "id": 2,
  80.                     "name": "Brow",
  81.                     "categories": []
  82.                 }
  83.             ]
  84.         }
  85.     ]
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement