ndb-ruby 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +7 -0
  2. data/.codeclimate.yml +11 -0
  3. data/.gitignore +9 -0
  4. data/.rubocop.yml +1055 -0
  5. data/.travis.yml +4 -0
  6. data/CODE_OF_CONDUCT.md +13 -0
  7. data/Gemfile +4 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +80 -0
  10. data/Rakefile +4 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +7 -0
  13. data/lib/ndb-ruby.rb +41 -0
  14. data/lib/ndb/food_report.rb +13 -0
  15. data/lib/ndb/list.rb +21 -0
  16. data/lib/ndb/nutrient_report.rb +21 -0
  17. data/lib/ndb/search.rb +24 -0
  18. data/lib/ndb/version.rb +3 -0
  19. data/ndb-ruby.gemspec +32 -0
  20. data/spec/fixtures/vcr_cassettes/food_report_ndbno.yml +766 -0
  21. data/spec/fixtures/vcr_cassettes/food_report_type.yml +1278 -0
  22. data/spec/fixtures/vcr_cassettes/list_max.yml +574 -0
  23. data/spec/fixtures/vcr_cassettes/list_offset.yml +324 -0
  24. data/spec/fixtures/vcr_cassettes/list_sort.yml +324 -0
  25. data/spec/fixtures/vcr_cassettes/list_type.yml +324 -0
  26. data/spec/fixtures/vcr_cassettes/nutrient_report_food_group.yml +829 -0
  27. data/spec/fixtures/vcr_cassettes/nutrient_report_max.yml +1576 -0
  28. data/spec/fixtures/vcr_cassettes/nutrient_report_ndbno.yml +89 -0
  29. data/spec/fixtures/vcr_cassettes/nutrient_report_nutrients.yml +824 -0
  30. data/spec/fixtures/vcr_cassettes/nutrient_report_offset.yml +824 -0
  31. data/spec/fixtures/vcr_cassettes/nutrient_report_subset.yml +826 -0
  32. data/spec/fixtures/vcr_cassettes/search_all_foods.yml +375 -0
  33. data/spec/fixtures/vcr_cassettes/search_food_group.yml +375 -0
  34. data/spec/fixtures/vcr_cassettes/search_max_rows.yml +675 -0
  35. data/spec/fixtures/vcr_cassettes/search_query.yml +375 -0
  36. data/spec/fixtures/vcr_cassettes/search_sort_name.yml +213 -0
  37. data/spec/ndb/food_report_spec.rb +19 -0
  38. data/spec/ndb/list_spec.rb +33 -0
  39. data/spec/ndb/nutrient_report_spec.rb +49 -0
  40. data/spec/ndb/search_spec.rb +59 -0
  41. data/spec/ndb_spec.rb +13 -0
  42. data/spec/spec_helper.rb +21 -0
  43. metadata +211 -0
@@ -0,0 +1,1576 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.nal.usda.gov/ndb/nutrients?api_key=DEMO_KEY&format=JSON&fq=&max=100&nutrients=205&offset=0&sort=f&subset=0
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.1
12
+ Accept-Encoding:
13
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
+ Accept:
15
+ - "*/*"
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Accept-Ranges:
22
+ - bytes
23
+ Access-Control-Allow-Credentials:
24
+ - 'true'
25
+ Access-Control-Allow-Headers:
26
+ - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type
27
+ Access-Control-Allow-Methods:
28
+ - GET, POST, OPTIONS
29
+ Access-Control-Allow-Origin:
30
+ - "*"
31
+ Age:
32
+ - '0'
33
+ Content-Type:
34
+ - application/json;charset=UTF-8
35
+ Date:
36
+ - Sun, 27 Sep 2015 01:08:01 GMT
37
+ Location:
38
+ - ''
39
+ Server:
40
+ - nginx
41
+ Set-Cookie:
42
+ - BIGipServerndb-pool=265882378.20480.0000; path=/
43
+ Vary:
44
+ - Accept-Encoding
45
+ Via:
46
+ - 1.1 varnish-v4
47
+ X-Cache:
48
+ - MISS
49
+ X-Ratelimit-Limit:
50
+ - '1000'
51
+ X-Ratelimit-Remaining:
52
+ - '970'
53
+ X-Varnish:
54
+ - '21984624'
55
+ Transfer-Encoding:
56
+ - chunked
57
+ Connection:
58
+ - keep-alive
59
+ body:
60
+ encoding: ASCII-8BIT
61
+ string: |-
62
+ {
63
+ "report": {
64
+ "sr": "27",
65
+ "groups": "All groups",
66
+ "subset": "All foods",
67
+ "end": 100,
68
+ "start": 0,
69
+ "total": 8372,
70
+ "foods": [
71
+ {
72
+ "ndbno": "09427",
73
+ "name": "Abiyuch, raw",
74
+ "weight": 114.0,
75
+ "measure": "0.5 cup",
76
+ "nutrients": [
77
+ {
78
+ "nutrient_id": "205",
79
+ "nutrient": "Carbohydrate, by difference",
80
+ "unit": "g",
81
+ "value": "20.06",
82
+ "gm": 17.6
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "ndbno": "09002",
88
+ "name": "Acerola juice, raw",
89
+ "weight": 242.0,
90
+ "measure": "1.0 cup",
91
+ "nutrients": [
92
+ {
93
+ "nutrient_id": "205",
94
+ "nutrient": "Carbohydrate, by difference",
95
+ "unit": "g",
96
+ "value": "11.62",
97
+ "gm": 4.8
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "ndbno": "09001",
103
+ "name": "Acerola, (west indian cherry), raw",
104
+ "weight": 98.0,
105
+ "measure": "1.0 cup",
106
+ "nutrients": [
107
+ {
108
+ "nutrient_id": "205",
109
+ "nutrient": "Carbohydrate, by difference",
110
+ "unit": "g",
111
+ "value": "7.54",
112
+ "gm": 7.69
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "ndbno": "14006",
118
+ "name": "Alcoholic beverage, beer, light",
119
+ "weight": 29.5,
120
+ "measure": "1.0 fl oz",
121
+ "nutrients": [
122
+ {
123
+ "nutrient_id": "205",
124
+ "nutrient": "Carbohydrate, by difference",
125
+ "unit": "g",
126
+ "value": "0.48",
127
+ "gm": 1.64
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "ndbno": "14007",
133
+ "name": "Alcoholic beverage, beer, light, BUD LIGHT",
134
+ "weight": 29.5,
135
+ "measure": "1.0 fl oz",
136
+ "nutrients": [
137
+ {
138
+ "nutrient_id": "205",
139
+ "nutrient": "Carbohydrate, by difference",
140
+ "unit": "g",
141
+ "value": "0.38",
142
+ "gm": 1.3
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "ndbno": "14005",
148
+ "name": "Alcoholic beverage, beer, light, BUDWEISER SELECT",
149
+ "weight": 30.0,
150
+ "measure": "1.0 fluid ounce",
151
+ "nutrients": [
152
+ {
153
+ "nutrient_id": "205",
154
+ "nutrient": "Carbohydrate, by difference",
155
+ "unit": "g",
156
+ "value": "0.26",
157
+ "gm": 0.87
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "ndbno": "14013",
163
+ "name": "Alcoholic beverage, beer, light, MICHELOB ULTRA",
164
+ "weight": 29.5,
165
+ "measure": "1.0 fl oz",
166
+ "nutrients": [
167
+ {
168
+ "nutrient_id": "205",
169
+ "nutrient": "Carbohydrate, by difference",
170
+ "unit": "g",
171
+ "value": "0.22",
172
+ "gm": 0.73
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "ndbno": "14003",
178
+ "name": "Alcoholic beverage, beer, regular, all",
179
+ "weight": 29.7,
180
+ "measure": "1.0 fl oz",
181
+ "nutrients": [
182
+ {
183
+ "nutrient_id": "205",
184
+ "nutrient": "Carbohydrate, by difference",
185
+ "unit": "g",
186
+ "value": "1.05",
187
+ "gm": 3.55
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "ndbno": "14004",
193
+ "name": "Alcoholic beverage, beer, regular, BUDWEISER",
194
+ "weight": 29.8,
195
+ "measure": "1.0 fl oz",
196
+ "nutrients": [
197
+ {
198
+ "nutrient_id": "205",
199
+ "nutrient": "Carbohydrate, by difference",
200
+ "unit": "g",
201
+ "value": "0.89",
202
+ "gm": 2.97
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "ndbno": "14034",
208
+ "name": "Alcoholic beverage, creme de menthe, 72 proof",
209
+ "weight": 33.6,
210
+ "measure": "1.0 fl oz",
211
+ "nutrients": [
212
+ {
213
+ "nutrient_id": "205",
214
+ "nutrient": "Carbohydrate, by difference",
215
+ "unit": "g",
216
+ "value": "13.98",
217
+ "gm": 41.6
218
+ }
219
+ ]
220
+ },
221
+ {
222
+ "ndbno": "14009",
223
+ "name": "Alcoholic beverage, daiquiri, canned",
224
+ "weight": 30.5,
225
+ "measure": "1.0 fl oz",
226
+ "nutrients": [
227
+ {
228
+ "nutrient_id": "205",
229
+ "nutrient": "Carbohydrate, by difference",
230
+ "unit": "g",
231
+ "value": "4.79",
232
+ "gm": 15.7
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "ndbno": "14010",
238
+ "name": "Alcoholic beverage, daiquiri, prepared-from-recipe",
239
+ "weight": 30.2,
240
+ "measure": "1.0 fl oz",
241
+ "nutrients": [
242
+ {
243
+ "nutrient_id": "205",
244
+ "nutrient": "Carbohydrate, by difference",
245
+ "unit": "g",
246
+ "value": "2.10",
247
+ "gm": 6.94
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "ndbno": "14533",
253
+ "name": "Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 100 proof",
254
+ "weight": 27.8,
255
+ "measure": "1.0 fl oz",
256
+ "nutrients": [
257
+ {
258
+ "nutrient_id": "205",
259
+ "nutrient": "Carbohydrate, by difference",
260
+ "unit": "g",
261
+ "value": "0.00",
262
+ "gm": 0.0
263
+ }
264
+ ]
265
+ },
266
+ {
267
+ "ndbno": "14037",
268
+ "name": "Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 80 proof",
269
+ "weight": 27.8,
270
+ "measure": "1.0 fl oz",
271
+ "nutrients": [
272
+ {
273
+ "nutrient_id": "205",
274
+ "nutrient": "Carbohydrate, by difference",
275
+ "unit": "g",
276
+ "value": "0.00",
277
+ "gm": 0.0
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "ndbno": "14550",
283
+ "name": "Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 86 proof",
284
+ "weight": 27.8,
285
+ "measure": "1.0 fl oz",
286
+ "nutrients": [
287
+ {
288
+ "nutrient_id": "205",
289
+ "nutrient": "Carbohydrate, by difference",
290
+ "unit": "g",
291
+ "value": "0.03",
292
+ "gm": 0.1
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "ndbno": "14551",
298
+ "name": "Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 90 proof",
299
+ "weight": 27.8,
300
+ "measure": "1.0 fl oz",
301
+ "nutrients": [
302
+ {
303
+ "nutrient_id": "205",
304
+ "nutrient": "Carbohydrate, by difference",
305
+ "unit": "g",
306
+ "value": "0.00",
307
+ "gm": 0.0
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "ndbno": "14532",
313
+ "name": "Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 94 proof",
314
+ "weight": 27.8,
315
+ "measure": "1.0 fl oz",
316
+ "nutrients": [
317
+ {
318
+ "nutrient_id": "205",
319
+ "nutrient": "Carbohydrate, by difference",
320
+ "unit": "g",
321
+ "value": "0.00",
322
+ "gm": 0.0
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "ndbno": "14049",
328
+ "name": "Alcoholic beverage, distilled, gin, 90 proof",
329
+ "weight": 27.8,
330
+ "measure": "1.0 fl oz",
331
+ "nutrients": [
332
+ {
333
+ "nutrient_id": "205",
334
+ "nutrient": "Carbohydrate, by difference",
335
+ "unit": "g",
336
+ "value": "0.00",
337
+ "gm": 0.0
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "ndbno": "14050",
343
+ "name": "Alcoholic beverage, distilled, rum, 80 proof",
344
+ "weight": 27.8,
345
+ "measure": "1.0 fl oz",
346
+ "nutrients": [
347
+ {
348
+ "nutrient_id": "205",
349
+ "nutrient": "Carbohydrate, by difference",
350
+ "unit": "g",
351
+ "value": "0.00",
352
+ "gm": 0.0
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "ndbno": "14051",
358
+ "name": "Alcoholic beverage, distilled, vodka, 80 proof",
359
+ "weight": 27.8,
360
+ "measure": "1.0 fl oz",
361
+ "nutrients": [
362
+ {
363
+ "nutrient_id": "205",
364
+ "nutrient": "Carbohydrate, by difference",
365
+ "unit": "g",
366
+ "value": "0.00",
367
+ "gm": 0.0
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "ndbno": "14052",
373
+ "name": "Alcoholic beverage, distilled, whiskey, 86 proof",
374
+ "weight": 27.8,
375
+ "measure": "1.0 fl oz",
376
+ "nutrients": [
377
+ {
378
+ "nutrient_id": "205",
379
+ "nutrient": "Carbohydrate, by difference",
380
+ "unit": "g",
381
+ "value": "0.03",
382
+ "gm": 0.1
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "ndbno": "14415",
388
+ "name": "Alcoholic beverage, liqueur, coffee with cream, 34 proof",
389
+ "weight": 31.1,
390
+ "measure": "1.0 fl oz",
391
+ "nutrients": [
392
+ {
393
+ "nutrient_id": "205",
394
+ "nutrient": "Carbohydrate, by difference",
395
+ "unit": "g",
396
+ "value": "6.50",
397
+ "gm": 20.9
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "ndbno": "14414",
403
+ "name": "Alcoholic beverage, liqueur, coffee, 53 proof",
404
+ "weight": 34.8,
405
+ "measure": "1.0 fl oz",
406
+ "nutrients": [
407
+ {
408
+ "nutrient_id": "205",
409
+ "nutrient": "Carbohydrate, by difference",
410
+ "unit": "g",
411
+ "value": "16.29",
412
+ "gm": 46.8
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "ndbno": "14534",
418
+ "name": "Alcoholic beverage, liqueur, coffee, 63 proof",
419
+ "weight": 34.8,
420
+ "measure": "1.0 fl oz",
421
+ "nutrients": [
422
+ {
423
+ "nutrient_id": "205",
424
+ "nutrient": "Carbohydrate, by difference",
425
+ "unit": "g",
426
+ "value": "11.21",
427
+ "gm": 32.2
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "ndbno": "14015",
433
+ "name": "Alcoholic beverage, pina colada, canned",
434
+ "weight": 32.6,
435
+ "measure": "1.0 fl oz",
436
+ "nutrients": [
437
+ {
438
+ "nutrient_id": "205",
439
+ "nutrient": "Carbohydrate, by difference",
440
+ "unit": "g",
441
+ "value": "9.00",
442
+ "gm": 27.6
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "ndbno": "14017",
448
+ "name": "Alcoholic beverage, pina colada, prepared-from-recipe",
449
+ "weight": 31.4,
450
+ "measure": "1.0 fl oz",
451
+ "nutrients": [
452
+ {
453
+ "nutrient_id": "205",
454
+ "nutrient": "Carbohydrate, by difference",
455
+ "unit": "g",
456
+ "value": "7.12",
457
+ "gm": 22.66
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "ndbno": "43479",
463
+ "name": "Alcoholic beverage, rice (sake)",
464
+ "weight": 29.1,
465
+ "measure": "1.0 fl oz",
466
+ "nutrients": [
467
+ {
468
+ "nutrient_id": "205",
469
+ "nutrient": "Carbohydrate, by difference",
470
+ "unit": "g",
471
+ "value": "1.46",
472
+ "gm": 5.0
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "ndbno": "14019",
478
+ "name": "Alcoholic beverage, tequila sunrise, canned",
479
+ "weight": 31.1,
480
+ "measure": "1.0 fl oz",
481
+ "nutrients": [
482
+ {
483
+ "nutrient_id": "205",
484
+ "nutrient": "Carbohydrate, by difference",
485
+ "unit": "g",
486
+ "value": "3.51",
487
+ "gm": 11.3
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "ndbno": "14027",
493
+ "name": "Alcoholic beverage, whiskey sour, canned",
494
+ "weight": 30.8,
495
+ "measure": "1.0 fl oz",
496
+ "nutrients": [
497
+ {
498
+ "nutrient_id": "205",
499
+ "nutrient": "Carbohydrate, by difference",
500
+ "unit": "g",
501
+ "value": "4.13",
502
+ "gm": 13.4
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ "ndbno": "14029",
508
+ "name": "Alcoholic beverage, whiskey sour, prepared from item 14028",
509
+ "weight": 30.4,
510
+ "measure": "1.0 fl oz",
511
+ "nutrients": [
512
+ {
513
+ "nutrient_id": "205",
514
+ "nutrient": "Carbohydrate, by difference",
515
+ "unit": "g",
516
+ "value": "3.90",
517
+ "gm": 12.82
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "ndbno": "14025",
523
+ "name": "Alcoholic beverage, whiskey sour, prepared with water, whiskey and powder mix",
524
+ "weight": 29.4,
525
+ "measure": "1.0 fl oz",
526
+ "nutrients": [
527
+ {
528
+ "nutrient_id": "205",
529
+ "nutrient": "Carbohydrate, by difference",
530
+ "unit": "g",
531
+ "value": "4.66",
532
+ "gm": 15.85
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "ndbno": "43154",
538
+ "name": "Alcoholic beverage, wine, cooking",
539
+ "weight": 4.9,
540
+ "measure": "1.0 tsp",
541
+ "nutrients": [
542
+ {
543
+ "nutrient_id": "205",
544
+ "nutrient": "Carbohydrate, by difference",
545
+ "unit": "g",
546
+ "value": "0.31",
547
+ "gm": 6.3
548
+ }
549
+ ]
550
+ },
551
+ {
552
+ "ndbno": "14536",
553
+ "name": "Alcoholic beverage, wine, dessert, dry",
554
+ "weight": 29.5,
555
+ "measure": "1.0 fl oz",
556
+ "nutrients": [
557
+ {
558
+ "nutrient_id": "205",
559
+ "nutrient": "Carbohydrate, by difference",
560
+ "unit": "g",
561
+ "value": "3.44",
562
+ "gm": 11.67
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "ndbno": "14057",
568
+ "name": "Alcoholic beverage, wine, dessert, sweet",
569
+ "weight": 29.5,
570
+ "measure": "1.0 fl oz",
571
+ "nutrients": [
572
+ {
573
+ "nutrient_id": "205",
574
+ "nutrient": "Carbohydrate, by difference",
575
+ "unit": "g",
576
+ "value": "4.04",
577
+ "gm": 13.69
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "ndbno": "43155",
583
+ "name": "Alcoholic beverage, wine, light",
584
+ "weight": 29.5,
585
+ "measure": "1.0 fl oz",
586
+ "nutrients": [
587
+ {
588
+ "nutrient_id": "205",
589
+ "nutrient": "Carbohydrate, by difference",
590
+ "unit": "g",
591
+ "value": "0.35",
592
+ "gm": 1.17
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "ndbno": "14084",
598
+ "name": "Alcoholic beverage, wine, table, all",
599
+ "weight": 148.0,
600
+ "measure": "1.0 serving 5 fl oz",
601
+ "nutrients": [
602
+ {
603
+ "nutrient_id": "205",
604
+ "nutrient": "Carbohydrate, by difference",
605
+ "unit": "g",
606
+ "value": "4.03",
607
+ "gm": 2.72
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "ndbno": "14096",
613
+ "name": "Alcoholic beverage, wine, table, red",
614
+ "weight": 29.4,
615
+ "measure": "1.0 fl oz",
616
+ "nutrients": [
617
+ {
618
+ "nutrient_id": "205",
619
+ "nutrient": "Carbohydrate, by difference",
620
+ "unit": "g",
621
+ "value": "0.77",
622
+ "gm": 2.61
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "ndbno": "14101",
628
+ "name": "Alcoholic Beverage, wine, table, red, Barbera",
629
+ "weight": 29.4,
630
+ "measure": "1.0 fl oz",
631
+ "nutrients": [
632
+ {
633
+ "nutrient_id": "205",
634
+ "nutrient": "Carbohydrate, by difference",
635
+ "unit": "g",
636
+ "value": "0.82",
637
+ "gm": 2.79
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "ndbno": "14152",
643
+ "name": "Alcoholic Beverage, wine, table, red, Burgundy",
644
+ "weight": 29.5,
645
+ "measure": "1.0 fl oz",
646
+ "nutrients": [
647
+ {
648
+ "nutrient_id": "205",
649
+ "nutrient": "Carbohydrate, by difference",
650
+ "unit": "g",
651
+ "value": "1.09",
652
+ "gm": 3.69
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "ndbno": "14098",
658
+ "name": "Alcoholic Beverage, wine, table, red, Cabernet Franc",
659
+ "weight": 29.0,
660
+ "measure": "1.0 fluid ounce",
661
+ "nutrients": [
662
+ {
663
+ "nutrient_id": "205",
664
+ "nutrient": "Carbohydrate, by difference",
665
+ "unit": "g",
666
+ "value": "0.71",
667
+ "gm": 2.45
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "ndbno": "14097",
673
+ "name": "Alcoholic Beverage, wine, table, red, Cabernet Sauvignon",
674
+ "weight": 29.0,
675
+ "measure": "1.0 fluid ounce",
676
+ "nutrients": [
677
+ {
678
+ "nutrient_id": "205",
679
+ "nutrient": "Carbohydrate, by difference",
680
+ "unit": "g",
681
+ "value": "0.75",
682
+ "gm": 2.6
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "ndbno": "14109",
688
+ "name": "Alcoholic Beverage, wine, table, red, Carignane",
689
+ "weight": 29.4,
690
+ "measure": "1.0 fl oz",
691
+ "nutrients": [
692
+ {
693
+ "nutrient_id": "205",
694
+ "nutrient": "Carbohydrate, by difference",
695
+ "unit": "g",
696
+ "value": "0.71",
697
+ "gm": 2.4
698
+ }
699
+ ]
700
+ },
701
+ {
702
+ "ndbno": "14105",
703
+ "name": "Alcoholic Beverage, wine, table, red, Claret",
704
+ "weight": 29.4,
705
+ "measure": "1.0 fl oz",
706
+ "nutrients": [
707
+ {
708
+ "nutrient_id": "205",
709
+ "nutrient": "Carbohydrate, by difference",
710
+ "unit": "g",
711
+ "value": "0.88",
712
+ "gm": 3.01
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "ndbno": "14158",
718
+ "name": "Alcoholic Beverage, wine, table, red, Gamay",
719
+ "weight": 29.4,
720
+ "measure": "1.0 fl oz",
721
+ "nutrients": [
722
+ {
723
+ "nutrient_id": "205",
724
+ "nutrient": "Carbohydrate, by difference",
725
+ "unit": "g",
726
+ "value": "0.70",
727
+ "gm": 2.38
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "ndbno": "14107",
733
+ "name": "Alcoholic Beverage, wine, table, red, Lemberger",
734
+ "weight": 29.4,
735
+ "measure": "1.0 fl oz",
736
+ "nutrients": [
737
+ {
738
+ "nutrient_id": "205",
739
+ "nutrient": "Carbohydrate, by difference",
740
+ "unit": "g",
741
+ "value": "0.72",
742
+ "gm": 2.46
743
+ }
744
+ ]
745
+ },
746
+ {
747
+ "ndbno": "14602",
748
+ "name": "Alcoholic Beverage, wine, table, red, Merlot",
749
+ "weight": 29.4,
750
+ "measure": "1.0 fl oz",
751
+ "nutrients": [
752
+ {
753
+ "nutrient_id": "205",
754
+ "nutrient": "Carbohydrate, by difference",
755
+ "unit": "g",
756
+ "value": "0.74",
757
+ "gm": 2.51
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ "ndbno": "14159",
763
+ "name": "Alcoholic Beverage, wine, table, red, Mouvedre",
764
+ "weight": 29.4,
765
+ "measure": "1.0 fl oz",
766
+ "nutrients": [
767
+ {
768
+ "nutrient_id": "205",
769
+ "nutrient": "Carbohydrate, by difference",
770
+ "unit": "g",
771
+ "value": "0.78",
772
+ "gm": 2.64
773
+ }
774
+ ]
775
+ },
776
+ {
777
+ "ndbno": "14103",
778
+ "name": "Alcoholic Beverage, wine, table, red, Petite Sirah",
779
+ "weight": 29.5,
780
+ "measure": "1.0 fl oz",
781
+ "nutrients": [
782
+ {
783
+ "nutrient_id": "205",
784
+ "nutrient": "Carbohydrate, by difference",
785
+ "unit": "g",
786
+ "value": "0.79",
787
+ "gm": 2.68
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "ndbno": "14099",
793
+ "name": "Alcoholic Beverage, wine, table, red, Pinot Noir",
794
+ "weight": 29.4,
795
+ "measure": "1.0 fl oz",
796
+ "nutrients": [
797
+ {
798
+ "nutrient_id": "205",
799
+ "nutrient": "Carbohydrate, by difference",
800
+ "unit": "g",
801
+ "value": "0.68",
802
+ "gm": 2.31
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "ndbno": "14108",
808
+ "name": "Alcoholic Beverage, wine, table, red, Sangiovese",
809
+ "weight": 29.4,
810
+ "measure": "1.0 fl oz",
811
+ "nutrients": [
812
+ {
813
+ "nutrient_id": "205",
814
+ "nutrient": "Carbohydrate, by difference",
815
+ "unit": "g",
816
+ "value": "0.77",
817
+ "gm": 2.62
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "ndbno": "14100",
823
+ "name": "Alcoholic Beverage, wine, table, red, Syrah",
824
+ "weight": 29.4,
825
+ "measure": "1.0 fl oz",
826
+ "nutrients": [
827
+ {
828
+ "nutrient_id": "205",
829
+ "nutrient": "Carbohydrate, by difference",
830
+ "unit": "g",
831
+ "value": "0.76",
832
+ "gm": 2.58
833
+ }
834
+ ]
835
+ },
836
+ {
837
+ "ndbno": "14102",
838
+ "name": "Alcoholic Beverage, wine, table, red, Zinfandel",
839
+ "weight": 29.4,
840
+ "measure": "1.0 fl oz",
841
+ "nutrients": [
842
+ {
843
+ "nutrient_id": "205",
844
+ "nutrient": "Carbohydrate, by difference",
845
+ "unit": "g",
846
+ "value": "0.84",
847
+ "gm": 2.86
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "ndbno": "14106",
853
+ "name": "Alcoholic beverage, wine, table, white",
854
+ "weight": 29.4,
855
+ "measure": "1.0 fl oz",
856
+ "nutrients": [
857
+ {
858
+ "nutrient_id": "205",
859
+ "nutrient": "Carbohydrate, by difference",
860
+ "unit": "g",
861
+ "value": "0.76",
862
+ "gm": 2.6
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "ndbno": "14160",
868
+ "name": "Alcoholic beverage, wine, table, white, Chardonnay",
869
+ "weight": 29.3,
870
+ "measure": "1.0 fl oz",
871
+ "nutrients": [
872
+ {
873
+ "nutrient_id": "205",
874
+ "nutrient": "Carbohydrate, by difference",
875
+ "unit": "g",
876
+ "value": "0.63",
877
+ "gm": 2.16
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "ndbno": "14116",
883
+ "name": "Alcoholic beverage, wine, table, white, Chenin Blanc",
884
+ "weight": 29.5,
885
+ "measure": "1.0 fl oz",
886
+ "nutrients": [
887
+ {
888
+ "nutrient_id": "205",
889
+ "nutrient": "Carbohydrate, by difference",
890
+ "unit": "g",
891
+ "value": "0.98",
892
+ "gm": 3.31
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "ndbno": "14117",
898
+ "name": "Alcoholic beverage, wine, table, white, Fume Blanc",
899
+ "weight": 29.3,
900
+ "measure": "1.0 fl oz",
901
+ "nutrients": [
902
+ {
903
+ "nutrient_id": "205",
904
+ "nutrient": "Carbohydrate, by difference",
905
+ "unit": "g",
906
+ "value": "0.67",
907
+ "gm": 2.27
908
+ }
909
+ ]
910
+ },
911
+ {
912
+ "ndbno": "14124",
913
+ "name": "Alcoholic beverage, wine, table, white, Gewurztraminer",
914
+ "weight": 29.5,
915
+ "measure": "1.0 fl oz",
916
+ "nutrients": [
917
+ {
918
+ "nutrient_id": "205",
919
+ "nutrient": "Carbohydrate, by difference",
920
+ "unit": "g",
921
+ "value": "0.77",
922
+ "gm": 2.6
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "ndbno": "14135",
928
+ "name": "Alcoholic beverage, wine, table, white, late harvest",
929
+ "weight": 30.8,
930
+ "measure": "1.0 fl oz",
931
+ "nutrients": [
932
+ {
933
+ "nutrient_id": "205",
934
+ "nutrient": "Carbohydrate, by difference",
935
+ "unit": "g",
936
+ "value": "4.12",
937
+ "gm": 13.39
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ "ndbno": "14125",
943
+ "name": "Alcoholic beverage, wine, table, white, late harvest, Gewurztraminer",
944
+ "weight": 30.5,
945
+ "measure": "1.0 fl oz",
946
+ "nutrients": [
947
+ {
948
+ "nutrient_id": "205",
949
+ "nutrient": "Carbohydrate, by difference",
950
+ "unit": "g",
951
+ "value": "3.47",
952
+ "gm": 11.39
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "ndbno": "14120",
958
+ "name": "Alcoholic beverage, wine, table, white, Muller Thurgau",
959
+ "weight": 29.5,
960
+ "measure": "1.0 fl oz",
961
+ "nutrients": [
962
+ {
963
+ "nutrient_id": "205",
964
+ "nutrient": "Carbohydrate, by difference",
965
+ "unit": "g",
966
+ "value": "1.03",
967
+ "gm": 3.48
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "ndbno": "14140",
973
+ "name": "Alcoholic beverage, wine, table, white, Muscat",
974
+ "weight": 30.0,
975
+ "measure": "1.0 fl oz",
976
+ "nutrients": [
977
+ {
978
+ "nutrient_id": "205",
979
+ "nutrient": "Carbohydrate, by difference",
980
+ "unit": "g",
981
+ "value": "1.57",
982
+ "gm": 5.23
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "ndbno": "14138",
988
+ "name": "Alcoholic beverage, wine, table, white, Pinot Blanc",
989
+ "weight": 29.3,
990
+ "measure": "1.0 fl oz",
991
+ "nutrients": [
992
+ {
993
+ "nutrient_id": "205",
994
+ "nutrient": "Carbohydrate, by difference",
995
+ "unit": "g",
996
+ "value": "0.57",
997
+ "gm": 1.94
998
+ }
999
+ ]
1000
+ },
1001
+ {
1002
+ "ndbno": "14113",
1003
+ "name": "Alcoholic beverage, wine, table, white, Pinot Gris (Grigio)",
1004
+ "weight": 29.3,
1005
+ "measure": "1.0 fl oz",
1006
+ "nutrients": [
1007
+ {
1008
+ "nutrient_id": "205",
1009
+ "nutrient": "Carbohydrate, by difference",
1010
+ "unit": "g",
1011
+ "value": "0.60",
1012
+ "gm": 2.06
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "ndbno": "14132",
1018
+ "name": "Alcoholic beverage, wine, table, white, Riesling",
1019
+ "weight": 29.6,
1020
+ "measure": "1.0 fl oz",
1021
+ "nutrients": [
1022
+ {
1023
+ "nutrient_id": "205",
1024
+ "nutrient": "Carbohydrate, by difference",
1025
+ "unit": "g",
1026
+ "value": "1.11",
1027
+ "gm": 3.74
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "ndbno": "14134",
1033
+ "name": "Alcoholic beverage, wine, table, white, Sauvignon Blanc",
1034
+ "weight": 29.3,
1035
+ "measure": "1.0 fl oz",
1036
+ "nutrients": [
1037
+ {
1038
+ "nutrient_id": "205",
1039
+ "nutrient": "Carbohydrate, by difference",
1040
+ "unit": "g",
1041
+ "value": "0.60",
1042
+ "gm": 2.05
1043
+ }
1044
+ ]
1045
+ },
1046
+ {
1047
+ "ndbno": "14126",
1048
+ "name": "Alcoholic beverage, wine, table, white, Semillon",
1049
+ "weight": 29.5,
1050
+ "measure": "1.0 fl oz",
1051
+ "nutrients": [
1052
+ {
1053
+ "nutrient_id": "205",
1054
+ "nutrient": "Carbohydrate, by difference",
1055
+ "unit": "g",
1056
+ "value": "0.92",
1057
+ "gm": 3.12
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "ndbno": "11001",
1063
+ "name": "Alfalfa seeds, sprouted, raw",
1064
+ "weight": 33.0,
1065
+ "measure": "1.0 cup",
1066
+ "nutrients": [
1067
+ {
1068
+ "nutrient_id": "205",
1069
+ "nutrient": "Carbohydrate, by difference",
1070
+ "unit": "g",
1071
+ "value": "0.69",
1072
+ "gm": 2.1
1073
+ }
1074
+ ]
1075
+ },
1076
+ {
1077
+ "ndbno": "20002",
1078
+ "name": "Amaranth grain, cooked",
1079
+ "weight": 246.0,
1080
+ "measure": "1.0 cup",
1081
+ "nutrients": [
1082
+ {
1083
+ "nutrient_id": "205",
1084
+ "nutrient": "Carbohydrate, by difference",
1085
+ "unit": "g",
1086
+ "value": "45.98",
1087
+ "gm": 18.69
1088
+ }
1089
+ ]
1090
+ },
1091
+ {
1092
+ "ndbno": "20001",
1093
+ "name": "Amaranth grain, uncooked",
1094
+ "weight": 193.0,
1095
+ "measure": "1.0 cup",
1096
+ "nutrients": [
1097
+ {
1098
+ "nutrient_id": "205",
1099
+ "nutrient": "Carbohydrate, by difference",
1100
+ "unit": "g",
1101
+ "value": "125.93",
1102
+ "gm": 65.25
1103
+ }
1104
+ ]
1105
+ },
1106
+ {
1107
+ "ndbno": "11700",
1108
+ "name": "Amaranth leaves, cooked, boiled, drained, with salt",
1109
+ "weight": 132.0,
1110
+ "measure": "1.0 cup",
1111
+ "nutrients": [
1112
+ {
1113
+ "nutrient_id": "205",
1114
+ "nutrient": "Carbohydrate, by difference",
1115
+ "unit": "g",
1116
+ "value": "5.43",
1117
+ "gm": 4.11
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "ndbno": "11004",
1123
+ "name": "Amaranth leaves, cooked, boiled, drained, without salt",
1124
+ "weight": 132.0,
1125
+ "measure": "1.0 cup",
1126
+ "nutrients": [
1127
+ {
1128
+ "nutrient_id": "205",
1129
+ "nutrient": "Carbohydrate, by difference",
1130
+ "unit": "g",
1131
+ "value": "5.43",
1132
+ "gm": 4.11
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "ndbno": "11003",
1138
+ "name": "Amaranth leaves, raw",
1139
+ "weight": 28.0,
1140
+ "measure": "1.0 cup",
1141
+ "nutrients": [
1142
+ {
1143
+ "nutrient_id": "205",
1144
+ "nutrient": "Carbohydrate, by difference",
1145
+ "unit": "g",
1146
+ "value": "1.13",
1147
+ "gm": 4.02
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "ndbno": "04609",
1153
+ "name": "Animal fat, bacon grease",
1154
+ "weight": 4.3,
1155
+ "measure": "1.0 tsp",
1156
+ "nutrients": [
1157
+ {
1158
+ "nutrient_id": "205",
1159
+ "nutrient": "Carbohydrate, by difference",
1160
+ "unit": "g",
1161
+ "value": "0.00",
1162
+ "gm": 0.0
1163
+ }
1164
+ ]
1165
+ },
1166
+ {
1167
+ "ndbno": "09400",
1168
+ "name": "Apple juice, canned or bottled, unsweetened, with added ascorbic acid",
1169
+ "weight": 248.0,
1170
+ "measure": "1.0 cup",
1171
+ "nutrients": [
1172
+ {
1173
+ "nutrient_id": "205",
1174
+ "nutrient": "Carbohydrate, by difference",
1175
+ "unit": "g",
1176
+ "value": "28.02",
1177
+ "gm": 11.3
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "ndbno": "09517",
1183
+ "name": "Apple juice, canned or bottled, unsweetened, with added ascorbic acid, calcium, and potassium",
1184
+ "weight": 177.0,
1185
+ "measure": "6.0 fl oz",
1186
+ "nutrients": [
1187
+ {
1188
+ "nutrient_id": "205",
1189
+ "nutrient": "Carbohydrate, by difference",
1190
+ "unit": "g",
1191
+ "value": "20.34",
1192
+ "gm": 11.49
1193
+ }
1194
+ ]
1195
+ },
1196
+ {
1197
+ "ndbno": "09016",
1198
+ "name": "Apple juice, canned or bottled, unsweetened, without added ascorbic acid",
1199
+ "weight": 248.0,
1200
+ "measure": "1.0 cup",
1201
+ "nutrients": [
1202
+ {
1203
+ "nutrient_id": "205",
1204
+ "nutrient": "Carbohydrate, by difference",
1205
+ "unit": "g",
1206
+ "value": "28.02",
1207
+ "gm": 11.3
1208
+ }
1209
+ ]
1210
+ },
1211
+ {
1212
+ "ndbno": "09018",
1213
+ "name": "Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water without added ascorbic acid",
1214
+ "weight": 239.0,
1215
+ "measure": "1.0 cup",
1216
+ "nutrients": [
1217
+ {
1218
+ "nutrient_id": "205",
1219
+ "nutrient": "Carbohydrate, by difference",
1220
+ "unit": "g",
1221
+ "value": "27.58",
1222
+ "gm": 11.54
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "ndbno": "09411",
1228
+ "name": "Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water, with added ascorbic acid",
1229
+ "weight": 239.0,
1230
+ "measure": "1.0 cup",
1231
+ "nutrients": [
1232
+ {
1233
+ "nutrient_id": "205",
1234
+ "nutrient": "Carbohydrate, by difference",
1235
+ "unit": "g",
1236
+ "value": "27.58",
1237
+ "gm": 11.54
1238
+ }
1239
+ ]
1240
+ },
1241
+ {
1242
+ "ndbno": "09410",
1243
+ "name": "Apple juice, frozen concentrate, unsweetened, undiluted, with added ascorbic acid",
1244
+ "weight": 211.0,
1245
+ "measure": "1.0 can (6 fl oz)",
1246
+ "nutrients": [
1247
+ {
1248
+ "nutrient_id": "205",
1249
+ "nutrient": "Carbohydrate, by difference",
1250
+ "unit": "g",
1251
+ "value": "86.51",
1252
+ "gm": 41.0
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "ndbno": "09017",
1258
+ "name": "Apple juice, frozen concentrate, unsweetened, undiluted, without added ascorbic acid",
1259
+ "weight": 211.0,
1260
+ "measure": "1.0 can (6 fl oz)",
1261
+ "nutrients": [
1262
+ {
1263
+ "nutrient_id": "205",
1264
+ "nutrient": "Carbohydrate, by difference",
1265
+ "unit": "g",
1266
+ "value": "86.51",
1267
+ "gm": 41.0
1268
+ }
1269
+ ]
1270
+ },
1271
+ {
1272
+ "ndbno": "36000",
1273
+ "name": "APPLEBEE'S, 9 oz house sirloin steak",
1274
+ "weight": 157.0,
1275
+ "measure": "1.0 serving",
1276
+ "nutrients": [
1277
+ {
1278
+ "nutrient_id": "205",
1279
+ "nutrient": "Carbohydrate, by difference",
1280
+ "unit": "g",
1281
+ "value": "0.00",
1282
+ "gm": 0.0
1283
+ }
1284
+ ]
1285
+ },
1286
+ {
1287
+ "ndbno": "36023",
1288
+ "name": "APPLEBEE'S, chicken tenders platter",
1289
+ "weight": 209.0,
1290
+ "measure": "1.0 serving",
1291
+ "nutrients": [
1292
+ {
1293
+ "nutrient_id": "205",
1294
+ "nutrient": "Carbohydrate, by difference",
1295
+ "unit": "g",
1296
+ "value": "37.58",
1297
+ "gm": 17.98
1298
+ }
1299
+ ]
1300
+ },
1301
+ {
1302
+ "ndbno": "36005",
1303
+ "name": "APPLEBEE'S, chicken tenders, from kids' menu",
1304
+ "weight": 35.0,
1305
+ "measure": "1.0 piece",
1306
+ "nutrients": [
1307
+ {
1308
+ "nutrient_id": "205",
1309
+ "nutrient": "Carbohydrate, by difference",
1310
+ "unit": "g",
1311
+ "value": "6.43",
1312
+ "gm": 18.36
1313
+ }
1314
+ ]
1315
+ },
1316
+ {
1317
+ "ndbno": "36019",
1318
+ "name": "APPLEBEE'S, chili",
1319
+ "weight": 136.0,
1320
+ "measure": "1.0 cup",
1321
+ "nutrients": [
1322
+ {
1323
+ "nutrient_id": "205",
1324
+ "nutrient": "Carbohydrate, by difference",
1325
+ "unit": "g",
1326
+ "value": "6.22",
1327
+ "gm": 4.57
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "ndbno": "36021",
1333
+ "name": "APPLEBEE'S, coleslaw",
1334
+ "weight": 76.0,
1335
+ "measure": "1.0 serving",
1336
+ "nutrients": [
1337
+ {
1338
+ "nutrient_id": "205",
1339
+ "nutrient": "Carbohydrate, by difference",
1340
+ "unit": "g",
1341
+ "value": "10.01",
1342
+ "gm": 13.17
1343
+ }
1344
+ ]
1345
+ },
1346
+ {
1347
+ "ndbno": "36022",
1348
+ "name": "APPLEBEE'S, crunchy onion rings",
1349
+ "weight": 350.0,
1350
+ "measure": "1.0 serving",
1351
+ "nutrients": [
1352
+ {
1353
+ "nutrient_id": "205",
1354
+ "nutrient": "Carbohydrate, by difference",
1355
+ "unit": "g",
1356
+ "value": "140.60",
1357
+ "gm": 40.17
1358
+ }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "ndbno": "36001",
1363
+ "name": "APPLEBEE'S, Double Crunch Shrimp",
1364
+ "weight": 206.0,
1365
+ "measure": "1.0 serving",
1366
+ "nutrients": [
1367
+ {
1368
+ "nutrient_id": "205",
1369
+ "nutrient": "Carbohydrate, by difference",
1370
+ "unit": "g",
1371
+ "value": "53.48",
1372
+ "gm": 25.96
1373
+ }
1374
+ ]
1375
+ },
1376
+ {
1377
+ "ndbno": "36018",
1378
+ "name": "APPLEBEE'S, fish, hand battered",
1379
+ "weight": 250.0,
1380
+ "measure": "1.0 serving",
1381
+ "nutrients": [
1382
+ {
1383
+ "nutrient_id": "205",
1384
+ "nutrient": "Carbohydrate, by difference",
1385
+ "unit": "g",
1386
+ "value": "41.62",
1387
+ "gm": 16.65
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "ndbno": "36002",
1393
+ "name": "APPLEBEE'S, french fries",
1394
+ "weight": 164.0,
1395
+ "measure": "1.0 serving",
1396
+ "nutrients": [
1397
+ {
1398
+ "nutrient_id": "205",
1399
+ "nutrient": "Carbohydrate, by difference",
1400
+ "unit": "g",
1401
+ "value": "64.78",
1402
+ "gm": 39.5
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "ndbno": "36003",
1408
+ "name": "APPLEBEE'S, KRAFT, Macaroni & Cheese, from kid's menu",
1409
+ "weight": 124.0,
1410
+ "measure": "1.0 cup",
1411
+ "nutrients": [
1412
+ {
1413
+ "nutrient_id": "205",
1414
+ "nutrient": "Carbohydrate, by difference",
1415
+ "unit": "g",
1416
+ "value": "26.14",
1417
+ "gm": 21.08
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "ndbno": "36004",
1423
+ "name": "APPLEBEE'S, mozzarella sticks",
1424
+ "weight": 32.0,
1425
+ "measure": "1.0 piece",
1426
+ "nutrients": [
1427
+ {
1428
+ "nutrient_id": "205",
1429
+ "nutrient": "Carbohydrate, by difference",
1430
+ "unit": "g",
1431
+ "value": "7.32",
1432
+ "gm": 22.87
1433
+ }
1434
+ ]
1435
+ },
1436
+ {
1437
+ "ndbno": "09008",
1438
+ "name": "Apples, canned, sweetened, sliced, drained, heated",
1439
+ "weight": 204.0,
1440
+ "measure": "1.0 cup slices",
1441
+ "nutrients": [
1442
+ {
1443
+ "nutrient_id": "205",
1444
+ "nutrient": "Carbohydrate, by difference",
1445
+ "unit": "g",
1446
+ "value": "34.35",
1447
+ "gm": 16.84
1448
+ }
1449
+ ]
1450
+ },
1451
+ {
1452
+ "ndbno": "09007",
1453
+ "name": "Apples, canned, sweetened, sliced, drained, unheated",
1454
+ "weight": 204.0,
1455
+ "measure": "1.0 cup slices",
1456
+ "nutrients": [
1457
+ {
1458
+ "nutrient_id": "205",
1459
+ "nutrient": "Carbohydrate, by difference",
1460
+ "unit": "g",
1461
+ "value": "34.07",
1462
+ "gm": 16.7
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "ndbno": "09010",
1468
+ "name": "Apples, dehydrated (low moisture), sulfured, stewed",
1469
+ "weight": 193.0,
1470
+ "measure": "1.0 cup",
1471
+ "nutrients": [
1472
+ {
1473
+ "nutrient_id": "205",
1474
+ "nutrient": "Carbohydrate, by difference",
1475
+ "unit": "g",
1476
+ "value": "38.43",
1477
+ "gm": 19.91
1478
+ }
1479
+ ]
1480
+ },
1481
+ {
1482
+ "ndbno": "09009",
1483
+ "name": "Apples, dehydrated (low moisture), sulfured, uncooked",
1484
+ "weight": 60.0,
1485
+ "measure": "1.0 cup",
1486
+ "nutrients": [
1487
+ {
1488
+ "nutrient_id": "205",
1489
+ "nutrient": "Carbohydrate, by difference",
1490
+ "unit": "g",
1491
+ "value": "56.12",
1492
+ "gm": 93.53
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "ndbno": "09013",
1498
+ "name": "Apples, dried, sulfured, stewed, with added sugar",
1499
+ "weight": 280.0,
1500
+ "measure": "1.0 cup",
1501
+ "nutrients": [
1502
+ {
1503
+ "nutrient_id": "205",
1504
+ "nutrient": "Carbohydrate, by difference",
1505
+ "unit": "g",
1506
+ "value": "58.04",
1507
+ "gm": 20.73
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "ndbno": "09012",
1513
+ "name": "Apples, dried, sulfured, stewed, without added sugar",
1514
+ "weight": 255.0,
1515
+ "measure": "1.0 cup",
1516
+ "nutrients": [
1517
+ {
1518
+ "nutrient_id": "205",
1519
+ "nutrient": "Carbohydrate, by difference",
1520
+ "unit": "g",
1521
+ "value": "39.07",
1522
+ "gm": 15.32
1523
+ }
1524
+ ]
1525
+ },
1526
+ {
1527
+ "ndbno": "09011",
1528
+ "name": "Apples, dried, sulfured, uncooked",
1529
+ "weight": 86.0,
1530
+ "measure": "1.0 cup",
1531
+ "nutrients": [
1532
+ {
1533
+ "nutrient_id": "205",
1534
+ "nutrient": "Carbohydrate, by difference",
1535
+ "unit": "g",
1536
+ "value": "56.67",
1537
+ "gm": 65.89
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ "ndbno": "09015",
1543
+ "name": "Apples, frozen, unsweetened, heated",
1544
+ "weight": 206.0,
1545
+ "measure": "1.0 cup slices",
1546
+ "nutrients": [
1547
+ {
1548
+ "nutrient_id": "205",
1549
+ "nutrient": "Carbohydrate, by difference",
1550
+ "unit": "g",
1551
+ "value": "24.72",
1552
+ "gm": 12.0
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "ndbno": "09014",
1558
+ "name": "Apples, frozen, unsweetened, unheated",
1559
+ "weight": 173.0,
1560
+ "measure": "1.0 cup slices",
1561
+ "nutrients": [
1562
+ {
1563
+ "nutrient_id": "205",
1564
+ "nutrient": "Carbohydrate, by difference",
1565
+ "unit": "g",
1566
+ "value": "21.30",
1567
+ "gm": 12.31
1568
+ }
1569
+ ]
1570
+ }
1571
+ ]
1572
+ }
1573
+ }
1574
+ http_version:
1575
+ recorded_at: Sun, 27 Sep 2015 01:08:01 GMT
1576
+ recorded_with: VCR 2.9.3