sabre_dev_studio-flight 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +18 -0
  3. data/Gemfile +5 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +54 -0
  6. data/Rakefile +20 -0
  7. data/lib/sabre_dev_studio-flight/airports_at_cities_lookup.rb +13 -0
  8. data/lib/sabre_dev_studio-flight/api.rb +209 -0
  9. data/lib/sabre_dev_studio-flight/city_pairs_lookup.rb +13 -0
  10. data/lib/sabre_dev_studio-flight/destination_finder.rb +13 -0
  11. data/lib/sabre_dev_studio-flight/fare_range.rb +13 -0
  12. data/lib/sabre_dev_studio-flight/instaflights_search.rb +13 -0
  13. data/lib/sabre_dev_studio-flight/lead_price_calendar.rb +13 -0
  14. data/lib/sabre_dev_studio-flight/low_fare_forecast.rb +13 -0
  15. data/lib/sabre_dev_studio-flight/multiairport_city_lookup.rb +13 -0
  16. data/lib/sabre_dev_studio-flight/shop/streamlined_destinations.rb +38 -0
  17. data/lib/sabre_dev_studio-flight/shop/streamlined_itineraries.rb +225 -0
  18. data/lib/sabre_dev_studio-flight/theme_airport_lookup.rb +13 -0
  19. data/lib/sabre_dev_studio-flight/travel_seasonality.rb +13 -0
  20. data/lib/sabre_dev_studio-flight/travel_theme_lookup.rb +13 -0
  21. data/lib/sabre_dev_studio-flight/version.rb +5 -0
  22. data/lib/sabre_dev_studio-flight.rb +6 -0
  23. data/sabre_dev_studio-flight.gemspec +24 -0
  24. data/test/api_test.rb +194 -0
  25. data/test/fixtures/air_shopping_themes.json +113 -0
  26. data/test/fixtures/airports_at_cities_lookup.json +26 -0
  27. data/test/fixtures/city_pairs.json +16708 -0
  28. data/test/fixtures/destination_air_shop.json +481 -0
  29. data/test/fixtures/fare_range.json +35 -0
  30. data/test/fixtures/future_dates_lead_fare_shop.json +2525 -0
  31. data/test/fixtures/low_fare_forecast.json +28 -0
  32. data/test/fixtures/multiairport_city_lookup.json +164 -0
  33. data/test/fixtures/single_date_air_shop.json +352 -0
  34. data/test/fixtures/theme_airport_lookup.json +77 -0
  35. data/test/fixtures/theme_airports.json +32 -0
  36. data/test/fixtures/travel_seasonality.json +379 -0
  37. data/test/test_helper.rb +32 -0
  38. metadata +149 -0
@@ -0,0 +1,2525 @@
1
+ {
2
+ "OriginLocation": "JFK",
3
+ "DestinationLocation": "LAX",
4
+ "FareInfo": [
5
+ {
6
+ "LowestFare": 792,
7
+ "CurrencyCode": "USD",
8
+ "LowestNonStopFare": 792,
9
+ "DepartureDateTime": "2014-04-10T00:00:00",
10
+ "ReturnDateTime": "2014-04-15T00:00:00",
11
+ "Links": [
12
+ {
13
+ "rel": "shop",
14
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-10&returndate=2014-04-15"
15
+ }
16
+ ]
17
+ },
18
+ {
19
+ "LowestFare": 592,
20
+ "CurrencyCode": "USD",
21
+ "LowestNonStopFare": 592,
22
+ "DepartureDateTime": "2014-04-11T00:00:00",
23
+ "ReturnDateTime": "2014-04-16T00:00:00",
24
+ "Links": [
25
+ {
26
+ "rel": "shop",
27
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-11&returndate=2014-04-16"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "LowestFare": 592,
33
+ "CurrencyCode": "USD",
34
+ "LowestNonStopFare": 592,
35
+ "DepartureDateTime": "2014-04-12T00:00:00",
36
+ "ReturnDateTime": "2014-04-17T00:00:00",
37
+ "Links": [
38
+ {
39
+ "rel": "shop",
40
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-12&returndate=2014-04-17"
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "LowestFare": 592,
46
+ "CurrencyCode": "USD",
47
+ "LowestNonStopFare": 592,
48
+ "DepartureDateTime": "2014-04-13T00:00:00",
49
+ "ReturnDateTime": "2014-04-18T00:00:00",
50
+ "Links": [
51
+ {
52
+ "rel": "shop",
53
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-13&returndate=2014-04-18"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "LowestFare": 570,
59
+ "CurrencyCode": "USD",
60
+ "LowestNonStopFare": 592,
61
+ "DepartureDateTime": "2014-04-14T00:00:00",
62
+ "ReturnDateTime": "2014-04-19T00:00:00",
63
+ "Links": [
64
+ {
65
+ "rel": "shop",
66
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-14&returndate=2014-04-19"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "LowestFare": 341.5,
72
+ "CurrencyCode": "USD",
73
+ "LowestNonStopFare": 408,
74
+ "DepartureDateTime": "2014-04-15T00:00:00",
75
+ "ReturnDateTime": "2014-04-20T00:00:00",
76
+ "Links": [
77
+ {
78
+ "rel": "shop",
79
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-15&returndate=2014-04-20"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "LowestFare": 341.5,
85
+ "CurrencyCode": "USD",
86
+ "LowestNonStopFare": 408,
87
+ "DepartureDateTime": "2014-04-16T00:00:00",
88
+ "ReturnDateTime": "2014-04-21T00:00:00",
89
+ "Links": [
90
+ {
91
+ "rel": "shop",
92
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-16&returndate=2014-04-21"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "LowestFare": 331.5,
98
+ "CurrencyCode": "USD",
99
+ "LowestNonStopFare": 398,
100
+ "DepartureDateTime": "2014-04-17T00:00:00",
101
+ "ReturnDateTime": "2014-04-22T00:00:00",
102
+ "Links": [
103
+ {
104
+ "rel": "shop",
105
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-17&returndate=2014-04-22"
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "LowestFare": 331.5,
111
+ "CurrencyCode": "USD",
112
+ "LowestNonStopFare": 398,
113
+ "DepartureDateTime": "2014-04-18T00:00:00",
114
+ "ReturnDateTime": "2014-04-23T00:00:00",
115
+ "Links": [
116
+ {
117
+ "rel": "shop",
118
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-18&returndate=2014-04-23"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "LowestFare": 331.5,
124
+ "CurrencyCode": "USD",
125
+ "LowestNonStopFare": 398,
126
+ "DepartureDateTime": "2014-04-19T00:00:00",
127
+ "ReturnDateTime": "2014-04-24T00:00:00",
128
+ "Links": [
129
+ {
130
+ "rel": "shop",
131
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-19&returndate=2014-04-24"
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "LowestFare": 331.5,
137
+ "CurrencyCode": "USD",
138
+ "LowestNonStopFare": 398,
139
+ "DepartureDateTime": "2014-04-20T00:00:00",
140
+ "ReturnDateTime": "2014-04-25T00:00:00",
141
+ "Links": [
142
+ {
143
+ "rel": "shop",
144
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-20&returndate=2014-04-25"
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "LowestFare": 384,
150
+ "CurrencyCode": "USD",
151
+ "LowestNonStopFare": 398,
152
+ "DepartureDateTime": "2014-04-21T00:00:00",
153
+ "ReturnDateTime": "2014-04-26T00:00:00",
154
+ "Links": [
155
+ {
156
+ "rel": "shop",
157
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-21&returndate=2014-04-26"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "LowestFare": 328.5,
163
+ "CurrencyCode": "USD",
164
+ "LowestNonStopFare": 362,
165
+ "DepartureDateTime": "2014-04-22T00:00:00",
166
+ "ReturnDateTime": "2014-04-27T00:00:00",
167
+ "Links": [
168
+ {
169
+ "rel": "shop",
170
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-22&returndate=2014-04-27"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "LowestFare": 323,
176
+ "CurrencyCode": "USD",
177
+ "LowestNonStopFare": 339,
178
+ "DepartureDateTime": "2014-04-23T00:00:00",
179
+ "ReturnDateTime": "2014-04-28T00:00:00",
180
+ "Links": [
181
+ {
182
+ "rel": "shop",
183
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-23&returndate=2014-04-28"
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "LowestFare": 323,
189
+ "CurrencyCode": "USD",
190
+ "LowestNonStopFare": 339,
191
+ "DepartureDateTime": "2014-04-24T00:00:00",
192
+ "ReturnDateTime": "2014-04-29T00:00:00",
193
+ "Links": [
194
+ {
195
+ "rel": "shop",
196
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-24&returndate=2014-04-29"
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "LowestFare": 323,
202
+ "CurrencyCode": "USD",
203
+ "LowestNonStopFare": 339,
204
+ "DepartureDateTime": "2014-04-25T00:00:00",
205
+ "ReturnDateTime": "2014-04-30T00:00:00",
206
+ "Links": [
207
+ {
208
+ "rel": "shop",
209
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-25&returndate=2014-04-30"
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "LowestFare": 321.5,
215
+ "CurrencyCode": "USD",
216
+ "LowestNonStopFare": 339,
217
+ "DepartureDateTime": "2014-04-26T00:00:00",
218
+ "ReturnDateTime": "2014-05-01T00:00:00",
219
+ "Links": [
220
+ {
221
+ "rel": "shop",
222
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-26&returndate=2014-05-01"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "LowestFare": 339,
228
+ "CurrencyCode": "USD",
229
+ "LowestNonStopFare": 339,
230
+ "DepartureDateTime": "2014-04-27T00:00:00",
231
+ "ReturnDateTime": "2014-05-02T00:00:00",
232
+ "Links": [
233
+ {
234
+ "rel": "shop",
235
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-27&returndate=2014-05-02"
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "LowestFare": 344.5,
241
+ "CurrencyCode": "USD",
242
+ "LowestNonStopFare": 362,
243
+ "DepartureDateTime": "2014-04-28T00:00:00",
244
+ "ReturnDateTime": "2014-05-03T00:00:00",
245
+ "Links": [
246
+ {
247
+ "rel": "shop",
248
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-28&returndate=2014-05-03"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "LowestFare": 328.5,
254
+ "CurrencyCode": "USD",
255
+ "LowestNonStopFare": 362,
256
+ "DepartureDateTime": "2014-04-29T00:00:00",
257
+ "ReturnDateTime": "2014-05-04T00:00:00",
258
+ "Links": [
259
+ {
260
+ "rel": "shop",
261
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-29&returndate=2014-05-04"
262
+ }
263
+ ]
264
+ },
265
+ {
266
+ "LowestFare": 322.5,
267
+ "CurrencyCode": "USD",
268
+ "LowestNonStopFare": 338,
269
+ "DepartureDateTime": "2014-04-30T00:00:00",
270
+ "ReturnDateTime": "2014-05-05T00:00:00",
271
+ "Links": [
272
+ {
273
+ "rel": "shop",
274
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-04-30&returndate=2014-05-05"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "LowestFare": 324,
280
+ "CurrencyCode": "USD",
281
+ "LowestNonStopFare": 338,
282
+ "DepartureDateTime": "2014-05-01T00:00:00",
283
+ "ReturnDateTime": "2014-05-06T00:00:00",
284
+ "Links": [
285
+ {
286
+ "rel": "shop",
287
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-01&returndate=2014-05-06"
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "LowestFare": 324,
293
+ "CurrencyCode": "USD",
294
+ "LowestNonStopFare": 337,
295
+ "DepartureDateTime": "2014-05-02T00:00:00",
296
+ "ReturnDateTime": "2014-05-07T00:00:00",
297
+ "Links": [
298
+ {
299
+ "rel": "shop",
300
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-02&returndate=2014-05-07"
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "LowestFare": 322.5,
306
+ "CurrencyCode": "USD",
307
+ "LowestNonStopFare": 338,
308
+ "DepartureDateTime": "2014-05-03T00:00:00",
309
+ "ReturnDateTime": "2014-05-08T00:00:00",
310
+ "Links": [
311
+ {
312
+ "rel": "shop",
313
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-03&returndate=2014-05-08"
314
+ }
315
+ ]
316
+ },
317
+ {
318
+ "LowestFare": 328.5,
319
+ "CurrencyCode": "USD",
320
+ "LowestNonStopFare": 360,
321
+ "DepartureDateTime": "2014-05-04T00:00:00",
322
+ "ReturnDateTime": "2014-05-09T00:00:00",
323
+ "Links": [
324
+ {
325
+ "rel": "shop",
326
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-04&returndate=2014-05-09"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "LowestFare": 324,
332
+ "CurrencyCode": "USD",
333
+ "LowestNonStopFare": 337,
334
+ "DepartureDateTime": "2014-05-05T00:00:00",
335
+ "ReturnDateTime": "2014-05-10T00:00:00",
336
+ "Links": [
337
+ {
338
+ "rel": "shop",
339
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-05&returndate=2014-05-10"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "LowestFare": 322.5,
345
+ "CurrencyCode": "USD",
346
+ "LowestNonStopFare": 353,
347
+ "DepartureDateTime": "2014-05-06T00:00:00",
348
+ "ReturnDateTime": "2014-05-11T00:00:00",
349
+ "Links": [
350
+ {
351
+ "rel": "shop",
352
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-06&returndate=2014-05-11"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "LowestFare": 324,
358
+ "CurrencyCode": "USD",
359
+ "LowestNonStopFare": 338,
360
+ "DepartureDateTime": "2014-05-07T00:00:00",
361
+ "ReturnDateTime": "2014-05-12T00:00:00",
362
+ "Links": [
363
+ {
364
+ "rel": "shop",
365
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-07&returndate=2014-05-12"
366
+ }
367
+ ]
368
+ },
369
+ {
370
+ "LowestFare": 324,
371
+ "CurrencyCode": "USD",
372
+ "LowestNonStopFare": 337,
373
+ "DepartureDateTime": "2014-05-08T00:00:00",
374
+ "ReturnDateTime": "2014-05-13T00:00:00",
375
+ "Links": [
376
+ {
377
+ "rel": "shop",
378
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-08&returndate=2014-05-13"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "LowestFare": 324,
384
+ "CurrencyCode": "USD",
385
+ "LowestNonStopFare": 337,
386
+ "DepartureDateTime": "2014-05-09T00:00:00",
387
+ "ReturnDateTime": "2014-05-14T00:00:00",
388
+ "Links": [
389
+ {
390
+ "rel": "shop",
391
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-09&returndate=2014-05-14"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "LowestFare": 322.5,
397
+ "CurrencyCode": "USD",
398
+ "LowestNonStopFare": 338,
399
+ "DepartureDateTime": "2014-05-10T00:00:00",
400
+ "ReturnDateTime": "2014-05-15T00:00:00",
401
+ "Links": [
402
+ {
403
+ "rel": "shop",
404
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-10&returndate=2014-05-15"
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "LowestFare": 328.5,
410
+ "CurrencyCode": "USD",
411
+ "LowestNonStopFare": 373,
412
+ "DepartureDateTime": "2014-05-11T00:00:00",
413
+ "ReturnDateTime": "2014-05-16T00:00:00",
414
+ "Links": [
415
+ {
416
+ "rel": "shop",
417
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-11&returndate=2014-05-16"
418
+ }
419
+ ]
420
+ },
421
+ {
422
+ "LowestFare": 324,
423
+ "CurrencyCode": "USD",
424
+ "LowestNonStopFare": 337,
425
+ "DepartureDateTime": "2014-05-12T00:00:00",
426
+ "ReturnDateTime": "2014-05-17T00:00:00",
427
+ "Links": [
428
+ {
429
+ "rel": "shop",
430
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-12&returndate=2014-05-17"
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ "LowestFare": 322.5,
436
+ "CurrencyCode": "USD",
437
+ "LowestNonStopFare": 353,
438
+ "DepartureDateTime": "2014-05-13T00:00:00",
439
+ "ReturnDateTime": "2014-05-18T00:00:00",
440
+ "Links": [
441
+ {
442
+ "rel": "shop",
443
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-13&returndate=2014-05-18"
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "LowestFare": 324,
449
+ "CurrencyCode": "USD",
450
+ "LowestNonStopFare": 338,
451
+ "DepartureDateTime": "2014-05-14T00:00:00",
452
+ "ReturnDateTime": "2014-05-19T00:00:00",
453
+ "Links": [
454
+ {
455
+ "rel": "shop",
456
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-14&returndate=2014-05-19"
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "LowestFare": 328.5,
462
+ "CurrencyCode": "USD",
463
+ "LowestNonStopFare": 338,
464
+ "DepartureDateTime": "2014-05-15T00:00:00",
465
+ "ReturnDateTime": "2014-05-20T00:00:00",
466
+ "Links": [
467
+ {
468
+ "rel": "shop",
469
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-15&returndate=2014-05-20"
470
+ }
471
+ ]
472
+ },
473
+ {
474
+ "LowestFare": 330,
475
+ "CurrencyCode": "USD",
476
+ "LowestNonStopFare": 338,
477
+ "DepartureDateTime": "2014-05-16T00:00:00",
478
+ "ReturnDateTime": "2014-05-21T00:00:00",
479
+ "Links": [
480
+ {
481
+ "rel": "shop",
482
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-16&returndate=2014-05-21"
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "LowestFare": 323.5,
488
+ "CurrencyCode": "USD",
489
+ "LowestNonStopFare": 338,
490
+ "DepartureDateTime": "2014-05-17T00:00:00",
491
+ "ReturnDateTime": "2014-05-22T00:00:00",
492
+ "Links": [
493
+ {
494
+ "rel": "shop",
495
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-17&returndate=2014-05-22"
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "LowestFare": 344,
501
+ "CurrencyCode": "USD",
502
+ "LowestNonStopFare": 373,
503
+ "DepartureDateTime": "2014-05-18T00:00:00",
504
+ "ReturnDateTime": "2014-05-23T00:00:00",
505
+ "Links": [
506
+ {
507
+ "rel": "shop",
508
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-18&returndate=2014-05-23"
509
+ }
510
+ ]
511
+ },
512
+ {
513
+ "LowestFare": 324,
514
+ "CurrencyCode": "USD",
515
+ "LowestNonStopFare": 338,
516
+ "DepartureDateTime": "2014-05-19T00:00:00",
517
+ "ReturnDateTime": "2014-05-24T00:00:00",
518
+ "Links": [
519
+ {
520
+ "rel": "shop",
521
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-19&returndate=2014-05-24"
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "LowestFare": 327,
527
+ "CurrencyCode": "USD",
528
+ "LowestNonStopFare": 327,
529
+ "DepartureDateTime": "2014-05-20T00:00:00",
530
+ "ReturnDateTime": "2014-05-25T00:00:00",
531
+ "Links": [
532
+ {
533
+ "rel": "shop",
534
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-20&returndate=2014-05-25"
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "LowestFare": 338,
540
+ "CurrencyCode": "USD",
541
+ "LowestNonStopFare": 338,
542
+ "DepartureDateTime": "2014-05-21T00:00:00",
543
+ "ReturnDateTime": "2014-05-26T00:00:00",
544
+ "Links": [
545
+ {
546
+ "rel": "shop",
547
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-21&returndate=2014-05-26"
548
+ }
549
+ ]
550
+ },
551
+ {
552
+ "LowestFare": 318,
553
+ "CurrencyCode": "USD",
554
+ "LowestNonStopFare": 318,
555
+ "DepartureDateTime": "2014-05-22T00:00:00",
556
+ "ReturnDateTime": "2014-05-27T00:00:00",
557
+ "Links": [
558
+ {
559
+ "rel": "shop",
560
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-22&returndate=2014-05-27"
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "LowestFare": 338,
566
+ "CurrencyCode": "USD",
567
+ "LowestNonStopFare": 338,
568
+ "DepartureDateTime": "2014-05-23T00:00:00",
569
+ "ReturnDateTime": "2014-05-28T00:00:00",
570
+ "Links": [
571
+ {
572
+ "rel": "shop",
573
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-23&returndate=2014-05-28"
574
+ }
575
+ ]
576
+ },
577
+ {
578
+ "LowestFare": 323.5,
579
+ "CurrencyCode": "USD",
580
+ "LowestNonStopFare": 338,
581
+ "DepartureDateTime": "2014-05-24T00:00:00",
582
+ "ReturnDateTime": "2014-05-29T00:00:00",
583
+ "Links": [
584
+ {
585
+ "rel": "shop",
586
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-24&returndate=2014-05-29"
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "LowestFare": 348.5,
592
+ "CurrencyCode": "USD",
593
+ "LowestNonStopFare": 388,
594
+ "DepartureDateTime": "2014-05-25T00:00:00",
595
+ "ReturnDateTime": "2014-05-30T00:00:00",
596
+ "Links": [
597
+ {
598
+ "rel": "shop",
599
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-25&returndate=2014-05-30"
600
+ }
601
+ ]
602
+ },
603
+ {
604
+ "LowestFare": 338,
605
+ "CurrencyCode": "USD",
606
+ "LowestNonStopFare": 338,
607
+ "DepartureDateTime": "2014-05-26T00:00:00",
608
+ "ReturnDateTime": "2014-05-31T00:00:00",
609
+ "Links": [
610
+ {
611
+ "rel": "shop",
612
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-26&returndate=2014-05-31"
613
+ }
614
+ ]
615
+ },
616
+ {
617
+ "LowestFare": 332.5,
618
+ "CurrencyCode": "USD",
619
+ "LowestNonStopFare": 388,
620
+ "DepartureDateTime": "2014-05-27T00:00:00",
621
+ "ReturnDateTime": "2014-06-01T00:00:00",
622
+ "Links": [
623
+ {
624
+ "rel": "shop",
625
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-27&returndate=2014-06-01"
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "LowestFare": 338,
631
+ "CurrencyCode": "USD",
632
+ "LowestNonStopFare": 338,
633
+ "DepartureDateTime": "2014-05-28T00:00:00",
634
+ "ReturnDateTime": "2014-06-02T00:00:00",
635
+ "Links": [
636
+ {
637
+ "rel": "shop",
638
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-28&returndate=2014-06-02"
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "LowestFare": 329,
644
+ "CurrencyCode": "USD",
645
+ "LowestNonStopFare": 338,
646
+ "DepartureDateTime": "2014-05-29T00:00:00",
647
+ "ReturnDateTime": "2014-06-03T00:00:00",
648
+ "Links": [
649
+ {
650
+ "rel": "shop",
651
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-29&returndate=2014-06-03"
652
+ }
653
+ ]
654
+ },
655
+ {
656
+ "LowestFare": 338,
657
+ "CurrencyCode": "USD",
658
+ "LowestNonStopFare": 338,
659
+ "DepartureDateTime": "2014-05-30T00:00:00",
660
+ "ReturnDateTime": "2014-06-04T00:00:00",
661
+ "Links": [
662
+ {
663
+ "rel": "shop",
664
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-30&returndate=2014-06-04"
665
+ }
666
+ ]
667
+ },
668
+ {
669
+ "LowestFare": 325,
670
+ "CurrencyCode": "USD",
671
+ "LowestNonStopFare": 338,
672
+ "DepartureDateTime": "2014-05-31T00:00:00",
673
+ "ReturnDateTime": "2014-06-05T00:00:00",
674
+ "Links": [
675
+ {
676
+ "rel": "shop",
677
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-05-31&returndate=2014-06-05"
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "LowestFare": 347,
683
+ "CurrencyCode": "USD",
684
+ "LowestNonStopFare": 388,
685
+ "DepartureDateTime": "2014-06-01T00:00:00",
686
+ "ReturnDateTime": "2014-06-06T00:00:00",
687
+ "Links": [
688
+ {
689
+ "rel": "shop",
690
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-01&returndate=2014-06-06"
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "LowestFare": 338,
696
+ "CurrencyCode": "USD",
697
+ "LowestNonStopFare": 338,
698
+ "DepartureDateTime": "2014-06-02T00:00:00",
699
+ "ReturnDateTime": "2014-06-07T00:00:00",
700
+ "Links": [
701
+ {
702
+ "rel": "shop",
703
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-02&returndate=2014-06-07"
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "LowestFare": 339.5,
709
+ "CurrencyCode": "USD",
710
+ "LowestNonStopFare": 388,
711
+ "DepartureDateTime": "2014-06-03T00:00:00",
712
+ "ReturnDateTime": "2014-06-08T00:00:00",
713
+ "Links": [
714
+ {
715
+ "rel": "shop",
716
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-03&returndate=2014-06-08"
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "LowestFare": 338,
722
+ "CurrencyCode": "USD",
723
+ "LowestNonStopFare": 338,
724
+ "DepartureDateTime": "2014-06-04T00:00:00",
725
+ "ReturnDateTime": "2014-06-09T00:00:00",
726
+ "Links": [
727
+ {
728
+ "rel": "shop",
729
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-04&returndate=2014-06-09"
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "LowestFare": 338,
735
+ "CurrencyCode": "USD",
736
+ "LowestNonStopFare": 338,
737
+ "DepartureDateTime": "2014-06-05T00:00:00",
738
+ "ReturnDateTime": "2014-06-10T00:00:00",
739
+ "Links": [
740
+ {
741
+ "rel": "shop",
742
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-05&returndate=2014-06-10"
743
+ }
744
+ ]
745
+ },
746
+ {
747
+ "LowestFare": 338,
748
+ "CurrencyCode": "USD",
749
+ "LowestNonStopFare": 338,
750
+ "DepartureDateTime": "2014-06-06T00:00:00",
751
+ "ReturnDateTime": "2014-06-11T00:00:00",
752
+ "Links": [
753
+ {
754
+ "rel": "shop",
755
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-06&returndate=2014-06-11"
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "LowestFare": 333,
761
+ "CurrencyCode": "USD",
762
+ "LowestNonStopFare": 388,
763
+ "DepartureDateTime": "2014-06-07T00:00:00",
764
+ "ReturnDateTime": "2014-06-12T00:00:00",
765
+ "Links": [
766
+ {
767
+ "rel": "shop",
768
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-07&returndate=2014-06-12"
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "LowestFare": 369,
774
+ "CurrencyCode": "USD",
775
+ "LowestNonStopFare": 388,
776
+ "DepartureDateTime": "2014-06-08T00:00:00",
777
+ "ReturnDateTime": "2014-06-13T00:00:00",
778
+ "Links": [
779
+ {
780
+ "rel": "shop",
781
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-08&returndate=2014-06-13"
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "LowestFare": 373,
787
+ "CurrencyCode": "USD",
788
+ "LowestNonStopFare": 373,
789
+ "DepartureDateTime": "2014-06-09T00:00:00",
790
+ "ReturnDateTime": "2014-06-14T00:00:00",
791
+ "Links": [
792
+ {
793
+ "rel": "shop",
794
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-09&returndate=2014-06-14"
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "LowestFare": 353,
800
+ "CurrencyCode": "USD",
801
+ "LowestNonStopFare": 353,
802
+ "DepartureDateTime": "2014-06-10T00:00:00",
803
+ "ReturnDateTime": "2014-06-15T00:00:00",
804
+ "Links": [
805
+ {
806
+ "rel": "shop",
807
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-10&returndate=2014-06-15"
808
+ }
809
+ ]
810
+ },
811
+ {
812
+ "LowestFare": 353,
813
+ "CurrencyCode": "USD",
814
+ "LowestNonStopFare": 353,
815
+ "DepartureDateTime": "2014-06-11T00:00:00",
816
+ "ReturnDateTime": "2014-06-16T00:00:00",
817
+ "Links": [
818
+ {
819
+ "rel": "shop",
820
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-11&returndate=2014-06-16"
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "LowestFare": 368.5,
826
+ "CurrencyCode": "USD",
827
+ "LowestNonStopFare": 388,
828
+ "DepartureDateTime": "2014-06-12T00:00:00",
829
+ "ReturnDateTime": "2014-06-17T00:00:00",
830
+ "Links": [
831
+ {
832
+ "rel": "shop",
833
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-12&returndate=2014-06-17"
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "LowestFare": 388,
839
+ "CurrencyCode": "USD",
840
+ "LowestNonStopFare": 388,
841
+ "DepartureDateTime": "2014-06-13T00:00:00",
842
+ "ReturnDateTime": "2014-06-18T00:00:00",
843
+ "Links": [
844
+ {
845
+ "rel": "shop",
846
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-13&returndate=2014-06-18"
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "LowestFare": 388,
852
+ "CurrencyCode": "USD",
853
+ "LowestNonStopFare": 388,
854
+ "DepartureDateTime": "2014-06-14T00:00:00",
855
+ "ReturnDateTime": "2014-06-19T00:00:00",
856
+ "Links": [
857
+ {
858
+ "rel": "shop",
859
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-14&returndate=2014-06-19"
860
+ }
861
+ ]
862
+ },
863
+ {
864
+ "LowestFare": 388,
865
+ "CurrencyCode": "USD",
866
+ "LowestNonStopFare": 388,
867
+ "DepartureDateTime": "2014-06-15T00:00:00",
868
+ "ReturnDateTime": "2014-06-20T00:00:00",
869
+ "Links": [
870
+ {
871
+ "rel": "shop",
872
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-15&returndate=2014-06-20"
873
+ }
874
+ ]
875
+ },
876
+ {
877
+ "LowestFare": 388,
878
+ "CurrencyCode": "USD",
879
+ "LowestNonStopFare": 388,
880
+ "DepartureDateTime": "2014-06-16T00:00:00",
881
+ "ReturnDateTime": "2014-06-21T00:00:00",
882
+ "Links": [
883
+ {
884
+ "rel": "shop",
885
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-16&returndate=2014-06-21"
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "LowestFare": 388,
891
+ "CurrencyCode": "USD",
892
+ "LowestNonStopFare": 388,
893
+ "DepartureDateTime": "2014-06-17T00:00:00",
894
+ "ReturnDateTime": "2014-06-22T00:00:00",
895
+ "Links": [
896
+ {
897
+ "rel": "shop",
898
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-17&returndate=2014-06-22"
899
+ }
900
+ ]
901
+ },
902
+ {
903
+ "LowestFare": 388,
904
+ "CurrencyCode": "USD",
905
+ "LowestNonStopFare": 388,
906
+ "DepartureDateTime": "2014-06-18T00:00:00",
907
+ "ReturnDateTime": "2014-06-23T00:00:00",
908
+ "Links": [
909
+ {
910
+ "rel": "shop",
911
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-18&returndate=2014-06-23"
912
+ }
913
+ ]
914
+ },
915
+ {
916
+ "LowestFare": 388,
917
+ "CurrencyCode": "USD",
918
+ "LowestNonStopFare": 388,
919
+ "DepartureDateTime": "2014-06-19T00:00:00",
920
+ "ReturnDateTime": "2014-06-24T00:00:00",
921
+ "Links": [
922
+ {
923
+ "rel": "shop",
924
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-19&returndate=2014-06-24"
925
+ }
926
+ ]
927
+ },
928
+ {
929
+ "LowestFare": 388,
930
+ "CurrencyCode": "USD",
931
+ "LowestNonStopFare": 388,
932
+ "DepartureDateTime": "2014-06-20T00:00:00",
933
+ "ReturnDateTime": "2014-06-25T00:00:00",
934
+ "Links": [
935
+ {
936
+ "rel": "shop",
937
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-20&returndate=2014-06-25"
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ "LowestFare": 388,
943
+ "CurrencyCode": "USD",
944
+ "LowestNonStopFare": 388,
945
+ "DepartureDateTime": "2014-06-21T00:00:00",
946
+ "ReturnDateTime": "2014-06-26T00:00:00",
947
+ "Links": [
948
+ {
949
+ "rel": "shop",
950
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-21&returndate=2014-06-26"
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "LowestFare": 388,
956
+ "CurrencyCode": "USD",
957
+ "LowestNonStopFare": 388,
958
+ "DepartureDateTime": "2014-06-22T00:00:00",
959
+ "ReturnDateTime": "2014-06-27T00:00:00",
960
+ "Links": [
961
+ {
962
+ "rel": "shop",
963
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-22&returndate=2014-06-27"
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "LowestFare": 388,
969
+ "CurrencyCode": "USD",
970
+ "LowestNonStopFare": 388,
971
+ "DepartureDateTime": "2014-06-23T00:00:00",
972
+ "ReturnDateTime": "2014-06-28T00:00:00",
973
+ "Links": [
974
+ {
975
+ "rel": "shop",
976
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-23&returndate=2014-06-28"
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "LowestFare": 388,
982
+ "CurrencyCode": "USD",
983
+ "LowestNonStopFare": 388,
984
+ "DepartureDateTime": "2014-06-24T00:00:00",
985
+ "ReturnDateTime": "2014-06-29T00:00:00",
986
+ "Links": [
987
+ {
988
+ "rel": "shop",
989
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-24&returndate=2014-06-29"
990
+ }
991
+ ]
992
+ },
993
+ {
994
+ "LowestFare": 388,
995
+ "CurrencyCode": "USD",
996
+ "LowestNonStopFare": 388,
997
+ "DepartureDateTime": "2014-06-25T00:00:00",
998
+ "ReturnDateTime": "2014-06-30T00:00:00",
999
+ "Links": [
1000
+ {
1001
+ "rel": "shop",
1002
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-25&returndate=2014-06-30"
1003
+ }
1004
+ ]
1005
+ },
1006
+ {
1007
+ "LowestFare": 388,
1008
+ "CurrencyCode": "USD",
1009
+ "LowestNonStopFare": 388,
1010
+ "DepartureDateTime": "2014-06-26T00:00:00",
1011
+ "ReturnDateTime": "2014-07-01T00:00:00",
1012
+ "Links": [
1013
+ {
1014
+ "rel": "shop",
1015
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-26&returndate=2014-07-01"
1016
+ }
1017
+ ]
1018
+ },
1019
+ {
1020
+ "LowestFare": 382,
1021
+ "CurrencyCode": "USD",
1022
+ "LowestNonStopFare": 382,
1023
+ "DepartureDateTime": "2014-06-27T00:00:00",
1024
+ "ReturnDateTime": "2014-07-02T00:00:00",
1025
+ "Links": [
1026
+ {
1027
+ "rel": "shop",
1028
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-27&returndate=2014-07-02"
1029
+ }
1030
+ ]
1031
+ },
1032
+ {
1033
+ "LowestFare": 388,
1034
+ "CurrencyCode": "USD",
1035
+ "LowestNonStopFare": 388,
1036
+ "DepartureDateTime": "2014-06-28T00:00:00",
1037
+ "ReturnDateTime": "2014-07-03T00:00:00",
1038
+ "Links": [
1039
+ {
1040
+ "rel": "shop",
1041
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-28&returndate=2014-07-03"
1042
+ }
1043
+ ]
1044
+ },
1045
+ {
1046
+ "LowestFare": 388,
1047
+ "CurrencyCode": "USD",
1048
+ "LowestNonStopFare": 388,
1049
+ "DepartureDateTime": "2014-06-29T00:00:00",
1050
+ "ReturnDateTime": "2014-07-04T00:00:00",
1051
+ "Links": [
1052
+ {
1053
+ "rel": "shop",
1054
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-29&returndate=2014-07-04"
1055
+ }
1056
+ ]
1057
+ },
1058
+ {
1059
+ "LowestFare": 388,
1060
+ "CurrencyCode": "USD",
1061
+ "LowestNonStopFare": 388,
1062
+ "DepartureDateTime": "2014-06-30T00:00:00",
1063
+ "ReturnDateTime": "2014-07-05T00:00:00",
1064
+ "Links": [
1065
+ {
1066
+ "rel": "shop",
1067
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-06-30&returndate=2014-07-05"
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "LowestFare": 388,
1073
+ "CurrencyCode": "USD",
1074
+ "LowestNonStopFare": 388,
1075
+ "DepartureDateTime": "2014-07-01T00:00:00",
1076
+ "ReturnDateTime": "2014-07-06T00:00:00",
1077
+ "Links": [
1078
+ {
1079
+ "rel": "shop",
1080
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-01&returndate=2014-07-06"
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "LowestFare": 388,
1086
+ "CurrencyCode": "USD",
1087
+ "LowestNonStopFare": 388,
1088
+ "DepartureDateTime": "2014-07-02T00:00:00",
1089
+ "ReturnDateTime": "2014-07-07T00:00:00",
1090
+ "Links": [
1091
+ {
1092
+ "rel": "shop",
1093
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-02&returndate=2014-07-07"
1094
+ }
1095
+ ]
1096
+ },
1097
+ {
1098
+ "LowestFare": 388,
1099
+ "CurrencyCode": "USD",
1100
+ "LowestNonStopFare": 388,
1101
+ "DepartureDateTime": "2014-07-03T00:00:00",
1102
+ "ReturnDateTime": "2014-07-08T00:00:00",
1103
+ "Links": [
1104
+ {
1105
+ "rel": "shop",
1106
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-03&returndate=2014-07-08"
1107
+ }
1108
+ ]
1109
+ },
1110
+ {
1111
+ "LowestFare": 388,
1112
+ "CurrencyCode": "USD",
1113
+ "LowestNonStopFare": 388,
1114
+ "DepartureDateTime": "2014-07-04T00:00:00",
1115
+ "ReturnDateTime": "2014-07-09T00:00:00",
1116
+ "Links": [
1117
+ {
1118
+ "rel": "shop",
1119
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-04&returndate=2014-07-09"
1120
+ }
1121
+ ]
1122
+ },
1123
+ {
1124
+ "LowestFare": 388,
1125
+ "CurrencyCode": "USD",
1126
+ "LowestNonStopFare": 388,
1127
+ "DepartureDateTime": "2014-07-05T00:00:00",
1128
+ "ReturnDateTime": "2014-07-10T00:00:00",
1129
+ "Links": [
1130
+ {
1131
+ "rel": "shop",
1132
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-05&returndate=2014-07-10"
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "LowestFare": 388,
1138
+ "CurrencyCode": "USD",
1139
+ "LowestNonStopFare": 388,
1140
+ "DepartureDateTime": "2014-07-06T00:00:00",
1141
+ "ReturnDateTime": "2014-07-11T00:00:00",
1142
+ "Links": [
1143
+ {
1144
+ "rel": "shop",
1145
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-06&returndate=2014-07-11"
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ "LowestFare": 388,
1151
+ "CurrencyCode": "USD",
1152
+ "LowestNonStopFare": 388,
1153
+ "DepartureDateTime": "2014-07-07T00:00:00",
1154
+ "ReturnDateTime": "2014-07-12T00:00:00",
1155
+ "Links": [
1156
+ {
1157
+ "rel": "shop",
1158
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-07&returndate=2014-07-12"
1159
+ }
1160
+ ]
1161
+ },
1162
+ {
1163
+ "LowestFare": 388,
1164
+ "CurrencyCode": "USD",
1165
+ "LowestNonStopFare": 388,
1166
+ "DepartureDateTime": "2014-07-08T00:00:00",
1167
+ "ReturnDateTime": "2014-07-13T00:00:00",
1168
+ "Links": [
1169
+ {
1170
+ "rel": "shop",
1171
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-08&returndate=2014-07-13"
1172
+ }
1173
+ ]
1174
+ },
1175
+ {
1176
+ "LowestFare": 388,
1177
+ "CurrencyCode": "USD",
1178
+ "LowestNonStopFare": 388,
1179
+ "DepartureDateTime": "2014-07-09T00:00:00",
1180
+ "ReturnDateTime": "2014-07-14T00:00:00",
1181
+ "Links": [
1182
+ {
1183
+ "rel": "shop",
1184
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-09&returndate=2014-07-14"
1185
+ }
1186
+ ]
1187
+ },
1188
+ {
1189
+ "LowestFare": 388,
1190
+ "CurrencyCode": "USD",
1191
+ "LowestNonStopFare": 388,
1192
+ "DepartureDateTime": "2014-07-10T00:00:00",
1193
+ "ReturnDateTime": "2014-07-15T00:00:00",
1194
+ "Links": [
1195
+ {
1196
+ "rel": "shop",
1197
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-10&returndate=2014-07-15"
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "LowestFare": 388,
1203
+ "CurrencyCode": "USD",
1204
+ "LowestNonStopFare": 388,
1205
+ "DepartureDateTime": "2014-07-11T00:00:00",
1206
+ "ReturnDateTime": "2014-07-16T00:00:00",
1207
+ "Links": [
1208
+ {
1209
+ "rel": "shop",
1210
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-11&returndate=2014-07-16"
1211
+ }
1212
+ ]
1213
+ },
1214
+ {
1215
+ "LowestFare": 388,
1216
+ "CurrencyCode": "USD",
1217
+ "LowestNonStopFare": 388,
1218
+ "DepartureDateTime": "2014-07-12T00:00:00",
1219
+ "ReturnDateTime": "2014-07-17T00:00:00",
1220
+ "Links": [
1221
+ {
1222
+ "rel": "shop",
1223
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-12&returndate=2014-07-17"
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "LowestFare": 388,
1229
+ "CurrencyCode": "USD",
1230
+ "LowestNonStopFare": 388,
1231
+ "DepartureDateTime": "2014-07-13T00:00:00",
1232
+ "ReturnDateTime": "2014-07-18T00:00:00",
1233
+ "Links": [
1234
+ {
1235
+ "rel": "shop",
1236
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-13&returndate=2014-07-18"
1237
+ }
1238
+ ]
1239
+ },
1240
+ {
1241
+ "LowestFare": 388,
1242
+ "CurrencyCode": "USD",
1243
+ "LowestNonStopFare": 388,
1244
+ "DepartureDateTime": "2014-07-14T00:00:00",
1245
+ "ReturnDateTime": "2014-07-19T00:00:00",
1246
+ "Links": [
1247
+ {
1248
+ "rel": "shop",
1249
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-14&returndate=2014-07-19"
1250
+ }
1251
+ ]
1252
+ },
1253
+ {
1254
+ "LowestFare": 388,
1255
+ "CurrencyCode": "USD",
1256
+ "LowestNonStopFare": 388,
1257
+ "DepartureDateTime": "2014-07-15T00:00:00",
1258
+ "ReturnDateTime": "2014-07-20T00:00:00",
1259
+ "Links": [
1260
+ {
1261
+ "rel": "shop",
1262
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-15&returndate=2014-07-20"
1263
+ }
1264
+ ]
1265
+ },
1266
+ {
1267
+ "LowestFare": 388,
1268
+ "CurrencyCode": "USD",
1269
+ "LowestNonStopFare": 388,
1270
+ "DepartureDateTime": "2014-07-16T00:00:00",
1271
+ "ReturnDateTime": "2014-07-21T00:00:00",
1272
+ "Links": [
1273
+ {
1274
+ "rel": "shop",
1275
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-16&returndate=2014-07-21"
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "LowestFare": 388,
1281
+ "CurrencyCode": "USD",
1282
+ "LowestNonStopFare": 388,
1283
+ "DepartureDateTime": "2014-07-17T00:00:00",
1284
+ "ReturnDateTime": "2014-07-22T00:00:00",
1285
+ "Links": [
1286
+ {
1287
+ "rel": "shop",
1288
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-17&returndate=2014-07-22"
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "LowestFare": 388,
1294
+ "CurrencyCode": "USD",
1295
+ "LowestNonStopFare": 388,
1296
+ "DepartureDateTime": "2014-07-18T00:00:00",
1297
+ "ReturnDateTime": "2014-07-23T00:00:00",
1298
+ "Links": [
1299
+ {
1300
+ "rel": "shop",
1301
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-18&returndate=2014-07-23"
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "LowestFare": 388,
1307
+ "CurrencyCode": "USD",
1308
+ "LowestNonStopFare": 388,
1309
+ "DepartureDateTime": "2014-07-19T00:00:00",
1310
+ "ReturnDateTime": "2014-07-24T00:00:00",
1311
+ "Links": [
1312
+ {
1313
+ "rel": "shop",
1314
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-19&returndate=2014-07-24"
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "LowestFare": 388,
1320
+ "CurrencyCode": "USD",
1321
+ "LowestNonStopFare": 388,
1322
+ "DepartureDateTime": "2014-07-20T00:00:00",
1323
+ "ReturnDateTime": "2014-07-25T00:00:00",
1324
+ "Links": [
1325
+ {
1326
+ "rel": "shop",
1327
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-20&returndate=2014-07-25"
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "LowestFare": 388,
1333
+ "CurrencyCode": "USD",
1334
+ "LowestNonStopFare": 388,
1335
+ "DepartureDateTime": "2014-07-21T00:00:00",
1336
+ "ReturnDateTime": "2014-07-26T00:00:00",
1337
+ "Links": [
1338
+ {
1339
+ "rel": "shop",
1340
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-21&returndate=2014-07-26"
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "LowestFare": 388,
1346
+ "CurrencyCode": "USD",
1347
+ "LowestNonStopFare": 388,
1348
+ "DepartureDateTime": "2014-07-22T00:00:00",
1349
+ "ReturnDateTime": "2014-07-27T00:00:00",
1350
+ "Links": [
1351
+ {
1352
+ "rel": "shop",
1353
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-22&returndate=2014-07-27"
1354
+ }
1355
+ ]
1356
+ },
1357
+ {
1358
+ "LowestFare": 388,
1359
+ "CurrencyCode": "USD",
1360
+ "LowestNonStopFare": 388,
1361
+ "DepartureDateTime": "2014-07-23T00:00:00",
1362
+ "ReturnDateTime": "2014-07-28T00:00:00",
1363
+ "Links": [
1364
+ {
1365
+ "rel": "shop",
1366
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-23&returndate=2014-07-28"
1367
+ }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "LowestFare": 388,
1372
+ "CurrencyCode": "USD",
1373
+ "LowestNonStopFare": 388,
1374
+ "DepartureDateTime": "2014-07-24T00:00:00",
1375
+ "ReturnDateTime": "2014-07-29T00:00:00",
1376
+ "Links": [
1377
+ {
1378
+ "rel": "shop",
1379
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-24&returndate=2014-07-29"
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "LowestFare": 388,
1385
+ "CurrencyCode": "USD",
1386
+ "LowestNonStopFare": 388,
1387
+ "DepartureDateTime": "2014-07-25T00:00:00",
1388
+ "ReturnDateTime": "2014-07-30T00:00:00",
1389
+ "Links": [
1390
+ {
1391
+ "rel": "shop",
1392
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-25&returndate=2014-07-30"
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "LowestFare": 388,
1398
+ "CurrencyCode": "USD",
1399
+ "LowestNonStopFare": 388,
1400
+ "DepartureDateTime": "2014-07-26T00:00:00",
1401
+ "ReturnDateTime": "2014-07-31T00:00:00",
1402
+ "Links": [
1403
+ {
1404
+ "rel": "shop",
1405
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-26&returndate=2014-07-31"
1406
+ }
1407
+ ]
1408
+ },
1409
+ {
1410
+ "LowestFare": 388,
1411
+ "CurrencyCode": "USD",
1412
+ "LowestNonStopFare": 388,
1413
+ "DepartureDateTime": "2014-07-27T00:00:00",
1414
+ "ReturnDateTime": "2014-08-01T00:00:00",
1415
+ "Links": [
1416
+ {
1417
+ "rel": "shop",
1418
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-27&returndate=2014-08-01"
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ "LowestFare": 388,
1424
+ "CurrencyCode": "USD",
1425
+ "LowestNonStopFare": 388,
1426
+ "DepartureDateTime": "2014-07-28T00:00:00",
1427
+ "ReturnDateTime": "2014-08-02T00:00:00",
1428
+ "Links": [
1429
+ {
1430
+ "rel": "shop",
1431
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-28&returndate=2014-08-02"
1432
+ }
1433
+ ]
1434
+ },
1435
+ {
1436
+ "LowestFare": 399,
1437
+ "CurrencyCode": "USD",
1438
+ "LowestNonStopFare": 413,
1439
+ "DepartureDateTime": "2014-07-29T00:00:00",
1440
+ "ReturnDateTime": "2014-08-03T00:00:00",
1441
+ "Links": [
1442
+ {
1443
+ "rel": "shop",
1444
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-29&returndate=2014-08-03"
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "LowestFare": 388,
1450
+ "CurrencyCode": "USD",
1451
+ "LowestNonStopFare": 388,
1452
+ "DepartureDateTime": "2014-07-30T00:00:00",
1453
+ "ReturnDateTime": "2014-08-04T00:00:00",
1454
+ "Links": [
1455
+ {
1456
+ "rel": "shop",
1457
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-30&returndate=2014-08-04"
1458
+ }
1459
+ ]
1460
+ },
1461
+ {
1462
+ "LowestFare": 399,
1463
+ "CurrencyCode": "USD",
1464
+ "LowestNonStopFare": 424,
1465
+ "DepartureDateTime": "2014-07-31T00:00:00",
1466
+ "ReturnDateTime": "2014-08-05T00:00:00",
1467
+ "Links": [
1468
+ {
1469
+ "rel": "shop",
1470
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-07-31&returndate=2014-08-05"
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "LowestFare": 399,
1476
+ "CurrencyCode": "USD",
1477
+ "LowestNonStopFare": 408,
1478
+ "DepartureDateTime": "2014-08-01T00:00:00",
1479
+ "ReturnDateTime": "2014-08-06T00:00:00",
1480
+ "Links": [
1481
+ {
1482
+ "rel": "shop",
1483
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-01&returndate=2014-08-06"
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "LowestFare": 399,
1489
+ "CurrencyCode": "USD",
1490
+ "LowestNonStopFare": 424,
1491
+ "DepartureDateTime": "2014-08-02T00:00:00",
1492
+ "ReturnDateTime": "2014-08-07T00:00:00",
1493
+ "Links": [
1494
+ {
1495
+ "rel": "shop",
1496
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-02&returndate=2014-08-07"
1497
+ }
1498
+ ]
1499
+ },
1500
+ {
1501
+ "LowestFare": 410,
1502
+ "CurrencyCode": "USD",
1503
+ "LowestNonStopFare": 424,
1504
+ "DepartureDateTime": "2014-08-03T00:00:00",
1505
+ "ReturnDateTime": "2014-08-08T00:00:00",
1506
+ "Links": [
1507
+ {
1508
+ "rel": "shop",
1509
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-03&returndate=2014-08-08"
1510
+ }
1511
+ ]
1512
+ },
1513
+ {
1514
+ "LowestFare": 405,
1515
+ "CurrencyCode": "USD",
1516
+ "LowestNonStopFare": 424,
1517
+ "DepartureDateTime": "2014-08-04T00:00:00",
1518
+ "ReturnDateTime": "2014-08-09T00:00:00",
1519
+ "Links": [
1520
+ {
1521
+ "rel": "shop",
1522
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-04&returndate=2014-08-09"
1523
+ }
1524
+ ]
1525
+ },
1526
+ {
1527
+ "LowestFare": 399,
1528
+ "CurrencyCode": "USD",
1529
+ "LowestNonStopFare": 418,
1530
+ "DepartureDateTime": "2014-08-05T00:00:00",
1531
+ "ReturnDateTime": "2014-08-10T00:00:00",
1532
+ "Links": [
1533
+ {
1534
+ "rel": "shop",
1535
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-05&returndate=2014-08-10"
1536
+ }
1537
+ ]
1538
+ },
1539
+ {
1540
+ "LowestFare": 399,
1541
+ "CurrencyCode": "USD",
1542
+ "LowestNonStopFare": 424,
1543
+ "DepartureDateTime": "2014-08-06T00:00:00",
1544
+ "ReturnDateTime": "2014-08-11T00:00:00",
1545
+ "Links": [
1546
+ {
1547
+ "rel": "shop",
1548
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-06&returndate=2014-08-11"
1549
+ }
1550
+ ]
1551
+ },
1552
+ {
1553
+ "LowestFare": 388,
1554
+ "CurrencyCode": "USD",
1555
+ "LowestNonStopFare": 388,
1556
+ "DepartureDateTime": "2014-08-07T00:00:00",
1557
+ "ReturnDateTime": "2014-08-12T00:00:00",
1558
+ "Links": [
1559
+ {
1560
+ "rel": "shop",
1561
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-07&returndate=2014-08-12"
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "LowestFare": 399,
1567
+ "CurrencyCode": "USD",
1568
+ "LowestNonStopFare": 413,
1569
+ "DepartureDateTime": "2014-08-08T00:00:00",
1570
+ "ReturnDateTime": "2014-08-13T00:00:00",
1571
+ "Links": [
1572
+ {
1573
+ "rel": "shop",
1574
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-08&returndate=2014-08-13"
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "LowestFare": 399,
1580
+ "CurrencyCode": "USD",
1581
+ "LowestNonStopFare": 424,
1582
+ "DepartureDateTime": "2014-08-09T00:00:00",
1583
+ "ReturnDateTime": "2014-08-14T00:00:00",
1584
+ "Links": [
1585
+ {
1586
+ "rel": "shop",
1587
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-09&returndate=2014-08-14"
1588
+ }
1589
+ ]
1590
+ },
1591
+ {
1592
+ "LowestFare": 399,
1593
+ "CurrencyCode": "USD",
1594
+ "LowestNonStopFare": 424,
1595
+ "DepartureDateTime": "2014-08-10T00:00:00",
1596
+ "ReturnDateTime": "2014-08-15T00:00:00",
1597
+ "Links": [
1598
+ {
1599
+ "rel": "shop",
1600
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-10&returndate=2014-08-15"
1601
+ }
1602
+ ]
1603
+ },
1604
+ {
1605
+ "LowestFare": 409,
1606
+ "CurrencyCode": "USD",
1607
+ "LowestNonStopFare": 424,
1608
+ "DepartureDateTime": "2014-08-11T00:00:00",
1609
+ "ReturnDateTime": "2014-08-16T00:00:00",
1610
+ "Links": [
1611
+ {
1612
+ "rel": "shop",
1613
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-11&returndate=2014-08-16"
1614
+ }
1615
+ ]
1616
+ },
1617
+ {
1618
+ "LowestFare": 400,
1619
+ "CurrencyCode": "USD",
1620
+ "LowestNonStopFare": 418,
1621
+ "DepartureDateTime": "2014-08-12T00:00:00",
1622
+ "ReturnDateTime": "2014-08-17T00:00:00",
1623
+ "Links": [
1624
+ {
1625
+ "rel": "shop",
1626
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-12&returndate=2014-08-17"
1627
+ }
1628
+ ]
1629
+ },
1630
+ {
1631
+ "LowestFare": 400,
1632
+ "CurrencyCode": "USD",
1633
+ "LowestNonStopFare": 424,
1634
+ "DepartureDateTime": "2014-08-13T00:00:00",
1635
+ "ReturnDateTime": "2014-08-18T00:00:00",
1636
+ "Links": [
1637
+ {
1638
+ "rel": "shop",
1639
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-13&returndate=2014-08-18"
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "LowestFare": 388,
1645
+ "CurrencyCode": "USD",
1646
+ "LowestNonStopFare": 388,
1647
+ "DepartureDateTime": "2014-08-14T00:00:00",
1648
+ "ReturnDateTime": "2014-08-19T00:00:00",
1649
+ "Links": [
1650
+ {
1651
+ "rel": "shop",
1652
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-14&returndate=2014-08-19"
1653
+ }
1654
+ ]
1655
+ },
1656
+ {
1657
+ "LowestFare": 400,
1658
+ "CurrencyCode": "USD",
1659
+ "LowestNonStopFare": 413,
1660
+ "DepartureDateTime": "2014-08-15T00:00:00",
1661
+ "ReturnDateTime": "2014-08-20T00:00:00",
1662
+ "Links": [
1663
+ {
1664
+ "rel": "shop",
1665
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-15&returndate=2014-08-20"
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "LowestFare": 399,
1671
+ "CurrencyCode": "USD",
1672
+ "LowestNonStopFare": 418,
1673
+ "DepartureDateTime": "2014-08-16T00:00:00",
1674
+ "ReturnDateTime": "2014-08-21T00:00:00",
1675
+ "Links": [
1676
+ {
1677
+ "rel": "shop",
1678
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-16&returndate=2014-08-21"
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "LowestFare": 406,
1684
+ "CurrencyCode": "USD",
1685
+ "LowestNonStopFare": 406,
1686
+ "DepartureDateTime": "2014-08-17T00:00:00",
1687
+ "ReturnDateTime": "2014-08-22T00:00:00",
1688
+ "Links": [
1689
+ {
1690
+ "rel": "shop",
1691
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-17&returndate=2014-08-22"
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "LowestFare": 404,
1697
+ "CurrencyCode": "USD",
1698
+ "LowestNonStopFare": 406,
1699
+ "DepartureDateTime": "2014-08-18T00:00:00",
1700
+ "ReturnDateTime": "2014-08-23T00:00:00",
1701
+ "Links": [
1702
+ {
1703
+ "rel": "shop",
1704
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-18&returndate=2014-08-23"
1705
+ }
1706
+ ]
1707
+ },
1708
+ {
1709
+ "LowestFare": 388,
1710
+ "CurrencyCode": "USD",
1711
+ "LowestNonStopFare": 388,
1712
+ "DepartureDateTime": "2014-08-19T00:00:00",
1713
+ "ReturnDateTime": "2014-08-24T00:00:00",
1714
+ "Links": [
1715
+ {
1716
+ "rel": "shop",
1717
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-19&returndate=2014-08-24"
1718
+ }
1719
+ ]
1720
+ },
1721
+ {
1722
+ "LowestFare": 388,
1723
+ "CurrencyCode": "USD",
1724
+ "LowestNonStopFare": 388,
1725
+ "DepartureDateTime": "2014-08-20T00:00:00",
1726
+ "ReturnDateTime": "2014-08-25T00:00:00",
1727
+ "Links": [
1728
+ {
1729
+ "rel": "shop",
1730
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-20&returndate=2014-08-25"
1731
+ }
1732
+ ]
1733
+ },
1734
+ {
1735
+ "LowestFare": 388,
1736
+ "CurrencyCode": "USD",
1737
+ "LowestNonStopFare": 388,
1738
+ "DepartureDateTime": "2014-08-21T00:00:00",
1739
+ "ReturnDateTime": "2014-08-26T00:00:00",
1740
+ "Links": [
1741
+ {
1742
+ "rel": "shop",
1743
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-21&returndate=2014-08-26"
1744
+ }
1745
+ ]
1746
+ },
1747
+ {
1748
+ "LowestFare": 388,
1749
+ "CurrencyCode": "USD",
1750
+ "LowestNonStopFare": 388,
1751
+ "DepartureDateTime": "2014-08-22T00:00:00",
1752
+ "ReturnDateTime": "2014-08-27T00:00:00",
1753
+ "Links": [
1754
+ {
1755
+ "rel": "shop",
1756
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-22&returndate=2014-08-27"
1757
+ }
1758
+ ]
1759
+ },
1760
+ {
1761
+ "LowestFare": 388,
1762
+ "CurrencyCode": "USD",
1763
+ "LowestNonStopFare": 388,
1764
+ "DepartureDateTime": "2014-08-23T00:00:00",
1765
+ "ReturnDateTime": "2014-08-28T00:00:00",
1766
+ "Links": [
1767
+ {
1768
+ "rel": "shop",
1769
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-23&returndate=2014-08-28"
1770
+ }
1771
+ ]
1772
+ },
1773
+ {
1774
+ "LowestFare": 406,
1775
+ "CurrencyCode": "USD",
1776
+ "LowestNonStopFare": 406,
1777
+ "DepartureDateTime": "2014-08-24T00:00:00",
1778
+ "ReturnDateTime": "2014-08-29T00:00:00",
1779
+ "Links": [
1780
+ {
1781
+ "rel": "shop",
1782
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-24&returndate=2014-08-29"
1783
+ }
1784
+ ]
1785
+ },
1786
+ {
1787
+ "LowestFare": 388,
1788
+ "CurrencyCode": "USD",
1789
+ "LowestNonStopFare": 388,
1790
+ "DepartureDateTime": "2014-08-25T00:00:00",
1791
+ "ReturnDateTime": "2014-08-30T00:00:00",
1792
+ "Links": [
1793
+ {
1794
+ "rel": "shop",
1795
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-25&returndate=2014-08-30"
1796
+ }
1797
+ ]
1798
+ },
1799
+ {
1800
+ "LowestFare": 388,
1801
+ "CurrencyCode": "USD",
1802
+ "LowestNonStopFare": 388,
1803
+ "DepartureDateTime": "2014-08-26T00:00:00",
1804
+ "ReturnDateTime": "2014-08-31T00:00:00",
1805
+ "Links": [
1806
+ {
1807
+ "rel": "shop",
1808
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-26&returndate=2014-08-31"
1809
+ }
1810
+ ]
1811
+ },
1812
+ {
1813
+ "LowestFare": 388,
1814
+ "CurrencyCode": "USD",
1815
+ "LowestNonStopFare": 388,
1816
+ "DepartureDateTime": "2014-08-27T00:00:00",
1817
+ "ReturnDateTime": "2014-09-01T00:00:00",
1818
+ "Links": [
1819
+ {
1820
+ "rel": "shop",
1821
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-27&returndate=2014-09-01"
1822
+ }
1823
+ ]
1824
+ },
1825
+ {
1826
+ "LowestFare": 388,
1827
+ "CurrencyCode": "USD",
1828
+ "LowestNonStopFare": 388,
1829
+ "DepartureDateTime": "2014-08-28T00:00:00",
1830
+ "ReturnDateTime": "2014-09-02T00:00:00",
1831
+ "Links": [
1832
+ {
1833
+ "rel": "shop",
1834
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-28&returndate=2014-09-02"
1835
+ }
1836
+ ]
1837
+ },
1838
+ {
1839
+ "LowestFare": 388,
1840
+ "CurrencyCode": "USD",
1841
+ "LowestNonStopFare": 388,
1842
+ "DepartureDateTime": "2014-08-29T00:00:00",
1843
+ "ReturnDateTime": "2014-09-03T00:00:00",
1844
+ "Links": [
1845
+ {
1846
+ "rel": "shop",
1847
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-29&returndate=2014-09-03"
1848
+ }
1849
+ ]
1850
+ },
1851
+ {
1852
+ "LowestFare": 387,
1853
+ "CurrencyCode": "USD",
1854
+ "LowestNonStopFare": 388,
1855
+ "DepartureDateTime": "2014-08-30T00:00:00",
1856
+ "ReturnDateTime": "2014-09-04T00:00:00",
1857
+ "Links": [
1858
+ {
1859
+ "rel": "shop",
1860
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-30&returndate=2014-09-04"
1861
+ }
1862
+ ]
1863
+ },
1864
+ {
1865
+ "LowestFare": 388,
1866
+ "CurrencyCode": "USD",
1867
+ "LowestNonStopFare": 388,
1868
+ "DepartureDateTime": "2014-08-31T00:00:00",
1869
+ "ReturnDateTime": "2014-09-05T00:00:00",
1870
+ "Links": [
1871
+ {
1872
+ "rel": "shop",
1873
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-08-31&returndate=2014-09-05"
1874
+ }
1875
+ ]
1876
+ },
1877
+ {
1878
+ "LowestFare": 388,
1879
+ "CurrencyCode": "USD",
1880
+ "LowestNonStopFare": 388,
1881
+ "DepartureDateTime": "2014-09-01T00:00:00",
1882
+ "ReturnDateTime": "2014-09-06T00:00:00",
1883
+ "Links": [
1884
+ {
1885
+ "rel": "shop",
1886
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-01&returndate=2014-09-06"
1887
+ }
1888
+ ]
1889
+ },
1890
+ {
1891
+ "LowestFare": 388,
1892
+ "CurrencyCode": "USD",
1893
+ "LowestNonStopFare": 388,
1894
+ "DepartureDateTime": "2014-09-02T00:00:00",
1895
+ "ReturnDateTime": "2014-09-07T00:00:00",
1896
+ "Links": [
1897
+ {
1898
+ "rel": "shop",
1899
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-02&returndate=2014-09-07"
1900
+ }
1901
+ ]
1902
+ },
1903
+ {
1904
+ "LowestFare": 387,
1905
+ "CurrencyCode": "USD",
1906
+ "LowestNonStopFare": 388,
1907
+ "DepartureDateTime": "2014-09-03T00:00:00",
1908
+ "ReturnDateTime": "2014-09-08T00:00:00",
1909
+ "Links": [
1910
+ {
1911
+ "rel": "shop",
1912
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-03&returndate=2014-09-08"
1913
+ }
1914
+ ]
1915
+ },
1916
+ {
1917
+ "LowestFare": 388,
1918
+ "CurrencyCode": "USD",
1919
+ "LowestNonStopFare": 388,
1920
+ "DepartureDateTime": "2014-09-04T00:00:00",
1921
+ "ReturnDateTime": "2014-09-09T00:00:00",
1922
+ "Links": [
1923
+ {
1924
+ "rel": "shop",
1925
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-04&returndate=2014-09-09"
1926
+ }
1927
+ ]
1928
+ },
1929
+ {
1930
+ "LowestFare": 388,
1931
+ "CurrencyCode": "USD",
1932
+ "LowestNonStopFare": 388,
1933
+ "DepartureDateTime": "2014-09-05T00:00:00",
1934
+ "ReturnDateTime": "2014-09-10T00:00:00",
1935
+ "Links": [
1936
+ {
1937
+ "rel": "shop",
1938
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-05&returndate=2014-09-10"
1939
+ }
1940
+ ]
1941
+ },
1942
+ {
1943
+ "LowestFare": 387,
1944
+ "CurrencyCode": "USD",
1945
+ "LowestNonStopFare": 388,
1946
+ "DepartureDateTime": "2014-09-06T00:00:00",
1947
+ "ReturnDateTime": "2014-09-11T00:00:00",
1948
+ "Links": [
1949
+ {
1950
+ "rel": "shop",
1951
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-06&returndate=2014-09-11"
1952
+ }
1953
+ ]
1954
+ },
1955
+ {
1956
+ "LowestFare": 388,
1957
+ "CurrencyCode": "USD",
1958
+ "LowestNonStopFare": 388,
1959
+ "DepartureDateTime": "2014-09-07T00:00:00",
1960
+ "ReturnDateTime": "2014-09-12T00:00:00",
1961
+ "Links": [
1962
+ {
1963
+ "rel": "shop",
1964
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-07&returndate=2014-09-12"
1965
+ }
1966
+ ]
1967
+ },
1968
+ {
1969
+ "LowestFare": 388,
1970
+ "CurrencyCode": "USD",
1971
+ "LowestNonStopFare": 388,
1972
+ "DepartureDateTime": "2014-09-08T00:00:00",
1973
+ "ReturnDateTime": "2014-09-13T00:00:00",
1974
+ "Links": [
1975
+ {
1976
+ "rel": "shop",
1977
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-08&returndate=2014-09-13"
1978
+ }
1979
+ ]
1980
+ },
1981
+ {
1982
+ "LowestFare": 388,
1983
+ "CurrencyCode": "USD",
1984
+ "LowestNonStopFare": 388,
1985
+ "DepartureDateTime": "2014-09-09T00:00:00",
1986
+ "ReturnDateTime": "2014-09-14T00:00:00",
1987
+ "Links": [
1988
+ {
1989
+ "rel": "shop",
1990
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-09&returndate=2014-09-14"
1991
+ }
1992
+ ]
1993
+ },
1994
+ {
1995
+ "LowestFare": 388,
1996
+ "CurrencyCode": "USD",
1997
+ "LowestNonStopFare": 388,
1998
+ "DepartureDateTime": "2014-09-10T00:00:00",
1999
+ "ReturnDateTime": "2014-09-15T00:00:00",
2000
+ "Links": [
2001
+ {
2002
+ "rel": "shop",
2003
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-10&returndate=2014-09-15"
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "LowestFare": 387,
2009
+ "CurrencyCode": "USD",
2010
+ "LowestNonStopFare": 388,
2011
+ "DepartureDateTime": "2014-09-11T00:00:00",
2012
+ "ReturnDateTime": "2014-09-16T00:00:00",
2013
+ "Links": [
2014
+ {
2015
+ "rel": "shop",
2016
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-11&returndate=2014-09-16"
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "LowestFare": 388,
2022
+ "CurrencyCode": "USD",
2023
+ "LowestNonStopFare": 388,
2024
+ "DepartureDateTime": "2014-09-12T00:00:00",
2025
+ "ReturnDateTime": "2014-09-17T00:00:00",
2026
+ "Links": [
2027
+ {
2028
+ "rel": "shop",
2029
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-12&returndate=2014-09-17"
2030
+ }
2031
+ ]
2032
+ },
2033
+ {
2034
+ "LowestFare": 388,
2035
+ "CurrencyCode": "USD",
2036
+ "LowestNonStopFare": 388,
2037
+ "DepartureDateTime": "2014-09-13T00:00:00",
2038
+ "ReturnDateTime": "2014-09-18T00:00:00",
2039
+ "Links": [
2040
+ {
2041
+ "rel": "shop",
2042
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-13&returndate=2014-09-18"
2043
+ }
2044
+ ]
2045
+ },
2046
+ {
2047
+ "LowestFare": 388,
2048
+ "CurrencyCode": "USD",
2049
+ "LowestNonStopFare": 388,
2050
+ "DepartureDateTime": "2014-09-14T00:00:00",
2051
+ "ReturnDateTime": "2014-09-19T00:00:00",
2052
+ "Links": [
2053
+ {
2054
+ "rel": "shop",
2055
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-14&returndate=2014-09-19"
2056
+ }
2057
+ ]
2058
+ },
2059
+ {
2060
+ "LowestFare": 381.5,
2061
+ "CurrencyCode": "USD",
2062
+ "LowestNonStopFare": 382,
2063
+ "DepartureDateTime": "2014-09-15T00:00:00",
2064
+ "ReturnDateTime": "2014-09-20T00:00:00",
2065
+ "Links": [
2066
+ {
2067
+ "rel": "shop",
2068
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-15&returndate=2014-09-20"
2069
+ }
2070
+ ]
2071
+ },
2072
+ {
2073
+ "LowestFare": 381.5,
2074
+ "CurrencyCode": "USD",
2075
+ "LowestNonStopFare": 382,
2076
+ "DepartureDateTime": "2014-09-16T00:00:00",
2077
+ "ReturnDateTime": "2014-09-21T00:00:00",
2078
+ "Links": [
2079
+ {
2080
+ "rel": "shop",
2081
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-16&returndate=2014-09-21"
2082
+ }
2083
+ ]
2084
+ },
2085
+ {
2086
+ "LowestFare": 388,
2087
+ "CurrencyCode": "USD",
2088
+ "LowestNonStopFare": 388,
2089
+ "DepartureDateTime": "2014-09-17T00:00:00",
2090
+ "ReturnDateTime": "2014-09-22T00:00:00",
2091
+ "Links": [
2092
+ {
2093
+ "rel": "shop",
2094
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-17&returndate=2014-09-22"
2095
+ }
2096
+ ]
2097
+ },
2098
+ {
2099
+ "LowestFare": 388,
2100
+ "CurrencyCode": "USD",
2101
+ "LowestNonStopFare": 388,
2102
+ "DepartureDateTime": "2014-09-18T00:00:00",
2103
+ "ReturnDateTime": "2014-09-23T00:00:00",
2104
+ "Links": [
2105
+ {
2106
+ "rel": "shop",
2107
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-18&returndate=2014-09-23"
2108
+ }
2109
+ ]
2110
+ },
2111
+ {
2112
+ "LowestFare": 388,
2113
+ "CurrencyCode": "USD",
2114
+ "LowestNonStopFare": 388,
2115
+ "DepartureDateTime": "2014-09-19T00:00:00",
2116
+ "ReturnDateTime": "2014-09-24T00:00:00",
2117
+ "Links": [
2118
+ {
2119
+ "rel": "shop",
2120
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-19&returndate=2014-09-24"
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "LowestFare": 388,
2126
+ "CurrencyCode": "USD",
2127
+ "LowestNonStopFare": 388,
2128
+ "DepartureDateTime": "2014-09-20T00:00:00",
2129
+ "ReturnDateTime": "2014-09-25T00:00:00",
2130
+ "Links": [
2131
+ {
2132
+ "rel": "shop",
2133
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-20&returndate=2014-09-25"
2134
+ }
2135
+ ]
2136
+ },
2137
+ {
2138
+ "LowestFare": 388,
2139
+ "CurrencyCode": "USD",
2140
+ "LowestNonStopFare": 388,
2141
+ "DepartureDateTime": "2014-09-21T00:00:00",
2142
+ "ReturnDateTime": "2014-09-26T00:00:00",
2143
+ "Links": [
2144
+ {
2145
+ "rel": "shop",
2146
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-21&returndate=2014-09-26"
2147
+ }
2148
+ ]
2149
+ },
2150
+ {
2151
+ "LowestFare": 388,
2152
+ "CurrencyCode": "USD",
2153
+ "LowestNonStopFare": 388,
2154
+ "DepartureDateTime": "2014-09-22T00:00:00",
2155
+ "ReturnDateTime": "2014-09-27T00:00:00",
2156
+ "Links": [
2157
+ {
2158
+ "rel": "shop",
2159
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-22&returndate=2014-09-27"
2160
+ }
2161
+ ]
2162
+ },
2163
+ {
2164
+ "LowestFare": 388,
2165
+ "CurrencyCode": "USD",
2166
+ "LowestNonStopFare": 388,
2167
+ "DepartureDateTime": "2014-09-23T00:00:00",
2168
+ "ReturnDateTime": "2014-09-28T00:00:00",
2169
+ "Links": [
2170
+ {
2171
+ "rel": "shop",
2172
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-23&returndate=2014-09-28"
2173
+ }
2174
+ ]
2175
+ },
2176
+ {
2177
+ "LowestFare": 388,
2178
+ "CurrencyCode": "USD",
2179
+ "LowestNonStopFare": 388,
2180
+ "DepartureDateTime": "2014-09-24T00:00:00",
2181
+ "ReturnDateTime": "2014-09-29T00:00:00",
2182
+ "Links": [
2183
+ {
2184
+ "rel": "shop",
2185
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-24&returndate=2014-09-29"
2186
+ }
2187
+ ]
2188
+ },
2189
+ {
2190
+ "LowestFare": 388,
2191
+ "CurrencyCode": "USD",
2192
+ "LowestNonStopFare": 388,
2193
+ "DepartureDateTime": "2014-09-25T00:00:00",
2194
+ "ReturnDateTime": "2014-09-30T00:00:00",
2195
+ "Links": [
2196
+ {
2197
+ "rel": "shop",
2198
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-25&returndate=2014-09-30"
2199
+ }
2200
+ ]
2201
+ },
2202
+ {
2203
+ "LowestFare": 388,
2204
+ "CurrencyCode": "USD",
2205
+ "LowestNonStopFare": 388,
2206
+ "DepartureDateTime": "2014-09-26T00:00:00",
2207
+ "ReturnDateTime": "2014-10-01T00:00:00",
2208
+ "Links": [
2209
+ {
2210
+ "rel": "shop",
2211
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-26&returndate=2014-10-01"
2212
+ }
2213
+ ]
2214
+ },
2215
+ {
2216
+ "LowestFare": 388,
2217
+ "CurrencyCode": "USD",
2218
+ "LowestNonStopFare": 388,
2219
+ "DepartureDateTime": "2014-09-27T00:00:00",
2220
+ "ReturnDateTime": "2014-10-02T00:00:00",
2221
+ "Links": [
2222
+ {
2223
+ "rel": "shop",
2224
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-27&returndate=2014-10-02"
2225
+ }
2226
+ ]
2227
+ },
2228
+ {
2229
+ "LowestFare": 388,
2230
+ "CurrencyCode": "USD",
2231
+ "LowestNonStopFare": 388,
2232
+ "DepartureDateTime": "2014-09-28T00:00:00",
2233
+ "ReturnDateTime": "2014-10-03T00:00:00",
2234
+ "Links": [
2235
+ {
2236
+ "rel": "shop",
2237
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-28&returndate=2014-10-03"
2238
+ }
2239
+ ]
2240
+ },
2241
+ {
2242
+ "LowestFare": 388,
2243
+ "CurrencyCode": "USD",
2244
+ "LowestNonStopFare": 388,
2245
+ "DepartureDateTime": "2014-09-29T00:00:00",
2246
+ "ReturnDateTime": "2014-10-04T00:00:00",
2247
+ "Links": [
2248
+ {
2249
+ "rel": "shop",
2250
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-29&returndate=2014-10-04"
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "LowestFare": 387,
2256
+ "CurrencyCode": "USD",
2257
+ "LowestNonStopFare": 388,
2258
+ "DepartureDateTime": "2014-09-30T00:00:00",
2259
+ "ReturnDateTime": "2014-10-05T00:00:00",
2260
+ "Links": [
2261
+ {
2262
+ "rel": "shop",
2263
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-09-30&returndate=2014-10-05"
2264
+ }
2265
+ ]
2266
+ },
2267
+ {
2268
+ "LowestFare": 388,
2269
+ "CurrencyCode": "USD",
2270
+ "LowestNonStopFare": 388,
2271
+ "DepartureDateTime": "2014-10-01T00:00:00",
2272
+ "ReturnDateTime": "2014-10-06T00:00:00",
2273
+ "Links": [
2274
+ {
2275
+ "rel": "shop",
2276
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-01&returndate=2014-10-06"
2277
+ }
2278
+ ]
2279
+ },
2280
+ {
2281
+ "LowestFare": 388,
2282
+ "CurrencyCode": "USD",
2283
+ "LowestNonStopFare": 388,
2284
+ "DepartureDateTime": "2014-10-02T00:00:00",
2285
+ "ReturnDateTime": "2014-10-07T00:00:00",
2286
+ "Links": [
2287
+ {
2288
+ "rel": "shop",
2289
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-02&returndate=2014-10-07"
2290
+ }
2291
+ ]
2292
+ },
2293
+ {
2294
+ "LowestFare": 388,
2295
+ "CurrencyCode": "USD",
2296
+ "LowestNonStopFare": 388,
2297
+ "DepartureDateTime": "2014-10-03T00:00:00",
2298
+ "ReturnDateTime": "2014-10-08T00:00:00",
2299
+ "Links": [
2300
+ {
2301
+ "rel": "shop",
2302
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-03&returndate=2014-10-08"
2303
+ }
2304
+ ]
2305
+ },
2306
+ {
2307
+ "LowestFare": 388,
2308
+ "CurrencyCode": "USD",
2309
+ "LowestNonStopFare": 388,
2310
+ "DepartureDateTime": "2014-10-04T00:00:00",
2311
+ "ReturnDateTime": "2014-10-09T00:00:00",
2312
+ "Links": [
2313
+ {
2314
+ "rel": "shop",
2315
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-04&returndate=2014-10-09"
2316
+ }
2317
+ ]
2318
+ },
2319
+ {
2320
+ "LowestFare": 388,
2321
+ "CurrencyCode": "USD",
2322
+ "LowestNonStopFare": 388,
2323
+ "DepartureDateTime": "2014-10-05T00:00:00",
2324
+ "ReturnDateTime": "2014-10-10T00:00:00",
2325
+ "Links": [
2326
+ {
2327
+ "rel": "shop",
2328
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-05&returndate=2014-10-10"
2329
+ }
2330
+ ]
2331
+ },
2332
+ {
2333
+ "LowestFare": 388,
2334
+ "CurrencyCode": "USD",
2335
+ "LowestNonStopFare": 388,
2336
+ "DepartureDateTime": "2014-10-06T00:00:00",
2337
+ "ReturnDateTime": "2014-10-11T00:00:00",
2338
+ "Links": [
2339
+ {
2340
+ "rel": "shop",
2341
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-06&returndate=2014-10-11"
2342
+ }
2343
+ ]
2344
+ },
2345
+ {
2346
+ "LowestFare": 388,
2347
+ "CurrencyCode": "USD",
2348
+ "LowestNonStopFare": 388,
2349
+ "DepartureDateTime": "2014-10-07T00:00:00",
2350
+ "ReturnDateTime": "2014-10-12T00:00:00",
2351
+ "Links": [
2352
+ {
2353
+ "rel": "shop",
2354
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-07&returndate=2014-10-12"
2355
+ }
2356
+ ]
2357
+ },
2358
+ {
2359
+ "LowestFare": 388,
2360
+ "CurrencyCode": "USD",
2361
+ "LowestNonStopFare": 388,
2362
+ "DepartureDateTime": "2014-10-08T00:00:00",
2363
+ "ReturnDateTime": "2014-10-13T00:00:00",
2364
+ "Links": [
2365
+ {
2366
+ "rel": "shop",
2367
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-08&returndate=2014-10-13"
2368
+ }
2369
+ ]
2370
+ },
2371
+ {
2372
+ "LowestFare": 388,
2373
+ "CurrencyCode": "USD",
2374
+ "LowestNonStopFare": 388,
2375
+ "DepartureDateTime": "2014-10-09T00:00:00",
2376
+ "ReturnDateTime": "2014-10-14T00:00:00",
2377
+ "Links": [
2378
+ {
2379
+ "rel": "shop",
2380
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-09&returndate=2014-10-14"
2381
+ }
2382
+ ]
2383
+ },
2384
+ {
2385
+ "LowestFare": 388,
2386
+ "CurrencyCode": "USD",
2387
+ "LowestNonStopFare": 388,
2388
+ "DepartureDateTime": "2014-10-10T00:00:00",
2389
+ "ReturnDateTime": "2014-10-15T00:00:00",
2390
+ "Links": [
2391
+ {
2392
+ "rel": "shop",
2393
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-10&returndate=2014-10-15"
2394
+ }
2395
+ ]
2396
+ },
2397
+ {
2398
+ "LowestFare": 388,
2399
+ "CurrencyCode": "USD",
2400
+ "LowestNonStopFare": 388,
2401
+ "DepartureDateTime": "2014-10-11T00:00:00",
2402
+ "ReturnDateTime": "2014-10-16T00:00:00",
2403
+ "Links": [
2404
+ {
2405
+ "rel": "shop",
2406
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-11&returndate=2014-10-16"
2407
+ }
2408
+ ]
2409
+ },
2410
+ {
2411
+ "LowestFare": 388,
2412
+ "CurrencyCode": "USD",
2413
+ "LowestNonStopFare": 388,
2414
+ "DepartureDateTime": "2014-10-12T00:00:00",
2415
+ "ReturnDateTime": "2014-10-17T00:00:00",
2416
+ "Links": [
2417
+ {
2418
+ "rel": "shop",
2419
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-12&returndate=2014-10-17"
2420
+ }
2421
+ ]
2422
+ },
2423
+ {
2424
+ "LowestFare": 388,
2425
+ "CurrencyCode": "USD",
2426
+ "LowestNonStopFare": 388,
2427
+ "DepartureDateTime": "2014-10-13T00:00:00",
2428
+ "ReturnDateTime": "2014-10-18T00:00:00",
2429
+ "Links": [
2430
+ {
2431
+ "rel": "shop",
2432
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-13&returndate=2014-10-18"
2433
+ }
2434
+ ]
2435
+ },
2436
+ {
2437
+ "LowestFare": 388,
2438
+ "CurrencyCode": "USD",
2439
+ "LowestNonStopFare": 388,
2440
+ "DepartureDateTime": "2014-10-14T00:00:00",
2441
+ "ReturnDateTime": "2014-10-19T00:00:00",
2442
+ "Links": [
2443
+ {
2444
+ "rel": "shop",
2445
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-14&returndate=2014-10-19"
2446
+ }
2447
+ ]
2448
+ },
2449
+ {
2450
+ "LowestFare": 388,
2451
+ "CurrencyCode": "USD",
2452
+ "LowestNonStopFare": 388,
2453
+ "DepartureDateTime": "2014-10-15T00:00:00",
2454
+ "ReturnDateTime": "2014-10-20T00:00:00",
2455
+ "Links": [
2456
+ {
2457
+ "rel": "shop",
2458
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-15&returndate=2014-10-20"
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "LowestFare": 388,
2464
+ "CurrencyCode": "USD",
2465
+ "LowestNonStopFare": 388,
2466
+ "DepartureDateTime": "2014-10-16T00:00:00",
2467
+ "ReturnDateTime": "2014-10-21T00:00:00",
2468
+ "Links": [
2469
+ {
2470
+ "rel": "shop",
2471
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-16&returndate=2014-10-21"
2472
+ }
2473
+ ]
2474
+ },
2475
+ {
2476
+ "LowestFare": 388,
2477
+ "CurrencyCode": "USD",
2478
+ "LowestNonStopFare": 388,
2479
+ "DepartureDateTime": "2014-10-17T00:00:00",
2480
+ "ReturnDateTime": "2014-10-22T00:00:00",
2481
+ "Links": [
2482
+ {
2483
+ "rel": "shop",
2484
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-17&returndate=2014-10-22"
2485
+ }
2486
+ ]
2487
+ },
2488
+ {
2489
+ "LowestFare": 388,
2490
+ "CurrencyCode": "USD",
2491
+ "LowestNonStopFare": 388,
2492
+ "DepartureDateTime": "2014-10-18T00:00:00",
2493
+ "ReturnDateTime": "2014-10-23T00:00:00",
2494
+ "Links": [
2495
+ {
2496
+ "rel": "shop",
2497
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-18&returndate=2014-10-23"
2498
+ }
2499
+ ]
2500
+ },
2501
+ {
2502
+ "LowestFare": 388,
2503
+ "CurrencyCode": "USD",
2504
+ "LowestNonStopFare": 388,
2505
+ "DepartureDateTime": "2014-10-19T00:00:00",
2506
+ "ReturnDateTime": "2014-10-24T00:00:00",
2507
+ "Links": [
2508
+ {
2509
+ "rel": "shop",
2510
+ "href": "https://api.test.sabre.com/v1/shop/flights?origin=JFK&destination=LAX&departuredate=2014-10-19&returndate=2014-10-24"
2511
+ }
2512
+ ]
2513
+ }
2514
+ ],
2515
+ "Links": [
2516
+ {
2517
+ "rel": "self",
2518
+ "href": "https://api.test.sabre.com/v1/shop/flights/fares?origin=JFK&destination=LAX&lengthofstay=5"
2519
+ },
2520
+ {
2521
+ "rel": "linkTemplate",
2522
+ "href": "https://api.test.sabre.com/v1/shop/flights/fares?origin=<origin>&destination=<destination>&lengthofstay=<lengthofstay>&departuredate=<departuredate>&minfare=<minfare>&maxfare=<maxfare>"
2523
+ }
2524
+ ]
2525
+ }