Advertisement
elizsheka

CM: search payload

Aug 28th, 2020
1,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.13 KB | None | 0 0
  1. {
  2.   "keyword": null,
  3.   "user": {
  4.     "type": [
  5.       "Artist"
  6.     ],
  7.     "rank": [
  8.       "Grey"
  9.     ],
  10.     "location": null,
  11.     "radius": 100,
  12.     "checked": true
  13.   },
  14.   "craft": {
  15.     "art_categories": {
  16.       "type": [
  17.         "Photo"
  18.       ],
  19.       "subject": [
  20.         "People"
  21.       ],
  22.       "color": [
  23.         "red"
  24.       ],
  25.       "mood": [
  26.         "Happy"
  27.       ],
  28.       "checked": true
  29.     },
  30.     "music_categories": {
  31.       "type": [
  32.         "Instrumental",
  33.         "Instrumental + vocal"
  34.       ],
  35.       "genre": [
  36.         "Classical",
  37.         "Rock"
  38.       ],
  39.       "bpm": {
  40.         "min": 21,
  41.         "max": 200
  42.       },
  43.       "mood": [
  44.         "Happy"
  45.       ],
  46.       "checked": true
  47.     },
  48.     "brand_items": true,
  49.     "shop_categories": {
  50.       "price": {
  51.         "lowPrice": 0,
  52.         "highPrice": 1000
  53.       },
  54.       "overprice": false,
  55.       "purchase_option": [
  56.         "Lease"
  57.       ],
  58.       "art_checked": true,
  59.       "music_checked": true,
  60.       "art_price": false,
  61.       "music_price": true
  62.     },
  63.     "checked": true
  64.   },
  65.   "craftlist": true,
  66.   "is_hash": false
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement