access 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/lib/access.rb +1 -0
  3. data/lib/access/geolocation.rb +11 -0
  4. data/lib/access/location.rb +2 -0
  5. data/lib/access/version.rb +1 -1
  6. data/test/access/location_test.rb +2 -0
  7. data/test/access/offer_test.rb +1 -0
  8. data/test/fixtures/autocomplete_search.yml +30 -149
  9. data/test/fixtures/autocomplete_search_categories.yml +15 -120
  10. data/test/fixtures/autocomplete_search_locations.yml +9 -110
  11. data/test/fixtures/autocomplete_search_offers.yml +14 -119
  12. data/test/fixtures/autocomplete_search_stores.yml +16 -123
  13. data/test/fixtures/category_find.yml +9 -155
  14. data/test/fixtures/category_search.yml +18 -3588
  15. data/test/fixtures/category_search_fail_member_key.yml +9 -45
  16. data/test/fixtures/filter_find.yml +14 -77
  17. data/test/fixtures/filter_search.yml +16 -128
  18. data/test/fixtures/location_find.yml +414 -891
  19. data/test/fixtures/location_search.yml +69 -327
  20. data/test/fixtures/location_search_fail_member_key.yml +9 -310
  21. data/test/fixtures/national_stores.yml +1717 -3854
  22. data/test/fixtures/oauth_application_find.yml +9 -85
  23. data/test/fixtures/oauth_application_search.yml +12 -48
  24. data/test/fixtures/oauth_application_token_find.yml +9 -159
  25. data/test/fixtures/oauth_application_token_search.yml +9 -5
  26. data/test/fixtures/offer_find.yml +12 -555
  27. data/test/fixtures/offer_search.yml +12 -189
  28. data/test/fixtures/offer_search_fail_member_key.yml +9 -45
  29. data/test/fixtures/redeem_offer_no_redeem_type.yml +9 -359
  30. data/test/fixtures/store_find.yml +9 -501
  31. data/test/fixtures/store_search.yml +9 -135
  32. data/test/fixtures/store_search_fail_member_key.yml +9 -45
  33. data/test/fixtures/subcategory_find.yml +9 -145
  34. data/test/fixtures/token_find.yml +27 -356
  35. data/test/fixtures/token_search.yml +35 -224
  36. data/test/fixtures/verify_filter.yml +9 -5
  37. data/test/fixtures/verify_token.yml +13 -9
  38. metadata +2 -3
  39. data/test/fixtures/oauth_application_search_fail_member_key.yml +0 -268
@@ -1,155 +1,5 @@
1
1
  ---
2
2
  http_interactions:
3
- - request:
4
- method: get
5
- uri: https://offer-demo.adcrws.com/v1/categories/51?member_key=guest
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Access-Token:
11
- - token_without_limit
12
- Content-Type:
13
- - application/json
14
- Accept:
15
- - application/json
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- Access-Control-Allow-Headers:
22
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
23
- Access-Control-Allow-Methods:
24
- - POST, GET, PUT, DELETE, OPTIONS
25
- Access-Control-Max-Age:
26
- - '1728000'
27
- Access-Control-Request-Method:
28
- - GET
29
- Cache-Control:
30
- - max-age=0, private, must-revalidate
31
- Content-Type:
32
- - application/json
33
- Date:
34
- - Thu, 06 Aug 2015 17:51:02 GMT
35
- Etag:
36
- - '"9a1bf56f467a684bfa1d608b95924979"'
37
- Server:
38
- - nginx/1.6.2
39
- Strict-Transport-Security:
40
- - max-age=31536000
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Request-Id:
46
- - a6017662-228c-41c3-96bf-d29902ce4443
47
- X-Runtime:
48
- - '0.016959'
49
- X-Xss-Protection:
50
- - 1; mode=block
51
- Content-Length:
52
- - '3735'
53
- Connection:
54
- - keep-alive
55
- body:
56
- encoding: UTF-8
57
- string: |-
58
- {
59
- "categories": [
60
- {
61
- "category_name": "Automotive",
62
- "category_key": 51,
63
- "category_type": "category",
64
- "category_parent_name": null,
65
- "category_parent_key": null,
66
- "links": {
67
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=51"
68
- },
69
- "subcategories": [
70
- {
71
- "category_name": "Auto Body & Paint",
72
- "category_key": 1000,
73
- "category_type": "subcategory",
74
- "category_parent_key": 51,
75
- "links": {
76
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1000",
77
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
78
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1000"
79
- }
80
- },
81
- {
82
- "category_name": "Auto Parts",
83
- "category_key": 1001,
84
- "category_type": "subcategory",
85
- "category_parent_key": 51,
86
- "links": {
87
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1001",
88
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
89
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1001"
90
- }
91
- },
92
- {
93
- "category_name": "Auto Service & Repair",
94
- "category_key": 1002,
95
- "category_type": "subcategory",
96
- "category_parent_key": 51,
97
- "links": {
98
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1002",
99
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
100
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1002"
101
- }
102
- },
103
- {
104
- "category_name": "Car Wash & Detail",
105
- "category_key": 1003,
106
- "category_type": "subcategory",
107
- "category_parent_key": 51,
108
- "links": {
109
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1003",
110
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
111
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1003"
112
- }
113
- },
114
- {
115
- "category_name": "Gas Station",
116
- "category_key": 1004,
117
- "category_type": "subcategory",
118
- "category_parent_key": 51,
119
- "links": {
120
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1004",
121
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
122
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1004"
123
- }
124
- },
125
- {
126
- "category_name": "Tires",
127
- "category_key": 1005,
128
- "category_type": "subcategory",
129
- "category_parent_key": 51,
130
- "links": {
131
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1005",
132
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
133
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1005"
134
- }
135
- },
136
- {
137
- "category_name": "Auto Sales & Warranties",
138
- "category_key": 1006,
139
- "category_type": "subcategory",
140
- "category_parent_key": 51,
141
- "links": {
142
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1006",
143
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
144
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1006"
145
- }
146
- }
147
- ]
148
- }
149
- ]
150
- }
151
- http_version:
152
- recorded_at: Thu, 06 Aug 2015 17:51:02 GMT
153
3
  - request:
154
4
  method: get
155
5
  uri: https://offer-demo.adcrws.com/v1/categories/51?member_key=API_RUBY_GEM_TEST
@@ -158,7 +8,7 @@ http_interactions:
158
8
  string: ''
159
9
  headers:
160
10
  Access-Token:
161
- - token_without_limit
11
+ - token_without_filters
162
12
  Content-Type:
163
13
  - application/json
164
14
  Accept:
@@ -181,7 +31,7 @@ http_interactions:
181
31
  Content-Type:
182
32
  - application/json
183
33
  Date:
184
- - Fri, 11 Sep 2015 20:33:16 GMT
34
+ - Wed, 16 Sep 2015 19:54:06 GMT
185
35
  Etag:
186
36
  - '"0fe213433a276874bf810f082f4986c3"'
187
37
  Server:
@@ -190,10 +40,14 @@ http_interactions:
190
40
  - nosniff
191
41
  X-Frame-Options:
192
42
  - SAMEORIGIN
43
+ X-Ratelimit-Limit:
44
+ - '1000'
45
+ X-Ratelimit-Remaining:
46
+ - '967'
193
47
  X-Request-Id:
194
- - 991ece93-a66e-44f9-9ae5-45578c729c24
48
+ - 9862fc7c-68ee-411b-91ad-001c5bfe799d
195
49
  X-Runtime:
196
- - '0.022272'
50
+ - '0.021848'
197
51
  X-Xss-Protection:
198
52
  - 1; mode=block
199
53
  Content-Length:
@@ -304,5 +158,5 @@ http_interactions:
304
158
  ]
305
159
  }
306
160
  http_version:
307
- recorded_at: Fri, 11 Sep 2015 20:33:16 GMT
161
+ recorded_at: Wed, 16 Sep 2015 19:54:06 GMT
308
162
  recorded_with: VCR 2.9.3
@@ -1,3583 +1,5 @@
1
1
  ---
2
2
  http_interactions:
3
- - request:
4
- method: get
5
- uri: https://offer-demo.adcrws.com/v1/categories
6
- body:
7
- encoding: UTF-8
8
- string: member_key=guest&per_page=1
9
- headers:
10
- Access-Token:
11
- - token_without_limit
12
- Content-Type:
13
- - application/json
14
- Accept:
15
- - application/json
16
- response:
17
- status:
18
- code: 400
19
- message: Bad Request
20
- headers:
21
- Content-Type:
22
- - application/json
23
- Date:
24
- - Thu, 06 Aug 2015 17:30:03 GMT
25
- Server:
26
- - nginx/1.6.2
27
- Strict-Transport-Security:
28
- - max-age=31536000
29
- X-Request-Id:
30
- - 4e467354-c922-49bd-bc70-33cd41e6276d
31
- X-Runtime:
32
- - '0.000287'
33
- Content-Length:
34
- - '133'
35
- Connection:
36
- - keep-alive
37
- body:
38
- encoding: UTF-8
39
- string: '{"status":400,"message":"There was a problem in the JSON you submitted:
40
- 795: unexpected token at ''member_key=guest\u0026per_page=1''"}'
41
- http_version:
42
- recorded_at: Thu, 06 Aug 2015 17:30:03 GMT
43
- - request:
44
- method: get
45
- uri: https://offer-demo.adcrws.com/v1/categories?member_key=guest&per_page=1
46
- body:
47
- encoding: US-ASCII
48
- string: ''
49
- headers:
50
- Access-Token:
51
- - token_without_limit
52
- Content-Type:
53
- - application/json
54
- Accept:
55
- - application/json
56
- response:
57
- status:
58
- code: 200
59
- message: OK
60
- headers:
61
- Access-Control-Allow-Headers:
62
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
63
- Access-Control-Allow-Methods:
64
- - POST, GET, PUT, DELETE, OPTIONS
65
- Access-Control-Max-Age:
66
- - '1728000'
67
- Access-Control-Request-Method:
68
- - GET
69
- Cache-Control:
70
- - max-age=0, private, must-revalidate
71
- Content-Type:
72
- - application/json
73
- Date:
74
- - Thu, 06 Aug 2015 17:51:02 GMT
75
- Etag:
76
- - '"bfcd9d337e74a9f83509dc08b8d3566b"'
77
- Server:
78
- - nginx/1.6.2
79
- Strict-Transport-Security:
80
- - max-age=31536000
81
- X-Content-Type-Options:
82
- - nosniff
83
- X-Frame-Options:
84
- - SAMEORIGIN
85
- X-Request-Id:
86
- - 4b5b3295-24af-4783-a00d-aa3d96799508
87
- X-Runtime:
88
- - '0.016613'
89
- X-Xss-Protection:
90
- - 1; mode=block
91
- Content-Length:
92
- - '4040'
93
- Connection:
94
- - keep-alive
95
- body:
96
- encoding: UTF-8
97
- string: |-
98
- {
99
- "info": {
100
- "total_results": 16,
101
- "current_page": 1,
102
- "total_pages": 16,
103
- "results_per_page": 1
104
- },
105
- "categories": [
106
- {
107
- "category_name": "Automotive",
108
- "category_key": 51,
109
- "category_type": "category",
110
- "category_parent_name": null,
111
- "category_parent_key": null,
112
- "links": {
113
- "show_category": "https://offer-demo.adcrws.com/v1/categories/51",
114
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=51"
115
- },
116
- "subcategories": [
117
- {
118
- "category_name": "Auto Body & Paint",
119
- "category_key": 1000,
120
- "category_type": "subcategory",
121
- "category_parent_key": 51,
122
- "links": {
123
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1000",
124
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
125
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1000"
126
- }
127
- },
128
- {
129
- "category_name": "Auto Parts",
130
- "category_key": 1001,
131
- "category_type": "subcategory",
132
- "category_parent_key": 51,
133
- "links": {
134
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1001",
135
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
136
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1001"
137
- }
138
- },
139
- {
140
- "category_name": "Auto Service & Repair",
141
- "category_key": 1002,
142
- "category_type": "subcategory",
143
- "category_parent_key": 51,
144
- "links": {
145
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1002",
146
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
147
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1002"
148
- }
149
- },
150
- {
151
- "category_name": "Car Wash & Detail",
152
- "category_key": 1003,
153
- "category_type": "subcategory",
154
- "category_parent_key": 51,
155
- "links": {
156
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1003",
157
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
158
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1003"
159
- }
160
- },
161
- {
162
- "category_name": "Gas Station",
163
- "category_key": 1004,
164
- "category_type": "subcategory",
165
- "category_parent_key": 51,
166
- "links": {
167
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1004",
168
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
169
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1004"
170
- }
171
- },
172
- {
173
- "category_name": "Tires",
174
- "category_key": 1005,
175
- "category_type": "subcategory",
176
- "category_parent_key": 51,
177
- "links": {
178
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1005",
179
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
180
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1005"
181
- }
182
- },
183
- {
184
- "category_name": "Auto Sales & Warranties",
185
- "category_key": 1006,
186
- "category_type": "subcategory",
187
- "category_parent_key": 51,
188
- "links": {
189
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1006",
190
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
191
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1006"
192
- }
193
- }
194
- ]
195
- }
196
- ],
197
- "links": {
198
- "next_page": "https://offer-demo.adcrws.com/v1/categories?member_key=guest&page=2&per_page=1"
199
- }
200
- }
201
- http_version:
202
- recorded_at: Thu, 06 Aug 2015 17:51:02 GMT
203
- - request:
204
- method: get
205
- uri: https://offer-demo.adcrws.com/v1/categories?member_key=guest&per_page=1
206
- body:
207
- encoding: US-ASCII
208
- string: ''
209
- headers:
210
- Access-Token:
211
- - token_without_limit
212
- Content-Type:
213
- - application/json
214
- Accept:
215
- - application/json
216
- response:
217
- status:
218
- code: 200
219
- message: OK
220
- headers:
221
- Access-Control-Allow-Headers:
222
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
223
- Access-Control-Allow-Methods:
224
- - POST, GET, PUT, DELETE, OPTIONS
225
- Access-Control-Max-Age:
226
- - '1728000'
227
- Access-Control-Request-Method:
228
- - GET
229
- Cache-Control:
230
- - max-age=0, private, must-revalidate
231
- Content-Type:
232
- - application/json
233
- Date:
234
- - Thu, 06 Aug 2015 17:51:02 GMT
235
- Etag:
236
- - '"bfcd9d337e74a9f83509dc08b8d3566b"'
237
- Server:
238
- - nginx/1.6.2
239
- Strict-Transport-Security:
240
- - max-age=31536000
241
- X-Content-Type-Options:
242
- - nosniff
243
- X-Frame-Options:
244
- - SAMEORIGIN
245
- X-Request-Id:
246
- - ab1fc13d-ce00-4c5f-bdf3-c9ccd3ac4d80
247
- X-Runtime:
248
- - '0.017141'
249
- X-Xss-Protection:
250
- - 1; mode=block
251
- Content-Length:
252
- - '4040'
253
- Connection:
254
- - keep-alive
255
- body:
256
- encoding: UTF-8
257
- string: |-
258
- {
259
- "info": {
260
- "total_results": 16,
261
- "current_page": 1,
262
- "total_pages": 16,
263
- "results_per_page": 1
264
- },
265
- "categories": [
266
- {
267
- "category_name": "Automotive",
268
- "category_key": 51,
269
- "category_type": "category",
270
- "category_parent_name": null,
271
- "category_parent_key": null,
272
- "links": {
273
- "show_category": "https://offer-demo.adcrws.com/v1/categories/51",
274
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=51"
275
- },
276
- "subcategories": [
277
- {
278
- "category_name": "Auto Body & Paint",
279
- "category_key": 1000,
280
- "category_type": "subcategory",
281
- "category_parent_key": 51,
282
- "links": {
283
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1000",
284
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
285
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1000"
286
- }
287
- },
288
- {
289
- "category_name": "Auto Parts",
290
- "category_key": 1001,
291
- "category_type": "subcategory",
292
- "category_parent_key": 51,
293
- "links": {
294
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1001",
295
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
296
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1001"
297
- }
298
- },
299
- {
300
- "category_name": "Auto Service & Repair",
301
- "category_key": 1002,
302
- "category_type": "subcategory",
303
- "category_parent_key": 51,
304
- "links": {
305
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1002",
306
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
307
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1002"
308
- }
309
- },
310
- {
311
- "category_name": "Car Wash & Detail",
312
- "category_key": 1003,
313
- "category_type": "subcategory",
314
- "category_parent_key": 51,
315
- "links": {
316
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1003",
317
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
318
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1003"
319
- }
320
- },
321
- {
322
- "category_name": "Gas Station",
323
- "category_key": 1004,
324
- "category_type": "subcategory",
325
- "category_parent_key": 51,
326
- "links": {
327
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1004",
328
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
329
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1004"
330
- }
331
- },
332
- {
333
- "category_name": "Tires",
334
- "category_key": 1005,
335
- "category_type": "subcategory",
336
- "category_parent_key": 51,
337
- "links": {
338
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1005",
339
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
340
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1005"
341
- }
342
- },
343
- {
344
- "category_name": "Auto Sales & Warranties",
345
- "category_key": 1006,
346
- "category_type": "subcategory",
347
- "category_parent_key": 51,
348
- "links": {
349
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1006",
350
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
351
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1006"
352
- }
353
- }
354
- ]
355
- }
356
- ],
357
- "links": {
358
- "next_page": "https://offer-demo.adcrws.com/v1/categories?member_key=guest&page=2&per_page=1"
359
- }
360
- }
361
- http_version:
362
- recorded_at: Thu, 06 Aug 2015 17:51:02 GMT
363
- - request:
364
- method: get
365
- uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST&per_page=1
366
- body:
367
- encoding: US-ASCII
368
- string: ''
369
- headers:
370
- Access-Token:
371
- - token_without_limit
372
- Content-Type:
373
- - application/json
374
- Accept:
375
- - application/json
376
- response:
377
- status:
378
- code: 200
379
- message: OK
380
- headers:
381
- Access-Control-Allow-Headers:
382
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
383
- Access-Control-Allow-Methods:
384
- - POST, GET, PUT, DELETE, OPTIONS
385
- Access-Control-Max-Age:
386
- - '1728000'
387
- Access-Control-Request-Method:
388
- - GET
389
- Cache-Control:
390
- - max-age=0, private, must-revalidate
391
- Content-Type:
392
- - application/json
393
- Date:
394
- - Fri, 11 Sep 2015 20:30:49 GMT
395
- Etag:
396
- - '"f25d5336588168ac71a1178f08a0cf9f"'
397
- Server:
398
- - nginx/1.6.2
399
- X-Content-Type-Options:
400
- - nosniff
401
- X-Frame-Options:
402
- - SAMEORIGIN
403
- X-Request-Id:
404
- - 28f9a049-bfb4-4780-b18b-35a642baad2e
405
- X-Runtime:
406
- - '0.114260'
407
- X-Xss-Protection:
408
- - 1; mode=block
409
- Content-Length:
410
- - '65534'
411
- Connection:
412
- - keep-alive
413
- body:
414
- encoding: UTF-8
415
- string: |-
416
- {
417
- "info": {
418
- "total_results": 16,
419
- "current_page": 1,
420
- "total_pages": 1,
421
- "results_per_page": 16
422
- },
423
- "categories": [
424
- {
425
- "category_name": "Automotive",
426
- "category_key": 51,
427
- "category_type": "category",
428
- "category_parent_name": null,
429
- "category_parent_key": null,
430
- "links": {
431
- "show_category": "https://offer-demo.adcrws.com/v1/categories/51",
432
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=51"
433
- },
434
- "subcategories": [
435
- {
436
- "category_name": "Auto Body & Paint",
437
- "category_key": 1000,
438
- "category_type": "subcategory",
439
- "category_parent_name": "Automotive",
440
- "category_parent_key": 51,
441
- "links": {
442
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1000",
443
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
444
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1000"
445
- }
446
- },
447
- {
448
- "category_name": "Auto Parts",
449
- "category_key": 1001,
450
- "category_type": "subcategory",
451
- "category_parent_name": "Automotive",
452
- "category_parent_key": 51,
453
- "links": {
454
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1001",
455
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
456
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1001"
457
- }
458
- },
459
- {
460
- "category_name": "Auto Sales & Warranties",
461
- "category_key": 1006,
462
- "category_type": "subcategory",
463
- "category_parent_name": "Automotive",
464
- "category_parent_key": 51,
465
- "links": {
466
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1006",
467
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
468
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1006"
469
- }
470
- },
471
- {
472
- "category_name": "Auto Service & Repair",
473
- "category_key": 1002,
474
- "category_type": "subcategory",
475
- "category_parent_name": "Automotive",
476
- "category_parent_key": 51,
477
- "links": {
478
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1002",
479
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
480
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1002"
481
- }
482
- },
483
- {
484
- "category_name": "Car Wash & Detail",
485
- "category_key": 1003,
486
- "category_type": "subcategory",
487
- "category_parent_name": "Automotive",
488
- "category_parent_key": 51,
489
- "links": {
490
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1003",
491
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
492
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1003"
493
- }
494
- },
495
- {
496
- "category_name": "Gas Station",
497
- "category_key": 1004,
498
- "category_type": "subcategory",
499
- "category_parent_name": "Automotive",
500
- "category_parent_key": 51,
501
- "links": {
502
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1004",
503
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
504
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1004"
505
- }
506
- },
507
- {
508
- "category_name": "Tires",
509
- "category_key": 1005,
510
- "category_type": "subcategory",
511
- "category_parent_name": "Automotive",
512
- "category_parent_key": 51,
513
- "links": {
514
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1005",
515
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
516
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1005"
517
- }
518
- }
519
- ]
520
- },
521
- {
522
- "category_name": "Car Rental",
523
- "category_key": 58,
524
- "category_type": "category",
525
- "category_parent_name": null,
526
- "category_parent_key": null,
527
- "links": {
528
- "show_category": "https://offer-demo.adcrws.com/v1/categories/58",
529
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=58"
530
- },
531
- "subcategories": [
532
-
533
- ]
534
- },
535
- {
536
- "category_name": "Condos & Resorts",
537
- "category_key": 54,
538
- "category_type": "category",
539
- "category_parent_name": null,
540
- "category_parent_key": null,
541
- "links": {
542
- "show_category": "https://offer-demo.adcrws.com/v1/categories/54",
543
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=54"
544
- },
545
- "subcategories": [
546
-
547
- ]
548
- },
549
- {
550
- "category_name": "Cruise",
551
- "category_key": 60,
552
- "category_type": "category",
553
- "category_parent_name": null,
554
- "category_parent_key": null,
555
- "links": {
556
- "show_category": "https://offer-demo.adcrws.com/v1/categories/60",
557
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=60"
558
- },
559
- "subcategories": [
560
-
561
- ]
562
- },
563
- {
564
- "category_name": "Dining & Food",
565
- "category_key": 39,
566
- "category_type": "category",
567
- "category_parent_name": null,
568
- "category_parent_key": null,
569
- "links": {
570
- "show_category": "https://offer-demo.adcrws.com/v1/categories/39",
571
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=39"
572
- },
573
- "subcategories": [
574
- {
575
- "category_name": "Casual & Fine Dining",
576
- "category_key": 1009,
577
- "category_type": "subcategory",
578
- "category_parent_name": "Dining & Food",
579
- "category_parent_key": 39,
580
- "links": {
581
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1009",
582
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
583
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1009"
584
- }
585
- },
586
- {
587
- "category_name": "Catering",
588
- "category_key": 1011,
589
- "category_type": "subcategory",
590
- "category_parent_name": "Dining & Food",
591
- "category_parent_key": 39,
592
- "links": {
593
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1011",
594
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
595
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1011"
596
- }
597
- },
598
- {
599
- "category_name": "Convenience Stores",
600
- "category_key": 1012,
601
- "category_type": "subcategory",
602
- "category_parent_name": "Dining & Food",
603
- "category_parent_key": 39,
604
- "links": {
605
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1012",
606
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
607
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1012"
608
- }
609
- },
610
- {
611
- "category_name": "Desserts & Snacks",
612
- "category_key": 1007,
613
- "category_type": "subcategory",
614
- "category_parent_name": "Dining & Food",
615
- "category_parent_key": 39,
616
- "links": {
617
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1007",
618
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
619
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1007"
620
- }
621
- },
622
- {
623
- "category_name": "Fast Food",
624
- "category_key": 1008,
625
- "category_type": "subcategory",
626
- "category_parent_name": "Dining & Food",
627
- "category_parent_key": 39,
628
- "links": {
629
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1008",
630
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
631
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1008"
632
- }
633
- },
634
- {
635
- "category_name": "Specialty Foods & Gifts",
636
- "category_key": 1010,
637
- "category_type": "subcategory",
638
- "category_parent_name": "Dining & Food",
639
- "category_parent_key": 39,
640
- "links": {
641
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1010",
642
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
643
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1010"
644
- }
645
- }
646
- ]
647
- },
648
- {
649
- "category_name": "Education Only",
650
- "category_key": 1113,
651
- "category_type": "category",
652
- "category_parent_name": null,
653
- "category_parent_key": null,
654
- "links": {
655
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1113",
656
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1113"
657
- },
658
- "subcategories": [
659
-
660
- ]
661
- },
662
- {
663
- "category_name": "Entertainment & Recreation",
664
- "category_key": 59,
665
- "category_type": "category",
666
- "category_parent_name": null,
667
- "category_parent_key": null,
668
- "links": {
669
- "show_category": "https://offer-demo.adcrws.com/v1/categories/59",
670
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=59"
671
- },
672
- "subcategories": [
673
- {
674
- "category_name": "Amusement Parks",
675
- "category_key": 1018,
676
- "category_type": "subcategory",
677
- "category_parent_name": "Entertainment & Recreation",
678
- "category_parent_key": 59,
679
- "links": {
680
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1018",
681
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
682
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1018"
683
- }
684
- },
685
- {
686
- "category_name": "Classes",
687
- "category_key": 1019,
688
- "category_type": "subcategory",
689
- "category_parent_name": "Entertainment & Recreation",
690
- "category_parent_key": 59,
691
- "links": {
692
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1019",
693
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
694
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1019"
695
- }
696
- },
697
- {
698
- "category_name": "Concerts & Events",
699
- "category_key": 1014,
700
- "category_type": "subcategory",
701
- "category_parent_name": "Entertainment & Recreation",
702
- "category_parent_key": 59,
703
- "links": {
704
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1014",
705
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
706
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1014"
707
- }
708
- },
709
- {
710
- "category_name": "Fun Centers",
711
- "category_key": 1013,
712
- "category_type": "subcategory",
713
- "category_parent_name": "Entertainment & Recreation",
714
- "category_parent_key": 59,
715
- "links": {
716
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1013",
717
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
718
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1013"
719
- }
720
- },
721
- {
722
- "category_name": "Museums, Zoos & Tours",
723
- "category_key": 1015,
724
- "category_type": "subcategory",
725
- "category_parent_name": "Entertainment & Recreation",
726
- "category_parent_key": 59,
727
- "links": {
728
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1015",
729
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
730
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1015"
731
- }
732
- },
733
- {
734
- "category_name": "Outdoor Adventure",
735
- "category_key": 1016,
736
- "category_type": "subcategory",
737
- "category_parent_name": "Entertainment & Recreation",
738
- "category_parent_key": 59,
739
- "links": {
740
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1016",
741
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
742
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1016"
743
- }
744
- },
745
- {
746
- "category_name": "Sporting Events",
747
- "category_key": 1017,
748
- "category_type": "subcategory",
749
- "category_parent_name": "Entertainment & Recreation",
750
- "category_parent_key": 59,
751
- "links": {
752
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1017",
753
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
754
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1017"
755
- }
756
- }
757
- ]
758
- },
759
- {
760
- "category_name": "Golf",
761
- "category_key": 48,
762
- "category_type": "category",
763
- "category_parent_name": null,
764
- "category_parent_key": null,
765
- "links": {
766
- "show_category": "https://offer-demo.adcrws.com/v1/categories/48",
767
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=48"
768
- },
769
- "subcategories": [
770
- {
771
- "category_name": "Golf Apparel",
772
- "category_key": 1021,
773
- "category_type": "subcategory",
774
- "category_parent_name": "Golf",
775
- "category_parent_key": 48,
776
- "links": {
777
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1021",
778
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
779
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1021"
780
- }
781
- },
782
- {
783
- "category_name": "Golf Courses",
784
- "category_key": 1020,
785
- "category_type": "subcategory",
786
- "category_parent_name": "Golf",
787
- "category_parent_key": 48,
788
- "links": {
789
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1020",
790
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
791
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1020"
792
- }
793
- },
794
- {
795
- "category_name": "Golf Equipment",
796
- "category_key": 1022,
797
- "category_type": "subcategory",
798
- "category_parent_name": "Golf",
799
- "category_parent_key": 48,
800
- "links": {
801
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1022",
802
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
803
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1022"
804
- }
805
- },
806
- {
807
- "category_name": "Golf Instruction",
808
- "category_key": 1023,
809
- "category_type": "subcategory",
810
- "category_parent_name": "Golf",
811
- "category_parent_key": 48,
812
- "links": {
813
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1023",
814
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
815
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1023"
816
- }
817
- },
818
- {
819
- "category_name": "Golf Packages",
820
- "category_key": 1024,
821
- "category_type": "subcategory",
822
- "category_parent_name": "Golf",
823
- "category_parent_key": 48,
824
- "links": {
825
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1024",
826
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
827
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1024"
828
- }
829
- }
830
- ]
831
- },
832
- {
833
- "category_name": "Health & Beauty",
834
- "category_key": 53,
835
- "category_type": "category",
836
- "category_parent_name": null,
837
- "category_parent_key": null,
838
- "links": {
839
- "show_category": "https://offer-demo.adcrws.com/v1/categories/53",
840
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=53"
841
- },
842
- "subcategories": [
843
- {
844
- "category_name": "Chiropractic",
845
- "category_key": 1025,
846
- "category_type": "subcategory",
847
- "category_parent_name": "Health & Beauty",
848
- "category_parent_key": 53,
849
- "links": {
850
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1025",
851
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
852
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1025"
853
- }
854
- },
855
- {
856
- "category_name": "Cosmetics & Skin Care",
857
- "category_key": 1035,
858
- "category_type": "subcategory",
859
- "category_parent_name": "Health & Beauty",
860
- "category_parent_key": 53,
861
- "links": {
862
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1035",
863
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
864
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1035"
865
- }
866
- },
867
- {
868
- "category_name": "Day Spa",
869
- "category_key": 1026,
870
- "category_type": "subcategory",
871
- "category_parent_name": "Health & Beauty",
872
- "category_parent_key": 53,
873
- "links": {
874
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1026",
875
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
876
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1026"
877
- }
878
- },
879
- {
880
- "category_name": "Dental",
881
- "category_key": 1027,
882
- "category_type": "subcategory",
883
- "category_parent_name": "Health & Beauty",
884
- "category_parent_key": 53,
885
- "links": {
886
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1027",
887
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
888
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1027"
889
- }
890
- },
891
- {
892
- "category_name": "Fitness Centers",
893
- "category_key": 1031,
894
- "category_type": "subcategory",
895
- "category_parent_name": "Health & Beauty",
896
- "category_parent_key": 53,
897
- "links": {
898
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1031",
899
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
900
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1031"
901
- }
902
- },
903
- {
904
- "category_name": "Fitness Equipment",
905
- "category_key": 1028,
906
- "category_type": "subcategory",
907
- "category_parent_name": "Health & Beauty",
908
- "category_parent_key": 53,
909
- "links": {
910
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1028",
911
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
912
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1028"
913
- }
914
- },
915
- {
916
- "category_name": "Health Products",
917
- "category_key": 1029,
918
- "category_type": "subcategory",
919
- "category_parent_name": "Health & Beauty",
920
- "category_parent_key": 53,
921
- "links": {
922
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1029",
923
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
924
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1029"
925
- }
926
- },
927
- {
928
- "category_name": "Hearing",
929
- "category_key": 1030,
930
- "category_type": "subcategory",
931
- "category_parent_name": "Health & Beauty",
932
- "category_parent_key": 53,
933
- "links": {
934
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1030",
935
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
936
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1030"
937
- }
938
- },
939
- {
940
- "category_name": "Massage",
941
- "category_key": 1032,
942
- "category_type": "subcategory",
943
- "category_parent_name": "Health & Beauty",
944
- "category_parent_key": 53,
945
- "links": {
946
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1032",
947
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
948
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1032"
949
- }
950
- },
951
- {
952
- "category_name": "Medical",
953
- "category_key": 1033,
954
- "category_type": "subcategory",
955
- "category_parent_name": "Health & Beauty",
956
- "category_parent_key": 53,
957
- "links": {
958
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1033",
959
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
960
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1033"
961
- }
962
- },
963
- {
964
- "category_name": "Salon",
965
- "category_key": 1036,
966
- "category_type": "subcategory",
967
- "category_parent_name": "Health & Beauty",
968
- "category_parent_key": 53,
969
- "links": {
970
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1036",
971
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
972
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1036"
973
- }
974
- },
975
- {
976
- "category_name": "Tanning Salon",
977
- "category_key": 1034,
978
- "category_type": "subcategory",
979
- "category_parent_name": "Health & Beauty",
980
- "category_parent_key": 53,
981
- "links": {
982
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1034",
983
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
984
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1034"
985
- }
986
- },
987
- {
988
- "category_name": "Vision",
989
- "category_key": 1037,
990
- "category_type": "subcategory",
991
- "category_parent_name": "Health & Beauty",
992
- "category_parent_key": 53,
993
- "links": {
994
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1037",
995
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
996
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1037"
997
- }
998
- },
999
- {
1000
- "category_name": "Weight Management",
1001
- "category_key": 1038,
1002
- "category_type": "subcategory",
1003
- "category_parent_name": "Health & Beauty",
1004
- "category_parent_key": 53,
1005
- "links": {
1006
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1038",
1007
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
1008
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1038"
1009
- }
1010
- }
1011
- ]
1012
- },
1013
- {
1014
- "category_name": "Home & Garden",
1015
- "category_key": 1039,
1016
- "category_type": "category",
1017
- "category_parent_name": null,
1018
- "category_parent_key": null,
1019
- "links": {
1020
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1021
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1039"
1022
- },
1023
- "subcategories": [
1024
- {
1025
- "category_name": "Appliances",
1026
- "category_key": 1042,
1027
- "category_type": "subcategory",
1028
- "category_parent_name": "Home & Garden",
1029
- "category_parent_key": 1039,
1030
- "links": {
1031
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1042",
1032
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1033
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1042"
1034
- }
1035
- },
1036
- {
1037
- "category_name": "Cleaning",
1038
- "category_key": 1045,
1039
- "category_type": "subcategory",
1040
- "category_parent_name": "Home & Garden",
1041
- "category_parent_key": 1039,
1042
- "links": {
1043
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1045",
1044
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1045
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1045"
1046
- }
1047
- },
1048
- {
1049
- "category_name": "Flooring",
1050
- "category_key": 1043,
1051
- "category_type": "subcategory",
1052
- "category_parent_name": "Home & Garden",
1053
- "category_parent_key": 1039,
1054
- "links": {
1055
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1043",
1056
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1057
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1043"
1058
- }
1059
- },
1060
- {
1061
- "category_name": "Garden Centers",
1062
- "category_key": 1050,
1063
- "category_type": "subcategory",
1064
- "category_parent_name": "Home & Garden",
1065
- "category_parent_key": 1039,
1066
- "links": {
1067
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1050",
1068
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1069
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1050"
1070
- }
1071
- },
1072
- {
1073
- "category_name": "Hardware Stores",
1074
- "category_key": 1049,
1075
- "category_type": "subcategory",
1076
- "category_parent_name": "Home & Garden",
1077
- "category_parent_key": 1039,
1078
- "links": {
1079
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1049",
1080
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1081
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1049"
1082
- }
1083
- },
1084
- {
1085
- "category_name": "Home Improvement & Repairs",
1086
- "category_key": 1044,
1087
- "category_type": "subcategory",
1088
- "category_parent_name": "Home & Garden",
1089
- "category_parent_key": 1039,
1090
- "links": {
1091
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1044",
1092
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1093
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1044"
1094
- }
1095
- },
1096
- {
1097
- "category_name": "Landscaping",
1098
- "category_key": 1048,
1099
- "category_type": "subcategory",
1100
- "category_parent_name": "Home & Garden",
1101
- "category_parent_key": 1039,
1102
- "links": {
1103
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1048",
1104
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1105
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1048"
1106
- }
1107
- },
1108
- {
1109
- "category_name": "Pest Control",
1110
- "category_key": 1047,
1111
- "category_type": "subcategory",
1112
- "category_parent_name": "Home & Garden",
1113
- "category_parent_key": 1039,
1114
- "links": {
1115
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1047",
1116
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1117
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1047"
1118
- }
1119
- },
1120
- {
1121
- "category_name": "Siding",
1122
- "category_key": 1041,
1123
- "category_type": "subcategory",
1124
- "category_parent_name": "Home & Garden",
1125
- "category_parent_key": 1039,
1126
- "links": {
1127
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1041",
1128
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1129
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1041"
1130
- }
1131
- },
1132
- {
1133
- "category_name": "Water purification/softening",
1134
- "category_key": 1046,
1135
- "category_type": "subcategory",
1136
- "category_parent_name": "Home & Garden",
1137
- "category_parent_key": 1039,
1138
- "links": {
1139
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1046",
1140
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1141
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1046"
1142
- }
1143
- },
1144
- {
1145
- "category_name": "Windows",
1146
- "category_key": 1040,
1147
- "category_type": "subcategory",
1148
- "category_parent_name": "Home & Garden",
1149
- "category_parent_key": 1039,
1150
- "links": {
1151
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1040",
1152
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
1153
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1040"
1154
- }
1155
- }
1156
- ]
1157
- },
1158
- {
1159
- "category_name": "Hotel",
1160
- "category_key": 44,
1161
- "category_type": "category",
1162
- "category_parent_name": null,
1163
- "category_parent_key": null,
1164
- "links": {
1165
- "show_category": "https://offer-demo.adcrws.com/v1/categories/44",
1166
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=44"
1167
- },
1168
- "subcategories": [
1169
- {
1170
- "category_name": "Bed & Breakfast",
1171
- "category_key": 1051,
1172
- "category_type": "subcategory",
1173
- "category_parent_name": "Hotel",
1174
- "category_parent_key": 44,
1175
- "links": {
1176
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1051",
1177
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/44",
1178
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1051"
1179
- }
1180
- },
1181
- {
1182
- "category_name": "Motel",
1183
- "category_key": 1053,
1184
- "category_type": "subcategory",
1185
- "category_parent_name": "Hotel",
1186
- "category_parent_key": 44,
1187
- "links": {
1188
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1053",
1189
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/44",
1190
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1053"
1191
- }
1192
- }
1193
- ]
1194
- },
1195
- {
1196
- "category_name": "Movies",
1197
- "category_key": 56,
1198
- "category_type": "category",
1199
- "category_parent_name": null,
1200
- "category_parent_key": null,
1201
- "links": {
1202
- "show_category": "https://offer-demo.adcrws.com/v1/categories/56",
1203
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=56"
1204
- },
1205
- "subcategories": [
1206
- {
1207
- "category_name": "Movie Rentals",
1208
- "category_key": 1054,
1209
- "category_type": "subcategory",
1210
- "category_parent_name": "Movies",
1211
- "category_parent_key": 56,
1212
- "links": {
1213
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1054",
1214
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/56",
1215
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1054"
1216
- }
1217
- },
1218
- {
1219
- "category_name": "Movie Theaters",
1220
- "category_key": 1055,
1221
- "category_type": "subcategory",
1222
- "category_parent_name": "Movies",
1223
- "category_parent_key": 56,
1224
- "links": {
1225
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1055",
1226
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/56",
1227
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1055"
1228
- }
1229
- }
1230
- ]
1231
- },
1232
- {
1233
- "category_name": "Services",
1234
- "category_key": 50,
1235
- "category_type": "category",
1236
- "category_parent_name": null,
1237
- "category_parent_key": null,
1238
- "links": {
1239
- "show_category": "https://offer-demo.adcrws.com/v1/categories/50",
1240
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=50"
1241
- },
1242
- "subcategories": [
1243
- {
1244
- "category_name": "Appliance Repair",
1245
- "category_key": 1056,
1246
- "category_type": "subcategory",
1247
- "category_parent_name": "Services",
1248
- "category_parent_key": 50,
1249
- "links": {
1250
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1056",
1251
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1252
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1056"
1253
- }
1254
- },
1255
- {
1256
- "category_name": "Cable & Satellite",
1257
- "category_key": 1075,
1258
- "category_type": "subcategory",
1259
- "category_parent_name": "Services",
1260
- "category_parent_key": 50,
1261
- "links": {
1262
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1075",
1263
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1264
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1075"
1265
- }
1266
- },
1267
- {
1268
- "category_name": "Carpet Cleaner",
1269
- "category_key": 1057,
1270
- "category_type": "subcategory",
1271
- "category_parent_name": "Services",
1272
- "category_parent_key": 50,
1273
- "links": {
1274
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1057",
1275
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1276
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1057"
1277
- }
1278
- },
1279
- {
1280
- "category_name": "Cell Phone",
1281
- "category_key": 1058,
1282
- "category_type": "subcategory",
1283
- "category_parent_name": "Services",
1284
- "category_parent_key": 50,
1285
- "links": {
1286
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1058",
1287
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1288
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1058"
1289
- }
1290
- },
1291
- {
1292
- "category_name": "Child Care",
1293
- "category_key": 1059,
1294
- "category_type": "subcategory",
1295
- "category_parent_name": "Services",
1296
- "category_parent_key": 50,
1297
- "links": {
1298
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1059",
1299
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1300
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1059"
1301
- }
1302
- },
1303
- {
1304
- "category_name": "Dry Cleaner",
1305
- "category_key": 1060,
1306
- "category_type": "subcategory",
1307
- "category_parent_name": "Services",
1308
- "category_parent_key": 50,
1309
- "links": {
1310
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1060",
1311
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1312
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1060"
1313
- }
1314
- },
1315
- {
1316
- "category_name": "Educational",
1317
- "category_key": 1061,
1318
- "category_type": "subcategory",
1319
- "category_parent_name": "Services",
1320
- "category_parent_key": 50,
1321
- "links": {
1322
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1061",
1323
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1324
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1061"
1325
- }
1326
- },
1327
- {
1328
- "category_name": "Educational Services",
1329
- "category_key": 1067,
1330
- "category_type": "subcategory",
1331
- "category_parent_name": "Services",
1332
- "category_parent_key": 50,
1333
- "links": {
1334
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1067",
1335
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1336
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1067"
1337
- }
1338
- },
1339
- {
1340
- "category_name": "Film Developing",
1341
- "category_key": 1062,
1342
- "category_type": "subcategory",
1343
- "category_parent_name": "Services",
1344
- "category_parent_key": 50,
1345
- "links": {
1346
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1062",
1347
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1348
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1062"
1349
- }
1350
- },
1351
- {
1352
- "category_name": "Internet Service Provider",
1353
- "category_key": 1063,
1354
- "category_type": "subcategory",
1355
- "category_parent_name": "Services",
1356
- "category_parent_key": 50,
1357
- "links": {
1358
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1063",
1359
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1360
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1063"
1361
- }
1362
- },
1363
- {
1364
- "category_name": "Legal",
1365
- "category_key": 1064,
1366
- "category_type": "subcategory",
1367
- "category_parent_name": "Services",
1368
- "category_parent_key": 50,
1369
- "links": {
1370
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1064",
1371
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1372
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1064"
1373
- }
1374
- },
1375
- {
1376
- "category_name": "Locksmith",
1377
- "category_key": 1065,
1378
- "category_type": "subcategory",
1379
- "category_parent_name": "Services",
1380
- "category_parent_key": 50,
1381
- "links": {
1382
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1065",
1383
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1384
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1065"
1385
- }
1386
- },
1387
- {
1388
- "category_name": "Mail/Copy/Print",
1389
- "category_key": 1066,
1390
- "category_type": "subcategory",
1391
- "category_parent_name": "Services",
1392
- "category_parent_key": 50,
1393
- "links": {
1394
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1066",
1395
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1396
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1066"
1397
- }
1398
- },
1399
- {
1400
- "category_name": "Moving & Storage",
1401
- "category_key": 1068,
1402
- "category_type": "subcategory",
1403
- "category_parent_name": "Services",
1404
- "category_parent_key": 50,
1405
- "links": {
1406
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1068",
1407
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1408
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1068"
1409
- }
1410
- },
1411
- {
1412
- "category_name": "Office Services",
1413
- "category_key": 1069,
1414
- "category_type": "subcategory",
1415
- "category_parent_name": "Services",
1416
- "category_parent_key": 50,
1417
- "links": {
1418
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1069",
1419
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1420
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1069"
1421
- }
1422
- },
1423
- {
1424
- "category_name": "Party & Event Rental",
1425
- "category_key": 1076,
1426
- "category_type": "subcategory",
1427
- "category_parent_name": "Services",
1428
- "category_parent_key": 50,
1429
- "links": {
1430
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1076",
1431
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1432
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1076"
1433
- }
1434
- },
1435
- {
1436
- "category_name": "Photography & Photo Printing",
1437
- "category_key": 1070,
1438
- "category_type": "subcategory",
1439
- "category_parent_name": "Services",
1440
- "category_parent_key": 50,
1441
- "links": {
1442
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1070",
1443
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1444
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1070"
1445
- }
1446
- },
1447
- {
1448
- "category_name": "Tax Services",
1449
- "category_key": 1071,
1450
- "category_type": "subcategory",
1451
- "category_parent_name": "Services",
1452
- "category_parent_key": 50,
1453
- "links": {
1454
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1071",
1455
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1456
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1071"
1457
- }
1458
- },
1459
- {
1460
- "category_name": "Transportation",
1461
- "category_key": 1072,
1462
- "category_type": "subcategory",
1463
- "category_parent_name": "Services",
1464
- "category_parent_key": 50,
1465
- "links": {
1466
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1072",
1467
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1468
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1072"
1469
- }
1470
- },
1471
- {
1472
- "category_name": "Tuxedo Rental",
1473
- "category_key": 1073,
1474
- "category_type": "subcategory",
1475
- "category_parent_name": "Services",
1476
- "category_parent_key": 50,
1477
- "links": {
1478
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1073",
1479
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1480
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1073"
1481
- }
1482
- },
1483
- {
1484
- "category_name": "Weddings",
1485
- "category_key": 1074,
1486
- "category_type": "subcategory",
1487
- "category_parent_name": "Services",
1488
- "category_parent_key": 50,
1489
- "links": {
1490
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1074",
1491
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
1492
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1074"
1493
- }
1494
- }
1495
- ]
1496
- },
1497
- {
1498
- "category_name": "Shopping",
1499
- "category_key": 45,
1500
- "category_type": "category",
1501
- "category_parent_name": null,
1502
- "category_parent_key": null,
1503
- "links": {
1504
- "show_category": "https://offer-demo.adcrws.com/v1/categories/45",
1505
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=45"
1506
- },
1507
- "subcategories": [
1508
- {
1509
- "category_name": "Apparel & Accessories",
1510
- "category_key": 1077,
1511
- "category_type": "subcategory",
1512
- "category_parent_name": "Shopping",
1513
- "category_parent_key": 45,
1514
- "links": {
1515
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1077",
1516
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1517
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1077"
1518
- }
1519
- },
1520
- {
1521
- "category_name": "Art",
1522
- "category_key": 1078,
1523
- "category_type": "subcategory",
1524
- "category_parent_name": "Shopping",
1525
- "category_parent_key": 45,
1526
- "links": {
1527
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1078",
1528
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1529
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1078"
1530
- }
1531
- },
1532
- {
1533
- "category_name": "Baby/Maternity",
1534
- "category_key": 1079,
1535
- "category_type": "subcategory",
1536
- "category_parent_name": "Shopping",
1537
- "category_parent_key": 45,
1538
- "links": {
1539
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1079",
1540
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1541
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1079"
1542
- }
1543
- },
1544
- {
1545
- "category_name": "Bath & Body",
1546
- "category_key": 1080,
1547
- "category_type": "subcategory",
1548
- "category_parent_name": "Shopping",
1549
- "category_parent_key": 45,
1550
- "links": {
1551
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1080",
1552
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1553
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1080"
1554
- }
1555
- },
1556
- {
1557
- "category_name": "Boutique",
1558
- "category_key": 1081,
1559
- "category_type": "subcategory",
1560
- "category_parent_name": "Shopping",
1561
- "category_parent_key": 45,
1562
- "links": {
1563
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1081",
1564
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1565
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1081"
1566
- }
1567
- },
1568
- {
1569
- "category_name": "Bridal",
1570
- "category_key": 1082,
1571
- "category_type": "subcategory",
1572
- "category_parent_name": "Shopping",
1573
- "category_parent_key": 45,
1574
- "links": {
1575
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1082",
1576
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1577
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1082"
1578
- }
1579
- },
1580
- {
1581
- "category_name": "Crafts",
1582
- "category_key": 1083,
1583
- "category_type": "subcategory",
1584
- "category_parent_name": "Shopping",
1585
- "category_parent_key": 45,
1586
- "links": {
1587
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1083",
1588
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1589
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1083"
1590
- }
1591
- },
1592
- {
1593
- "category_name": "Cycling",
1594
- "category_key": 1084,
1595
- "category_type": "subcategory",
1596
- "category_parent_name": "Shopping",
1597
- "category_parent_key": 45,
1598
- "links": {
1599
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1084",
1600
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1601
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1084"
1602
- }
1603
- },
1604
- {
1605
- "category_name": "Department Stores",
1606
- "category_key": 1085,
1607
- "category_type": "subcategory",
1608
- "category_parent_name": "Shopping",
1609
- "category_parent_key": 45,
1610
- "links": {
1611
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1085",
1612
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1613
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1085"
1614
- }
1615
- },
1616
- {
1617
- "category_name": "Electronics",
1618
- "category_key": 1086,
1619
- "category_type": "subcategory",
1620
- "category_parent_name": "Shopping",
1621
- "category_parent_key": 45,
1622
- "links": {
1623
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1086",
1624
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1625
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1086"
1626
- }
1627
- },
1628
- {
1629
- "category_name": "Flowers",
1630
- "category_key": 1087,
1631
- "category_type": "subcategory",
1632
- "category_parent_name": "Shopping",
1633
- "category_parent_key": 45,
1634
- "links": {
1635
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1087",
1636
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1637
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1087"
1638
- }
1639
- },
1640
- {
1641
- "category_name": "Fragrance",
1642
- "category_key": 1088,
1643
- "category_type": "subcategory",
1644
- "category_parent_name": "Shopping",
1645
- "category_parent_key": 45,
1646
- "links": {
1647
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1088",
1648
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1649
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1088"
1650
- }
1651
- },
1652
- {
1653
- "category_name": "Framing",
1654
- "category_key": 1089,
1655
- "category_type": "subcategory",
1656
- "category_parent_name": "Shopping",
1657
- "category_parent_key": 45,
1658
- "links": {
1659
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1089",
1660
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1661
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1089"
1662
- }
1663
- },
1664
- {
1665
- "category_name": "Furniture",
1666
- "category_key": 1090,
1667
- "category_type": "subcategory",
1668
- "category_parent_name": "Shopping",
1669
- "category_parent_key": 45,
1670
- "links": {
1671
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1090",
1672
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1673
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1090"
1674
- }
1675
- },
1676
- {
1677
- "category_name": "Gifts",
1678
- "category_key": 1091,
1679
- "category_type": "subcategory",
1680
- "category_parent_name": "Shopping",
1681
- "category_parent_key": 45,
1682
- "links": {
1683
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1091",
1684
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1685
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1091"
1686
- }
1687
- },
1688
- {
1689
- "category_name": "Jewelry",
1690
- "category_key": 1092,
1691
- "category_type": "subcategory",
1692
- "category_parent_name": "Shopping",
1693
- "category_parent_key": 45,
1694
- "links": {
1695
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1092",
1696
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1697
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1092"
1698
- }
1699
- },
1700
- {
1701
- "category_name": "Luggage & Travel Accessories",
1702
- "category_key": 1093,
1703
- "category_type": "subcategory",
1704
- "category_parent_name": "Shopping",
1705
- "category_parent_key": 45,
1706
- "links": {
1707
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1093",
1708
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1709
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1093"
1710
- }
1711
- },
1712
- {
1713
- "category_name": "Movies, Music & Books",
1714
- "category_key": 1094,
1715
- "category_type": "subcategory",
1716
- "category_parent_name": "Shopping",
1717
- "category_parent_key": 45,
1718
- "links": {
1719
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1094",
1720
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1721
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1094"
1722
- }
1723
- },
1724
- {
1725
- "category_name": "Office Supplies",
1726
- "category_key": 1095,
1727
- "category_type": "subcategory",
1728
- "category_parent_name": "Shopping",
1729
- "category_parent_key": 45,
1730
- "links": {
1731
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1095",
1732
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1733
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1095"
1734
- }
1735
- },
1736
- {
1737
- "category_name": "Other Shopping",
1738
- "category_key": 1102,
1739
- "category_type": "subcategory",
1740
- "category_parent_name": "Shopping",
1741
- "category_parent_key": 45,
1742
- "links": {
1743
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1102",
1744
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1745
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1102"
1746
- }
1747
- },
1748
- {
1749
- "category_name": "Outdoor Equipment",
1750
- "category_key": 1096,
1751
- "category_type": "subcategory",
1752
- "category_parent_name": "Shopping",
1753
- "category_parent_key": 45,
1754
- "links": {
1755
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1096",
1756
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1757
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1096"
1758
- }
1759
- },
1760
- {
1761
- "category_name": "Pets",
1762
- "category_key": 1097,
1763
- "category_type": "subcategory",
1764
- "category_parent_name": "Shopping",
1765
- "category_parent_key": 45,
1766
- "links": {
1767
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1097",
1768
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1769
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1097"
1770
- }
1771
- },
1772
- {
1773
- "category_name": "Publications",
1774
- "category_key": 1098,
1775
- "category_type": "subcategory",
1776
- "category_parent_name": "Shopping",
1777
- "category_parent_key": 45,
1778
- "links": {
1779
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1098",
1780
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1781
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1098"
1782
- }
1783
- },
1784
- {
1785
- "category_name": "Sporting Goods",
1786
- "category_key": 1099,
1787
- "category_type": "subcategory",
1788
- "category_parent_name": "Shopping",
1789
- "category_parent_key": 45,
1790
- "links": {
1791
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1099",
1792
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1793
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1099"
1794
- }
1795
- },
1796
- {
1797
- "category_name": "Toys",
1798
- "category_key": 1100,
1799
- "category_type": "subcategory",
1800
- "category_parent_name": "Shopping",
1801
- "category_parent_key": 45,
1802
- "links": {
1803
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1100",
1804
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1805
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1100"
1806
- }
1807
- },
1808
- {
1809
- "category_name": "Wireless",
1810
- "category_key": 1101,
1811
- "category_type": "subcategory",
1812
- "category_parent_name": "Shopping",
1813
- "category_parent_key": 45,
1814
- "links": {
1815
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1101",
1816
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
1817
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1101"
1818
- }
1819
- }
1820
- ]
1821
- },
1822
- {
1823
- "category_name": "Ski & Snowboard",
1824
- "category_key": 55,
1825
- "category_type": "category",
1826
- "category_parent_name": null,
1827
- "category_parent_key": null,
1828
- "links": {
1829
- "show_category": "https://offer-demo.adcrws.com/v1/categories/55",
1830
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=55"
1831
- },
1832
- "subcategories": [
1833
- {
1834
- "category_name": "Cross Country Ski",
1835
- "category_key": 1106,
1836
- "category_type": "subcategory",
1837
- "category_parent_name": "Ski & Snowboard",
1838
- "category_parent_key": 55,
1839
- "links": {
1840
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1106",
1841
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1842
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1106"
1843
- }
1844
- },
1845
- {
1846
- "category_name": "Ski Gear & Rentals",
1847
- "category_key": 1103,
1848
- "category_type": "subcategory",
1849
- "category_parent_name": "Ski & Snowboard",
1850
- "category_parent_key": 55,
1851
- "links": {
1852
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1103",
1853
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1854
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1103"
1855
- }
1856
- },
1857
- {
1858
- "category_name": "Ski Lessons",
1859
- "category_key": 1105,
1860
- "category_type": "subcategory",
1861
- "category_parent_name": "Ski & Snowboard",
1862
- "category_parent_key": 55,
1863
- "links": {
1864
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1105",
1865
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1866
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1105"
1867
- }
1868
- },
1869
- {
1870
- "category_name": "Ski Packages",
1871
- "category_key": 1108,
1872
- "category_type": "subcategory",
1873
- "category_parent_name": "Ski & Snowboard",
1874
- "category_parent_key": 55,
1875
- "links": {
1876
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1108",
1877
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1878
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1108"
1879
- }
1880
- },
1881
- {
1882
- "category_name": "Ski Resort",
1883
- "category_key": 1107,
1884
- "category_type": "subcategory",
1885
- "category_parent_name": "Ski & Snowboard",
1886
- "category_parent_key": 55,
1887
- "links": {
1888
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1107",
1889
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1890
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1107"
1891
- }
1892
- },
1893
- {
1894
- "category_name": "Snow Sports",
1895
- "category_key": 1104,
1896
- "category_type": "subcategory",
1897
- "category_parent_name": "Ski & Snowboard",
1898
- "category_parent_key": 55,
1899
- "links": {
1900
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1104",
1901
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
1902
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1104"
1903
- }
1904
- }
1905
- ]
1906
- },
1907
- {
1908
- "category_name": "Travel",
1909
- "category_key": 38,
1910
- "category_type": "category",
1911
- "category_parent_name": null,
1912
- "category_parent_key": null,
1913
- "links": {
1914
- "show_category": "https://offer-demo.adcrws.com/v1/categories/38",
1915
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=38"
1916
- },
1917
- "subcategories": [
1918
- {
1919
- "category_name": "Air & Parking",
1920
- "category_key": 1109,
1921
- "category_type": "subcategory",
1922
- "category_parent_name": "Travel",
1923
- "category_parent_key": 38,
1924
- "links": {
1925
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1109",
1926
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
1927
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1109"
1928
- }
1929
- },
1930
- {
1931
- "category_name": "Resorts & Spas",
1932
- "category_key": 1110,
1933
- "category_type": "subcategory",
1934
- "category_parent_name": "Travel",
1935
- "category_parent_key": 38,
1936
- "links": {
1937
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1110",
1938
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
1939
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1110"
1940
- }
1941
- },
1942
- {
1943
- "category_name": "Tours",
1944
- "category_key": 1111,
1945
- "category_type": "subcategory",
1946
- "category_parent_name": "Travel",
1947
- "category_parent_key": 38,
1948
- "links": {
1949
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1111",
1950
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
1951
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1111"
1952
- }
1953
- },
1954
- {
1955
- "category_name": "Travel Packages & Tours",
1956
- "category_key": 1112,
1957
- "category_type": "subcategory",
1958
- "category_parent_name": "Travel",
1959
- "category_parent_key": 38,
1960
- "links": {
1961
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1112",
1962
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
1963
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1112"
1964
- }
1965
- }
1966
- ]
1967
- }
1968
- ]
1969
- }
1970
- http_version:
1971
- recorded_at: Fri, 11 Sep 2015 20:30:49 GMT
1972
- - request:
1973
- method: get
1974
- uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST&per_page=1
1975
- body:
1976
- encoding: US-ASCII
1977
- string: ''
1978
- headers:
1979
- Access-Token:
1980
- - token_without_limit
1981
- Content-Type:
1982
- - application/json
1983
- Accept:
1984
- - application/json
1985
- response:
1986
- status:
1987
- code: 200
1988
- message: OK
1989
- headers:
1990
- Access-Control-Allow-Headers:
1991
- - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
1992
- Access-Control-Allow-Methods:
1993
- - POST, GET, PUT, DELETE, OPTIONS
1994
- Access-Control-Max-Age:
1995
- - '1728000'
1996
- Access-Control-Request-Method:
1997
- - GET
1998
- Cache-Control:
1999
- - max-age=0, private, must-revalidate
2000
- Content-Type:
2001
- - application/json
2002
- Date:
2003
- - Fri, 11 Sep 2015 20:30:49 GMT
2004
- Etag:
2005
- - '"f25d5336588168ac71a1178f08a0cf9f"'
2006
- Server:
2007
- - nginx/1.6.2
2008
- X-Content-Type-Options:
2009
- - nosniff
2010
- X-Frame-Options:
2011
- - SAMEORIGIN
2012
- X-Request-Id:
2013
- - 3b4f4d1a-90e9-4512-916e-8ff42445e322
2014
- X-Runtime:
2015
- - '0.133421'
2016
- X-Xss-Protection:
2017
- - 1; mode=block
2018
- Content-Length:
2019
- - '65534'
2020
- Connection:
2021
- - keep-alive
2022
- body:
2023
- encoding: UTF-8
2024
- string: |-
2025
- {
2026
- "info": {
2027
- "total_results": 16,
2028
- "current_page": 1,
2029
- "total_pages": 1,
2030
- "results_per_page": 16
2031
- },
2032
- "categories": [
2033
- {
2034
- "category_name": "Automotive",
2035
- "category_key": 51,
2036
- "category_type": "category",
2037
- "category_parent_name": null,
2038
- "category_parent_key": null,
2039
- "links": {
2040
- "show_category": "https://offer-demo.adcrws.com/v1/categories/51",
2041
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=51"
2042
- },
2043
- "subcategories": [
2044
- {
2045
- "category_name": "Auto Body & Paint",
2046
- "category_key": 1000,
2047
- "category_type": "subcategory",
2048
- "category_parent_name": "Automotive",
2049
- "category_parent_key": 51,
2050
- "links": {
2051
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1000",
2052
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2053
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1000"
2054
- }
2055
- },
2056
- {
2057
- "category_name": "Auto Parts",
2058
- "category_key": 1001,
2059
- "category_type": "subcategory",
2060
- "category_parent_name": "Automotive",
2061
- "category_parent_key": 51,
2062
- "links": {
2063
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1001",
2064
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2065
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1001"
2066
- }
2067
- },
2068
- {
2069
- "category_name": "Auto Sales & Warranties",
2070
- "category_key": 1006,
2071
- "category_type": "subcategory",
2072
- "category_parent_name": "Automotive",
2073
- "category_parent_key": 51,
2074
- "links": {
2075
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1006",
2076
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2077
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1006"
2078
- }
2079
- },
2080
- {
2081
- "category_name": "Auto Service & Repair",
2082
- "category_key": 1002,
2083
- "category_type": "subcategory",
2084
- "category_parent_name": "Automotive",
2085
- "category_parent_key": 51,
2086
- "links": {
2087
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1002",
2088
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2089
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1002"
2090
- }
2091
- },
2092
- {
2093
- "category_name": "Car Wash & Detail",
2094
- "category_key": 1003,
2095
- "category_type": "subcategory",
2096
- "category_parent_name": "Automotive",
2097
- "category_parent_key": 51,
2098
- "links": {
2099
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1003",
2100
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2101
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1003"
2102
- }
2103
- },
2104
- {
2105
- "category_name": "Gas Station",
2106
- "category_key": 1004,
2107
- "category_type": "subcategory",
2108
- "category_parent_name": "Automotive",
2109
- "category_parent_key": 51,
2110
- "links": {
2111
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1004",
2112
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2113
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1004"
2114
- }
2115
- },
2116
- {
2117
- "category_name": "Tires",
2118
- "category_key": 1005,
2119
- "category_type": "subcategory",
2120
- "category_parent_name": "Automotive",
2121
- "category_parent_key": 51,
2122
- "links": {
2123
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1005",
2124
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/51",
2125
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1005"
2126
- }
2127
- }
2128
- ]
2129
- },
2130
- {
2131
- "category_name": "Car Rental",
2132
- "category_key": 58,
2133
- "category_type": "category",
2134
- "category_parent_name": null,
2135
- "category_parent_key": null,
2136
- "links": {
2137
- "show_category": "https://offer-demo.adcrws.com/v1/categories/58",
2138
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=58"
2139
- },
2140
- "subcategories": [
2141
-
2142
- ]
2143
- },
2144
- {
2145
- "category_name": "Condos & Resorts",
2146
- "category_key": 54,
2147
- "category_type": "category",
2148
- "category_parent_name": null,
2149
- "category_parent_key": null,
2150
- "links": {
2151
- "show_category": "https://offer-demo.adcrws.com/v1/categories/54",
2152
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=54"
2153
- },
2154
- "subcategories": [
2155
-
2156
- ]
2157
- },
2158
- {
2159
- "category_name": "Cruise",
2160
- "category_key": 60,
2161
- "category_type": "category",
2162
- "category_parent_name": null,
2163
- "category_parent_key": null,
2164
- "links": {
2165
- "show_category": "https://offer-demo.adcrws.com/v1/categories/60",
2166
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=60"
2167
- },
2168
- "subcategories": [
2169
-
2170
- ]
2171
- },
2172
- {
2173
- "category_name": "Dining & Food",
2174
- "category_key": 39,
2175
- "category_type": "category",
2176
- "category_parent_name": null,
2177
- "category_parent_key": null,
2178
- "links": {
2179
- "show_category": "https://offer-demo.adcrws.com/v1/categories/39",
2180
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=39"
2181
- },
2182
- "subcategories": [
2183
- {
2184
- "category_name": "Casual & Fine Dining",
2185
- "category_key": 1009,
2186
- "category_type": "subcategory",
2187
- "category_parent_name": "Dining & Food",
2188
- "category_parent_key": 39,
2189
- "links": {
2190
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1009",
2191
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2192
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1009"
2193
- }
2194
- },
2195
- {
2196
- "category_name": "Catering",
2197
- "category_key": 1011,
2198
- "category_type": "subcategory",
2199
- "category_parent_name": "Dining & Food",
2200
- "category_parent_key": 39,
2201
- "links": {
2202
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1011",
2203
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2204
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1011"
2205
- }
2206
- },
2207
- {
2208
- "category_name": "Convenience Stores",
2209
- "category_key": 1012,
2210
- "category_type": "subcategory",
2211
- "category_parent_name": "Dining & Food",
2212
- "category_parent_key": 39,
2213
- "links": {
2214
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1012",
2215
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2216
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1012"
2217
- }
2218
- },
2219
- {
2220
- "category_name": "Desserts & Snacks",
2221
- "category_key": 1007,
2222
- "category_type": "subcategory",
2223
- "category_parent_name": "Dining & Food",
2224
- "category_parent_key": 39,
2225
- "links": {
2226
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1007",
2227
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2228
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1007"
2229
- }
2230
- },
2231
- {
2232
- "category_name": "Fast Food",
2233
- "category_key": 1008,
2234
- "category_type": "subcategory",
2235
- "category_parent_name": "Dining & Food",
2236
- "category_parent_key": 39,
2237
- "links": {
2238
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1008",
2239
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2240
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1008"
2241
- }
2242
- },
2243
- {
2244
- "category_name": "Specialty Foods & Gifts",
2245
- "category_key": 1010,
2246
- "category_type": "subcategory",
2247
- "category_parent_name": "Dining & Food",
2248
- "category_parent_key": 39,
2249
- "links": {
2250
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1010",
2251
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/39",
2252
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1010"
2253
- }
2254
- }
2255
- ]
2256
- },
2257
- {
2258
- "category_name": "Education Only",
2259
- "category_key": 1113,
2260
- "category_type": "category",
2261
- "category_parent_name": null,
2262
- "category_parent_key": null,
2263
- "links": {
2264
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1113",
2265
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1113"
2266
- },
2267
- "subcategories": [
2268
-
2269
- ]
2270
- },
2271
- {
2272
- "category_name": "Entertainment & Recreation",
2273
- "category_key": 59,
2274
- "category_type": "category",
2275
- "category_parent_name": null,
2276
- "category_parent_key": null,
2277
- "links": {
2278
- "show_category": "https://offer-demo.adcrws.com/v1/categories/59",
2279
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=59"
2280
- },
2281
- "subcategories": [
2282
- {
2283
- "category_name": "Amusement Parks",
2284
- "category_key": 1018,
2285
- "category_type": "subcategory",
2286
- "category_parent_name": "Entertainment & Recreation",
2287
- "category_parent_key": 59,
2288
- "links": {
2289
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1018",
2290
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2291
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1018"
2292
- }
2293
- },
2294
- {
2295
- "category_name": "Classes",
2296
- "category_key": 1019,
2297
- "category_type": "subcategory",
2298
- "category_parent_name": "Entertainment & Recreation",
2299
- "category_parent_key": 59,
2300
- "links": {
2301
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1019",
2302
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2303
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1019"
2304
- }
2305
- },
2306
- {
2307
- "category_name": "Concerts & Events",
2308
- "category_key": 1014,
2309
- "category_type": "subcategory",
2310
- "category_parent_name": "Entertainment & Recreation",
2311
- "category_parent_key": 59,
2312
- "links": {
2313
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1014",
2314
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2315
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1014"
2316
- }
2317
- },
2318
- {
2319
- "category_name": "Fun Centers",
2320
- "category_key": 1013,
2321
- "category_type": "subcategory",
2322
- "category_parent_name": "Entertainment & Recreation",
2323
- "category_parent_key": 59,
2324
- "links": {
2325
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1013",
2326
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2327
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1013"
2328
- }
2329
- },
2330
- {
2331
- "category_name": "Museums, Zoos & Tours",
2332
- "category_key": 1015,
2333
- "category_type": "subcategory",
2334
- "category_parent_name": "Entertainment & Recreation",
2335
- "category_parent_key": 59,
2336
- "links": {
2337
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1015",
2338
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2339
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1015"
2340
- }
2341
- },
2342
- {
2343
- "category_name": "Outdoor Adventure",
2344
- "category_key": 1016,
2345
- "category_type": "subcategory",
2346
- "category_parent_name": "Entertainment & Recreation",
2347
- "category_parent_key": 59,
2348
- "links": {
2349
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1016",
2350
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2351
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1016"
2352
- }
2353
- },
2354
- {
2355
- "category_name": "Sporting Events",
2356
- "category_key": 1017,
2357
- "category_type": "subcategory",
2358
- "category_parent_name": "Entertainment & Recreation",
2359
- "category_parent_key": 59,
2360
- "links": {
2361
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1017",
2362
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/59",
2363
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1017"
2364
- }
2365
- }
2366
- ]
2367
- },
2368
- {
2369
- "category_name": "Golf",
2370
- "category_key": 48,
2371
- "category_type": "category",
2372
- "category_parent_name": null,
2373
- "category_parent_key": null,
2374
- "links": {
2375
- "show_category": "https://offer-demo.adcrws.com/v1/categories/48",
2376
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=48"
2377
- },
2378
- "subcategories": [
2379
- {
2380
- "category_name": "Golf Apparel",
2381
- "category_key": 1021,
2382
- "category_type": "subcategory",
2383
- "category_parent_name": "Golf",
2384
- "category_parent_key": 48,
2385
- "links": {
2386
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1021",
2387
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
2388
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1021"
2389
- }
2390
- },
2391
- {
2392
- "category_name": "Golf Courses",
2393
- "category_key": 1020,
2394
- "category_type": "subcategory",
2395
- "category_parent_name": "Golf",
2396
- "category_parent_key": 48,
2397
- "links": {
2398
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1020",
2399
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
2400
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1020"
2401
- }
2402
- },
2403
- {
2404
- "category_name": "Golf Equipment",
2405
- "category_key": 1022,
2406
- "category_type": "subcategory",
2407
- "category_parent_name": "Golf",
2408
- "category_parent_key": 48,
2409
- "links": {
2410
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1022",
2411
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
2412
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1022"
2413
- }
2414
- },
2415
- {
2416
- "category_name": "Golf Instruction",
2417
- "category_key": 1023,
2418
- "category_type": "subcategory",
2419
- "category_parent_name": "Golf",
2420
- "category_parent_key": 48,
2421
- "links": {
2422
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1023",
2423
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
2424
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1023"
2425
- }
2426
- },
2427
- {
2428
- "category_name": "Golf Packages",
2429
- "category_key": 1024,
2430
- "category_type": "subcategory",
2431
- "category_parent_name": "Golf",
2432
- "category_parent_key": 48,
2433
- "links": {
2434
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1024",
2435
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/48",
2436
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1024"
2437
- }
2438
- }
2439
- ]
2440
- },
2441
- {
2442
- "category_name": "Health & Beauty",
2443
- "category_key": 53,
2444
- "category_type": "category",
2445
- "category_parent_name": null,
2446
- "category_parent_key": null,
2447
- "links": {
2448
- "show_category": "https://offer-demo.adcrws.com/v1/categories/53",
2449
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=53"
2450
- },
2451
- "subcategories": [
2452
- {
2453
- "category_name": "Chiropractic",
2454
- "category_key": 1025,
2455
- "category_type": "subcategory",
2456
- "category_parent_name": "Health & Beauty",
2457
- "category_parent_key": 53,
2458
- "links": {
2459
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1025",
2460
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2461
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1025"
2462
- }
2463
- },
2464
- {
2465
- "category_name": "Cosmetics & Skin Care",
2466
- "category_key": 1035,
2467
- "category_type": "subcategory",
2468
- "category_parent_name": "Health & Beauty",
2469
- "category_parent_key": 53,
2470
- "links": {
2471
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1035",
2472
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2473
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1035"
2474
- }
2475
- },
2476
- {
2477
- "category_name": "Day Spa",
2478
- "category_key": 1026,
2479
- "category_type": "subcategory",
2480
- "category_parent_name": "Health & Beauty",
2481
- "category_parent_key": 53,
2482
- "links": {
2483
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1026",
2484
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2485
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1026"
2486
- }
2487
- },
2488
- {
2489
- "category_name": "Dental",
2490
- "category_key": 1027,
2491
- "category_type": "subcategory",
2492
- "category_parent_name": "Health & Beauty",
2493
- "category_parent_key": 53,
2494
- "links": {
2495
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1027",
2496
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2497
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1027"
2498
- }
2499
- },
2500
- {
2501
- "category_name": "Fitness Centers",
2502
- "category_key": 1031,
2503
- "category_type": "subcategory",
2504
- "category_parent_name": "Health & Beauty",
2505
- "category_parent_key": 53,
2506
- "links": {
2507
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1031",
2508
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2509
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1031"
2510
- }
2511
- },
2512
- {
2513
- "category_name": "Fitness Equipment",
2514
- "category_key": 1028,
2515
- "category_type": "subcategory",
2516
- "category_parent_name": "Health & Beauty",
2517
- "category_parent_key": 53,
2518
- "links": {
2519
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1028",
2520
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2521
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1028"
2522
- }
2523
- },
2524
- {
2525
- "category_name": "Health Products",
2526
- "category_key": 1029,
2527
- "category_type": "subcategory",
2528
- "category_parent_name": "Health & Beauty",
2529
- "category_parent_key": 53,
2530
- "links": {
2531
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1029",
2532
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2533
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1029"
2534
- }
2535
- },
2536
- {
2537
- "category_name": "Hearing",
2538
- "category_key": 1030,
2539
- "category_type": "subcategory",
2540
- "category_parent_name": "Health & Beauty",
2541
- "category_parent_key": 53,
2542
- "links": {
2543
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1030",
2544
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2545
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1030"
2546
- }
2547
- },
2548
- {
2549
- "category_name": "Massage",
2550
- "category_key": 1032,
2551
- "category_type": "subcategory",
2552
- "category_parent_name": "Health & Beauty",
2553
- "category_parent_key": 53,
2554
- "links": {
2555
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1032",
2556
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2557
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1032"
2558
- }
2559
- },
2560
- {
2561
- "category_name": "Medical",
2562
- "category_key": 1033,
2563
- "category_type": "subcategory",
2564
- "category_parent_name": "Health & Beauty",
2565
- "category_parent_key": 53,
2566
- "links": {
2567
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1033",
2568
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2569
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1033"
2570
- }
2571
- },
2572
- {
2573
- "category_name": "Salon",
2574
- "category_key": 1036,
2575
- "category_type": "subcategory",
2576
- "category_parent_name": "Health & Beauty",
2577
- "category_parent_key": 53,
2578
- "links": {
2579
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1036",
2580
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2581
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1036"
2582
- }
2583
- },
2584
- {
2585
- "category_name": "Tanning Salon",
2586
- "category_key": 1034,
2587
- "category_type": "subcategory",
2588
- "category_parent_name": "Health & Beauty",
2589
- "category_parent_key": 53,
2590
- "links": {
2591
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1034",
2592
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2593
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1034"
2594
- }
2595
- },
2596
- {
2597
- "category_name": "Vision",
2598
- "category_key": 1037,
2599
- "category_type": "subcategory",
2600
- "category_parent_name": "Health & Beauty",
2601
- "category_parent_key": 53,
2602
- "links": {
2603
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1037",
2604
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2605
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1037"
2606
- }
2607
- },
2608
- {
2609
- "category_name": "Weight Management",
2610
- "category_key": 1038,
2611
- "category_type": "subcategory",
2612
- "category_parent_name": "Health & Beauty",
2613
- "category_parent_key": 53,
2614
- "links": {
2615
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1038",
2616
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/53",
2617
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1038"
2618
- }
2619
- }
2620
- ]
2621
- },
2622
- {
2623
- "category_name": "Home & Garden",
2624
- "category_key": 1039,
2625
- "category_type": "category",
2626
- "category_parent_name": null,
2627
- "category_parent_key": null,
2628
- "links": {
2629
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2630
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1039"
2631
- },
2632
- "subcategories": [
2633
- {
2634
- "category_name": "Appliances",
2635
- "category_key": 1042,
2636
- "category_type": "subcategory",
2637
- "category_parent_name": "Home & Garden",
2638
- "category_parent_key": 1039,
2639
- "links": {
2640
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1042",
2641
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2642
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1042"
2643
- }
2644
- },
2645
- {
2646
- "category_name": "Cleaning",
2647
- "category_key": 1045,
2648
- "category_type": "subcategory",
2649
- "category_parent_name": "Home & Garden",
2650
- "category_parent_key": 1039,
2651
- "links": {
2652
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1045",
2653
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2654
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1045"
2655
- }
2656
- },
2657
- {
2658
- "category_name": "Flooring",
2659
- "category_key": 1043,
2660
- "category_type": "subcategory",
2661
- "category_parent_name": "Home & Garden",
2662
- "category_parent_key": 1039,
2663
- "links": {
2664
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1043",
2665
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2666
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1043"
2667
- }
2668
- },
2669
- {
2670
- "category_name": "Garden Centers",
2671
- "category_key": 1050,
2672
- "category_type": "subcategory",
2673
- "category_parent_name": "Home & Garden",
2674
- "category_parent_key": 1039,
2675
- "links": {
2676
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1050",
2677
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2678
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1050"
2679
- }
2680
- },
2681
- {
2682
- "category_name": "Hardware Stores",
2683
- "category_key": 1049,
2684
- "category_type": "subcategory",
2685
- "category_parent_name": "Home & Garden",
2686
- "category_parent_key": 1039,
2687
- "links": {
2688
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1049",
2689
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2690
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1049"
2691
- }
2692
- },
2693
- {
2694
- "category_name": "Home Improvement & Repairs",
2695
- "category_key": 1044,
2696
- "category_type": "subcategory",
2697
- "category_parent_name": "Home & Garden",
2698
- "category_parent_key": 1039,
2699
- "links": {
2700
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1044",
2701
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2702
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1044"
2703
- }
2704
- },
2705
- {
2706
- "category_name": "Landscaping",
2707
- "category_key": 1048,
2708
- "category_type": "subcategory",
2709
- "category_parent_name": "Home & Garden",
2710
- "category_parent_key": 1039,
2711
- "links": {
2712
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1048",
2713
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2714
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1048"
2715
- }
2716
- },
2717
- {
2718
- "category_name": "Pest Control",
2719
- "category_key": 1047,
2720
- "category_type": "subcategory",
2721
- "category_parent_name": "Home & Garden",
2722
- "category_parent_key": 1039,
2723
- "links": {
2724
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1047",
2725
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2726
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1047"
2727
- }
2728
- },
2729
- {
2730
- "category_name": "Siding",
2731
- "category_key": 1041,
2732
- "category_type": "subcategory",
2733
- "category_parent_name": "Home & Garden",
2734
- "category_parent_key": 1039,
2735
- "links": {
2736
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1041",
2737
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2738
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1041"
2739
- }
2740
- },
2741
- {
2742
- "category_name": "Water purification/softening",
2743
- "category_key": 1046,
2744
- "category_type": "subcategory",
2745
- "category_parent_name": "Home & Garden",
2746
- "category_parent_key": 1039,
2747
- "links": {
2748
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1046",
2749
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2750
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1046"
2751
- }
2752
- },
2753
- {
2754
- "category_name": "Windows",
2755
- "category_key": 1040,
2756
- "category_type": "subcategory",
2757
- "category_parent_name": "Home & Garden",
2758
- "category_parent_key": 1039,
2759
- "links": {
2760
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1040",
2761
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/1039",
2762
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1040"
2763
- }
2764
- }
2765
- ]
2766
- },
2767
- {
2768
- "category_name": "Hotel",
2769
- "category_key": 44,
2770
- "category_type": "category",
2771
- "category_parent_name": null,
2772
- "category_parent_key": null,
2773
- "links": {
2774
- "show_category": "https://offer-demo.adcrws.com/v1/categories/44",
2775
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=44"
2776
- },
2777
- "subcategories": [
2778
- {
2779
- "category_name": "Bed & Breakfast",
2780
- "category_key": 1051,
2781
- "category_type": "subcategory",
2782
- "category_parent_name": "Hotel",
2783
- "category_parent_key": 44,
2784
- "links": {
2785
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1051",
2786
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/44",
2787
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1051"
2788
- }
2789
- },
2790
- {
2791
- "category_name": "Motel",
2792
- "category_key": 1053,
2793
- "category_type": "subcategory",
2794
- "category_parent_name": "Hotel",
2795
- "category_parent_key": 44,
2796
- "links": {
2797
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1053",
2798
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/44",
2799
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1053"
2800
- }
2801
- }
2802
- ]
2803
- },
2804
- {
2805
- "category_name": "Movies",
2806
- "category_key": 56,
2807
- "category_type": "category",
2808
- "category_parent_name": null,
2809
- "category_parent_key": null,
2810
- "links": {
2811
- "show_category": "https://offer-demo.adcrws.com/v1/categories/56",
2812
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=56"
2813
- },
2814
- "subcategories": [
2815
- {
2816
- "category_name": "Movie Rentals",
2817
- "category_key": 1054,
2818
- "category_type": "subcategory",
2819
- "category_parent_name": "Movies",
2820
- "category_parent_key": 56,
2821
- "links": {
2822
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1054",
2823
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/56",
2824
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1054"
2825
- }
2826
- },
2827
- {
2828
- "category_name": "Movie Theaters",
2829
- "category_key": 1055,
2830
- "category_type": "subcategory",
2831
- "category_parent_name": "Movies",
2832
- "category_parent_key": 56,
2833
- "links": {
2834
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1055",
2835
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/56",
2836
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1055"
2837
- }
2838
- }
2839
- ]
2840
- },
2841
- {
2842
- "category_name": "Services",
2843
- "category_key": 50,
2844
- "category_type": "category",
2845
- "category_parent_name": null,
2846
- "category_parent_key": null,
2847
- "links": {
2848
- "show_category": "https://offer-demo.adcrws.com/v1/categories/50",
2849
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=50"
2850
- },
2851
- "subcategories": [
2852
- {
2853
- "category_name": "Appliance Repair",
2854
- "category_key": 1056,
2855
- "category_type": "subcategory",
2856
- "category_parent_name": "Services",
2857
- "category_parent_key": 50,
2858
- "links": {
2859
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1056",
2860
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2861
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1056"
2862
- }
2863
- },
2864
- {
2865
- "category_name": "Cable & Satellite",
2866
- "category_key": 1075,
2867
- "category_type": "subcategory",
2868
- "category_parent_name": "Services",
2869
- "category_parent_key": 50,
2870
- "links": {
2871
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1075",
2872
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2873
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1075"
2874
- }
2875
- },
2876
- {
2877
- "category_name": "Carpet Cleaner",
2878
- "category_key": 1057,
2879
- "category_type": "subcategory",
2880
- "category_parent_name": "Services",
2881
- "category_parent_key": 50,
2882
- "links": {
2883
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1057",
2884
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2885
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1057"
2886
- }
2887
- },
2888
- {
2889
- "category_name": "Cell Phone",
2890
- "category_key": 1058,
2891
- "category_type": "subcategory",
2892
- "category_parent_name": "Services",
2893
- "category_parent_key": 50,
2894
- "links": {
2895
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1058",
2896
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2897
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1058"
2898
- }
2899
- },
2900
- {
2901
- "category_name": "Child Care",
2902
- "category_key": 1059,
2903
- "category_type": "subcategory",
2904
- "category_parent_name": "Services",
2905
- "category_parent_key": 50,
2906
- "links": {
2907
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1059",
2908
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2909
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1059"
2910
- }
2911
- },
2912
- {
2913
- "category_name": "Dry Cleaner",
2914
- "category_key": 1060,
2915
- "category_type": "subcategory",
2916
- "category_parent_name": "Services",
2917
- "category_parent_key": 50,
2918
- "links": {
2919
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1060",
2920
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2921
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1060"
2922
- }
2923
- },
2924
- {
2925
- "category_name": "Educational",
2926
- "category_key": 1061,
2927
- "category_type": "subcategory",
2928
- "category_parent_name": "Services",
2929
- "category_parent_key": 50,
2930
- "links": {
2931
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1061",
2932
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2933
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1061"
2934
- }
2935
- },
2936
- {
2937
- "category_name": "Educational Services",
2938
- "category_key": 1067,
2939
- "category_type": "subcategory",
2940
- "category_parent_name": "Services",
2941
- "category_parent_key": 50,
2942
- "links": {
2943
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1067",
2944
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2945
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1067"
2946
- }
2947
- },
2948
- {
2949
- "category_name": "Film Developing",
2950
- "category_key": 1062,
2951
- "category_type": "subcategory",
2952
- "category_parent_name": "Services",
2953
- "category_parent_key": 50,
2954
- "links": {
2955
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1062",
2956
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2957
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1062"
2958
- }
2959
- },
2960
- {
2961
- "category_name": "Internet Service Provider",
2962
- "category_key": 1063,
2963
- "category_type": "subcategory",
2964
- "category_parent_name": "Services",
2965
- "category_parent_key": 50,
2966
- "links": {
2967
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1063",
2968
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2969
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1063"
2970
- }
2971
- },
2972
- {
2973
- "category_name": "Legal",
2974
- "category_key": 1064,
2975
- "category_type": "subcategory",
2976
- "category_parent_name": "Services",
2977
- "category_parent_key": 50,
2978
- "links": {
2979
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1064",
2980
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2981
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1064"
2982
- }
2983
- },
2984
- {
2985
- "category_name": "Locksmith",
2986
- "category_key": 1065,
2987
- "category_type": "subcategory",
2988
- "category_parent_name": "Services",
2989
- "category_parent_key": 50,
2990
- "links": {
2991
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1065",
2992
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
2993
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1065"
2994
- }
2995
- },
2996
- {
2997
- "category_name": "Mail/Copy/Print",
2998
- "category_key": 1066,
2999
- "category_type": "subcategory",
3000
- "category_parent_name": "Services",
3001
- "category_parent_key": 50,
3002
- "links": {
3003
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1066",
3004
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3005
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1066"
3006
- }
3007
- },
3008
- {
3009
- "category_name": "Moving & Storage",
3010
- "category_key": 1068,
3011
- "category_type": "subcategory",
3012
- "category_parent_name": "Services",
3013
- "category_parent_key": 50,
3014
- "links": {
3015
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1068",
3016
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3017
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1068"
3018
- }
3019
- },
3020
- {
3021
- "category_name": "Office Services",
3022
- "category_key": 1069,
3023
- "category_type": "subcategory",
3024
- "category_parent_name": "Services",
3025
- "category_parent_key": 50,
3026
- "links": {
3027
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1069",
3028
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3029
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1069"
3030
- }
3031
- },
3032
- {
3033
- "category_name": "Party & Event Rental",
3034
- "category_key": 1076,
3035
- "category_type": "subcategory",
3036
- "category_parent_name": "Services",
3037
- "category_parent_key": 50,
3038
- "links": {
3039
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1076",
3040
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3041
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1076"
3042
- }
3043
- },
3044
- {
3045
- "category_name": "Photography & Photo Printing",
3046
- "category_key": 1070,
3047
- "category_type": "subcategory",
3048
- "category_parent_name": "Services",
3049
- "category_parent_key": 50,
3050
- "links": {
3051
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1070",
3052
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3053
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1070"
3054
- }
3055
- },
3056
- {
3057
- "category_name": "Tax Services",
3058
- "category_key": 1071,
3059
- "category_type": "subcategory",
3060
- "category_parent_name": "Services",
3061
- "category_parent_key": 50,
3062
- "links": {
3063
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1071",
3064
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3065
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1071"
3066
- }
3067
- },
3068
- {
3069
- "category_name": "Transportation",
3070
- "category_key": 1072,
3071
- "category_type": "subcategory",
3072
- "category_parent_name": "Services",
3073
- "category_parent_key": 50,
3074
- "links": {
3075
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1072",
3076
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3077
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1072"
3078
- }
3079
- },
3080
- {
3081
- "category_name": "Tuxedo Rental",
3082
- "category_key": 1073,
3083
- "category_type": "subcategory",
3084
- "category_parent_name": "Services",
3085
- "category_parent_key": 50,
3086
- "links": {
3087
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1073",
3088
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3089
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1073"
3090
- }
3091
- },
3092
- {
3093
- "category_name": "Weddings",
3094
- "category_key": 1074,
3095
- "category_type": "subcategory",
3096
- "category_parent_name": "Services",
3097
- "category_parent_key": 50,
3098
- "links": {
3099
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1074",
3100
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/50",
3101
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1074"
3102
- }
3103
- }
3104
- ]
3105
- },
3106
- {
3107
- "category_name": "Shopping",
3108
- "category_key": 45,
3109
- "category_type": "category",
3110
- "category_parent_name": null,
3111
- "category_parent_key": null,
3112
- "links": {
3113
- "show_category": "https://offer-demo.adcrws.com/v1/categories/45",
3114
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=45"
3115
- },
3116
- "subcategories": [
3117
- {
3118
- "category_name": "Apparel & Accessories",
3119
- "category_key": 1077,
3120
- "category_type": "subcategory",
3121
- "category_parent_name": "Shopping",
3122
- "category_parent_key": 45,
3123
- "links": {
3124
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1077",
3125
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3126
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1077"
3127
- }
3128
- },
3129
- {
3130
- "category_name": "Art",
3131
- "category_key": 1078,
3132
- "category_type": "subcategory",
3133
- "category_parent_name": "Shopping",
3134
- "category_parent_key": 45,
3135
- "links": {
3136
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1078",
3137
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3138
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1078"
3139
- }
3140
- },
3141
- {
3142
- "category_name": "Baby/Maternity",
3143
- "category_key": 1079,
3144
- "category_type": "subcategory",
3145
- "category_parent_name": "Shopping",
3146
- "category_parent_key": 45,
3147
- "links": {
3148
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1079",
3149
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3150
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1079"
3151
- }
3152
- },
3153
- {
3154
- "category_name": "Bath & Body",
3155
- "category_key": 1080,
3156
- "category_type": "subcategory",
3157
- "category_parent_name": "Shopping",
3158
- "category_parent_key": 45,
3159
- "links": {
3160
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1080",
3161
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3162
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1080"
3163
- }
3164
- },
3165
- {
3166
- "category_name": "Boutique",
3167
- "category_key": 1081,
3168
- "category_type": "subcategory",
3169
- "category_parent_name": "Shopping",
3170
- "category_parent_key": 45,
3171
- "links": {
3172
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1081",
3173
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3174
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1081"
3175
- }
3176
- },
3177
- {
3178
- "category_name": "Bridal",
3179
- "category_key": 1082,
3180
- "category_type": "subcategory",
3181
- "category_parent_name": "Shopping",
3182
- "category_parent_key": 45,
3183
- "links": {
3184
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1082",
3185
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3186
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1082"
3187
- }
3188
- },
3189
- {
3190
- "category_name": "Crafts",
3191
- "category_key": 1083,
3192
- "category_type": "subcategory",
3193
- "category_parent_name": "Shopping",
3194
- "category_parent_key": 45,
3195
- "links": {
3196
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1083",
3197
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3198
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1083"
3199
- }
3200
- },
3201
- {
3202
- "category_name": "Cycling",
3203
- "category_key": 1084,
3204
- "category_type": "subcategory",
3205
- "category_parent_name": "Shopping",
3206
- "category_parent_key": 45,
3207
- "links": {
3208
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1084",
3209
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3210
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1084"
3211
- }
3212
- },
3213
- {
3214
- "category_name": "Department Stores",
3215
- "category_key": 1085,
3216
- "category_type": "subcategory",
3217
- "category_parent_name": "Shopping",
3218
- "category_parent_key": 45,
3219
- "links": {
3220
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1085",
3221
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3222
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1085"
3223
- }
3224
- },
3225
- {
3226
- "category_name": "Electronics",
3227
- "category_key": 1086,
3228
- "category_type": "subcategory",
3229
- "category_parent_name": "Shopping",
3230
- "category_parent_key": 45,
3231
- "links": {
3232
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1086",
3233
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3234
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1086"
3235
- }
3236
- },
3237
- {
3238
- "category_name": "Flowers",
3239
- "category_key": 1087,
3240
- "category_type": "subcategory",
3241
- "category_parent_name": "Shopping",
3242
- "category_parent_key": 45,
3243
- "links": {
3244
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1087",
3245
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3246
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1087"
3247
- }
3248
- },
3249
- {
3250
- "category_name": "Fragrance",
3251
- "category_key": 1088,
3252
- "category_type": "subcategory",
3253
- "category_parent_name": "Shopping",
3254
- "category_parent_key": 45,
3255
- "links": {
3256
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1088",
3257
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3258
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1088"
3259
- }
3260
- },
3261
- {
3262
- "category_name": "Framing",
3263
- "category_key": 1089,
3264
- "category_type": "subcategory",
3265
- "category_parent_name": "Shopping",
3266
- "category_parent_key": 45,
3267
- "links": {
3268
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1089",
3269
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3270
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1089"
3271
- }
3272
- },
3273
- {
3274
- "category_name": "Furniture",
3275
- "category_key": 1090,
3276
- "category_type": "subcategory",
3277
- "category_parent_name": "Shopping",
3278
- "category_parent_key": 45,
3279
- "links": {
3280
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1090",
3281
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3282
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1090"
3283
- }
3284
- },
3285
- {
3286
- "category_name": "Gifts",
3287
- "category_key": 1091,
3288
- "category_type": "subcategory",
3289
- "category_parent_name": "Shopping",
3290
- "category_parent_key": 45,
3291
- "links": {
3292
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1091",
3293
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3294
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1091"
3295
- }
3296
- },
3297
- {
3298
- "category_name": "Jewelry",
3299
- "category_key": 1092,
3300
- "category_type": "subcategory",
3301
- "category_parent_name": "Shopping",
3302
- "category_parent_key": 45,
3303
- "links": {
3304
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1092",
3305
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3306
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1092"
3307
- }
3308
- },
3309
- {
3310
- "category_name": "Luggage & Travel Accessories",
3311
- "category_key": 1093,
3312
- "category_type": "subcategory",
3313
- "category_parent_name": "Shopping",
3314
- "category_parent_key": 45,
3315
- "links": {
3316
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1093",
3317
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3318
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1093"
3319
- }
3320
- },
3321
- {
3322
- "category_name": "Movies, Music & Books",
3323
- "category_key": 1094,
3324
- "category_type": "subcategory",
3325
- "category_parent_name": "Shopping",
3326
- "category_parent_key": 45,
3327
- "links": {
3328
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1094",
3329
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3330
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1094"
3331
- }
3332
- },
3333
- {
3334
- "category_name": "Office Supplies",
3335
- "category_key": 1095,
3336
- "category_type": "subcategory",
3337
- "category_parent_name": "Shopping",
3338
- "category_parent_key": 45,
3339
- "links": {
3340
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1095",
3341
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3342
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1095"
3343
- }
3344
- },
3345
- {
3346
- "category_name": "Other Shopping",
3347
- "category_key": 1102,
3348
- "category_type": "subcategory",
3349
- "category_parent_name": "Shopping",
3350
- "category_parent_key": 45,
3351
- "links": {
3352
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1102",
3353
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3354
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1102"
3355
- }
3356
- },
3357
- {
3358
- "category_name": "Outdoor Equipment",
3359
- "category_key": 1096,
3360
- "category_type": "subcategory",
3361
- "category_parent_name": "Shopping",
3362
- "category_parent_key": 45,
3363
- "links": {
3364
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1096",
3365
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3366
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1096"
3367
- }
3368
- },
3369
- {
3370
- "category_name": "Pets",
3371
- "category_key": 1097,
3372
- "category_type": "subcategory",
3373
- "category_parent_name": "Shopping",
3374
- "category_parent_key": 45,
3375
- "links": {
3376
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1097",
3377
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3378
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1097"
3379
- }
3380
- },
3381
- {
3382
- "category_name": "Publications",
3383
- "category_key": 1098,
3384
- "category_type": "subcategory",
3385
- "category_parent_name": "Shopping",
3386
- "category_parent_key": 45,
3387
- "links": {
3388
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1098",
3389
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3390
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1098"
3391
- }
3392
- },
3393
- {
3394
- "category_name": "Sporting Goods",
3395
- "category_key": 1099,
3396
- "category_type": "subcategory",
3397
- "category_parent_name": "Shopping",
3398
- "category_parent_key": 45,
3399
- "links": {
3400
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1099",
3401
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3402
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1099"
3403
- }
3404
- },
3405
- {
3406
- "category_name": "Toys",
3407
- "category_key": 1100,
3408
- "category_type": "subcategory",
3409
- "category_parent_name": "Shopping",
3410
- "category_parent_key": 45,
3411
- "links": {
3412
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1100",
3413
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3414
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1100"
3415
- }
3416
- },
3417
- {
3418
- "category_name": "Wireless",
3419
- "category_key": 1101,
3420
- "category_type": "subcategory",
3421
- "category_parent_name": "Shopping",
3422
- "category_parent_key": 45,
3423
- "links": {
3424
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1101",
3425
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/45",
3426
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1101"
3427
- }
3428
- }
3429
- ]
3430
- },
3431
- {
3432
- "category_name": "Ski & Snowboard",
3433
- "category_key": 55,
3434
- "category_type": "category",
3435
- "category_parent_name": null,
3436
- "category_parent_key": null,
3437
- "links": {
3438
- "show_category": "https://offer-demo.adcrws.com/v1/categories/55",
3439
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=55"
3440
- },
3441
- "subcategories": [
3442
- {
3443
- "category_name": "Cross Country Ski",
3444
- "category_key": 1106,
3445
- "category_type": "subcategory",
3446
- "category_parent_name": "Ski & Snowboard",
3447
- "category_parent_key": 55,
3448
- "links": {
3449
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1106",
3450
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3451
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1106"
3452
- }
3453
- },
3454
- {
3455
- "category_name": "Ski Gear & Rentals",
3456
- "category_key": 1103,
3457
- "category_type": "subcategory",
3458
- "category_parent_name": "Ski & Snowboard",
3459
- "category_parent_key": 55,
3460
- "links": {
3461
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1103",
3462
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3463
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1103"
3464
- }
3465
- },
3466
- {
3467
- "category_name": "Ski Lessons",
3468
- "category_key": 1105,
3469
- "category_type": "subcategory",
3470
- "category_parent_name": "Ski & Snowboard",
3471
- "category_parent_key": 55,
3472
- "links": {
3473
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1105",
3474
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3475
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1105"
3476
- }
3477
- },
3478
- {
3479
- "category_name": "Ski Packages",
3480
- "category_key": 1108,
3481
- "category_type": "subcategory",
3482
- "category_parent_name": "Ski & Snowboard",
3483
- "category_parent_key": 55,
3484
- "links": {
3485
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1108",
3486
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3487
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1108"
3488
- }
3489
- },
3490
- {
3491
- "category_name": "Ski Resort",
3492
- "category_key": 1107,
3493
- "category_type": "subcategory",
3494
- "category_parent_name": "Ski & Snowboard",
3495
- "category_parent_key": 55,
3496
- "links": {
3497
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1107",
3498
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3499
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1107"
3500
- }
3501
- },
3502
- {
3503
- "category_name": "Snow Sports",
3504
- "category_key": 1104,
3505
- "category_type": "subcategory",
3506
- "category_parent_name": "Ski & Snowboard",
3507
- "category_parent_key": 55,
3508
- "links": {
3509
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1104",
3510
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/55",
3511
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1104"
3512
- }
3513
- }
3514
- ]
3515
- },
3516
- {
3517
- "category_name": "Travel",
3518
- "category_key": 38,
3519
- "category_type": "category",
3520
- "category_parent_name": null,
3521
- "category_parent_key": null,
3522
- "links": {
3523
- "show_category": "https://offer-demo.adcrws.com/v1/categories/38",
3524
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=38"
3525
- },
3526
- "subcategories": [
3527
- {
3528
- "category_name": "Air & Parking",
3529
- "category_key": 1109,
3530
- "category_type": "subcategory",
3531
- "category_parent_name": "Travel",
3532
- "category_parent_key": 38,
3533
- "links": {
3534
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1109",
3535
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
3536
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1109"
3537
- }
3538
- },
3539
- {
3540
- "category_name": "Resorts & Spas",
3541
- "category_key": 1110,
3542
- "category_type": "subcategory",
3543
- "category_parent_name": "Travel",
3544
- "category_parent_key": 38,
3545
- "links": {
3546
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1110",
3547
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
3548
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1110"
3549
- }
3550
- },
3551
- {
3552
- "category_name": "Tours",
3553
- "category_key": 1111,
3554
- "category_type": "subcategory",
3555
- "category_parent_name": "Travel",
3556
- "category_parent_key": 38,
3557
- "links": {
3558
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1111",
3559
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
3560
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1111"
3561
- }
3562
- },
3563
- {
3564
- "category_name": "Travel Packages & Tours",
3565
- "category_key": 1112,
3566
- "category_type": "subcategory",
3567
- "category_parent_name": "Travel",
3568
- "category_parent_key": 38,
3569
- "links": {
3570
- "show_category": "https://offer-demo.adcrws.com/v1/categories/1112",
3571
- "show_parent_category": "https://offer-demo.adcrws.com/v1/categories/38",
3572
- "find_offers_in_this_category": "https://offer-demo.adcrws.com/v1/offers?category_key=1112"
3573
- }
3574
- }
3575
- ]
3576
- }
3577
- ]
3578
- }
3579
- http_version:
3580
- recorded_at: Fri, 11 Sep 2015 20:30:49 GMT
3581
3
  - request:
3582
4
  method: get
3583
5
  uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST
@@ -3586,7 +8,7 @@ http_interactions:
3586
8
  string: ''
3587
9
  headers:
3588
10
  Access-Token:
3589
- - token_without_limit
11
+ - token_without_filters
3590
12
  Content-Type:
3591
13
  - application/json
3592
14
  Accept:
@@ -3609,7 +31,7 @@ http_interactions:
3609
31
  Content-Type:
3610
32
  - application/json
3611
33
  Date:
3612
- - Fri, 11 Sep 2015 20:33:17 GMT
34
+ - Wed, 16 Sep 2015 19:54:07 GMT
3613
35
  Etag:
3614
36
  - '"f25d5336588168ac71a1178f08a0cf9f"'
3615
37
  Server:
@@ -3618,10 +40,14 @@ http_interactions:
3618
40
  - nosniff
3619
41
  X-Frame-Options:
3620
42
  - SAMEORIGIN
43
+ X-Ratelimit-Limit:
44
+ - '1000'
45
+ X-Ratelimit-Remaining:
46
+ - '965'
3621
47
  X-Request-Id:
3622
- - ff3dbf4d-e0e7-4efa-873e-32b29b917fab
48
+ - e3ec5b32-7865-46b4-b8e4-dd5c9d108902
3623
49
  X-Runtime:
3624
- - '0.118063'
50
+ - '0.130458'
3625
51
  X-Xss-Protection:
3626
52
  - 1; mode=block
3627
53
  Content-Length:
@@ -5186,7 +1612,7 @@ http_interactions:
5186
1612
  ]
5187
1613
  }
5188
1614
  http_version:
5189
- recorded_at: Fri, 11 Sep 2015 20:33:17 GMT
1615
+ recorded_at: Wed, 16 Sep 2015 19:54:08 GMT
5190
1616
  - request:
5191
1617
  method: get
5192
1618
  uri: https://offer-demo.adcrws.com/v1/categories?member_key=API_RUBY_GEM_TEST
@@ -5195,7 +1621,7 @@ http_interactions:
5195
1621
  string: ''
5196
1622
  headers:
5197
1623
  Access-Token:
5198
- - token_without_limit
1624
+ - token_without_filters
5199
1625
  Content-Type:
5200
1626
  - application/json
5201
1627
  Accept:
@@ -5218,7 +1644,7 @@ http_interactions:
5218
1644
  Content-Type:
5219
1645
  - application/json
5220
1646
  Date:
5221
- - Fri, 11 Sep 2015 20:33:18 GMT
1647
+ - Wed, 16 Sep 2015 19:54:08 GMT
5222
1648
  Etag:
5223
1649
  - '"f25d5336588168ac71a1178f08a0cf9f"'
5224
1650
  Server:
@@ -5227,10 +1653,14 @@ http_interactions:
5227
1653
  - nosniff
5228
1654
  X-Frame-Options:
5229
1655
  - SAMEORIGIN
1656
+ X-Ratelimit-Limit:
1657
+ - '1000'
1658
+ X-Ratelimit-Remaining:
1659
+ - '963'
5230
1660
  X-Request-Id:
5231
- - dc9a0193-0690-4692-9940-e156df20fd4d
1661
+ - b47465d7-c528-45f0-be7d-0a2c99d321b8
5232
1662
  X-Runtime:
5233
- - '0.132620'
1663
+ - '0.112553'
5234
1664
  X-Xss-Protection:
5235
1665
  - 1; mode=block
5236
1666
  Content-Length:
@@ -6795,5 +3225,5 @@ http_interactions:
6795
3225
  ]
6796
3226
  }
6797
3227
  http_version:
6798
- recorded_at: Fri, 11 Sep 2015 20:33:18 GMT
3228
+ recorded_at: Wed, 16 Sep 2015 19:54:09 GMT
6799
3229
  recorded_with: VCR 2.9.3