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.
- checksums.yaml +7 -0
 - data/.codeclimate.yml +11 -0
 - data/.gitignore +9 -0
 - data/.rubocop.yml +1055 -0
 - data/.travis.yml +4 -0
 - data/CODE_OF_CONDUCT.md +13 -0
 - data/Gemfile +4 -0
 - data/LICENSE.txt +21 -0
 - data/README.md +80 -0
 - data/Rakefile +4 -0
 - data/bin/console +14 -0
 - data/bin/setup +7 -0
 - data/lib/ndb-ruby.rb +41 -0
 - data/lib/ndb/food_report.rb +13 -0
 - data/lib/ndb/list.rb +21 -0
 - data/lib/ndb/nutrient_report.rb +21 -0
 - data/lib/ndb/search.rb +24 -0
 - data/lib/ndb/version.rb +3 -0
 - data/ndb-ruby.gemspec +32 -0
 - data/spec/fixtures/vcr_cassettes/food_report_ndbno.yml +766 -0
 - data/spec/fixtures/vcr_cassettes/food_report_type.yml +1278 -0
 - data/spec/fixtures/vcr_cassettes/list_max.yml +574 -0
 - data/spec/fixtures/vcr_cassettes/list_offset.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/list_sort.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/list_type.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_food_group.yml +829 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_max.yml +1576 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_ndbno.yml +89 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_nutrients.yml +824 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_offset.yml +824 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_subset.yml +826 -0
 - data/spec/fixtures/vcr_cassettes/search_all_foods.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_food_group.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_max_rows.yml +675 -0
 - data/spec/fixtures/vcr_cassettes/search_query.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_sort_name.yml +213 -0
 - data/spec/ndb/food_report_spec.rb +19 -0
 - data/spec/ndb/list_spec.rb +33 -0
 - data/spec/ndb/nutrient_report_spec.rb +49 -0
 - data/spec/ndb/search_spec.rb +59 -0
 - data/spec/ndb_spec.rb +13 -0
 - data/spec/spec_helper.rb +21 -0
 - metadata +211 -0
 
| 
         @@ -0,0 +1,375 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            http_interactions:
         
     | 
| 
      
 3 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: http://api.nal.usda.gov/ndb/search?api_key=DEMO_KEY&fg=&format=JSON&max=50&offset=0&q=butter&sort=r
         
     | 
| 
      
 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 00:52:09 GMT
         
     | 
| 
      
 37 
     | 
    
         
            +
                  Location:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - ''
         
     | 
| 
      
 39 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - nginx
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Via:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 1.1 varnish-v4
         
     | 
| 
      
 45 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - MISS
         
     | 
| 
      
 47 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - '1000'
         
     | 
| 
      
 49 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - '979'
         
     | 
| 
      
 51 
     | 
    
         
            +
                  X-Varnish:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - '41905945'
         
     | 
| 
      
 53 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 55 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 57 
     | 
    
         
            +
                body:
         
     | 
| 
      
 58 
     | 
    
         
            +
                  encoding: ASCII-8BIT
         
     | 
| 
      
 59 
     | 
    
         
            +
                  string: |-
         
     | 
| 
      
 60 
     | 
    
         
            +
                    {
         
     | 
| 
      
 61 
     | 
    
         
            +
                        "list": {
         
     | 
| 
      
 62 
     | 
    
         
            +
                            "q": "butter",
         
     | 
| 
      
 63 
     | 
    
         
            +
                            "sr": "27",
         
     | 
| 
      
 64 
     | 
    
         
            +
                            "start": 0,
         
     | 
| 
      
 65 
     | 
    
         
            +
                            "end": 50,
         
     | 
| 
      
 66 
     | 
    
         
            +
                            "total": 120,
         
     | 
| 
      
 67 
     | 
    
         
            +
                            "group": "",
         
     | 
| 
      
 68 
     | 
    
         
            +
                            "sort": "r",
         
     | 
| 
      
 69 
     | 
    
         
            +
                            "item": [
         
     | 
| 
      
 70 
     | 
    
         
            +
                                {
         
     | 
| 
      
 71 
     | 
    
         
            +
                                    "offset": 0,
         
     | 
| 
      
 72 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 73 
     | 
    
         
            +
                                    "name": "Margarine-like, margarine-butter blend, soybean oil and butter",
         
     | 
| 
      
 74 
     | 
    
         
            +
                                    "ndbno": "04585"
         
     | 
| 
      
 75 
     | 
    
         
            +
                                },
         
     | 
| 
      
 76 
     | 
    
         
            +
                                {
         
     | 
| 
      
 77 
     | 
    
         
            +
                                    "offset": 1,
         
     | 
| 
      
 78 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 79 
     | 
    
         
            +
                                    "name": "Peanut butter, reduced sodium",
         
     | 
| 
      
 80 
     | 
    
         
            +
                                    "ndbno": "42291"
         
     | 
| 
      
 81 
     | 
    
         
            +
                                },
         
     | 
| 
      
 82 
     | 
    
         
            +
                                {
         
     | 
| 
      
 83 
     | 
    
         
            +
                                    "offset": 2,
         
     | 
| 
      
 84 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 85 
     | 
    
         
            +
                                    "name": "Croissants, butter",
         
     | 
| 
      
 86 
     | 
    
         
            +
                                    "ndbno": "18239"
         
     | 
| 
      
 87 
     | 
    
         
            +
                                },
         
     | 
| 
      
 88 
     | 
    
         
            +
                                {
         
     | 
| 
      
 89 
     | 
    
         
            +
                                    "offset": 3,
         
     | 
| 
      
 90 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 91 
     | 
    
         
            +
                                    "name": "Butter, salted",
         
     | 
| 
      
 92 
     | 
    
         
            +
                                    "ndbno": "01001"
         
     | 
| 
      
 93 
     | 
    
         
            +
                                },
         
     | 
| 
      
 94 
     | 
    
         
            +
                                {
         
     | 
| 
      
 95 
     | 
    
         
            +
                                    "offset": 4,
         
     | 
| 
      
 96 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 97 
     | 
    
         
            +
                                    "name": "Butter, whipped, with salt",
         
     | 
| 
      
 98 
     | 
    
         
            +
                                    "ndbno": "01002"
         
     | 
| 
      
 99 
     | 
    
         
            +
                                },
         
     | 
| 
      
 100 
     | 
    
         
            +
                                {
         
     | 
| 
      
 101 
     | 
    
         
            +
                                    "offset": 5,
         
     | 
| 
      
 102 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 103 
     | 
    
         
            +
                                    "name": "Butter oil, anhydrous",
         
     | 
| 
      
 104 
     | 
    
         
            +
                                    "ndbno": "01003"
         
     | 
| 
      
 105 
     | 
    
         
            +
                                },
         
     | 
| 
      
 106 
     | 
    
         
            +
                                {
         
     | 
| 
      
 107 
     | 
    
         
            +
                                    "offset": 6,
         
     | 
| 
      
 108 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 109 
     | 
    
         
            +
                                    "name": "Butter, without salt",
         
     | 
| 
      
 110 
     | 
    
         
            +
                                    "ndbno": "01145"
         
     | 
| 
      
 111 
     | 
    
         
            +
                                },
         
     | 
| 
      
 112 
     | 
    
         
            +
                                {
         
     | 
| 
      
 113 
     | 
    
         
            +
                                    "offset": 7,
         
     | 
| 
      
 114 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 115 
     | 
    
         
            +
                                    "name": "Oil, cocoa butter",
         
     | 
| 
      
 116 
     | 
    
         
            +
                                    "ndbno": "04501"
         
     | 
| 
      
 117 
     | 
    
         
            +
                                },
         
     | 
| 
      
 118 
     | 
    
         
            +
                                {
         
     | 
| 
      
 119 
     | 
    
         
            +
                                    "offset": 8,
         
     | 
| 
      
 120 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 121 
     | 
    
         
            +
                                    "name": "Oil, nutmeg butter",
         
     | 
| 
      
 122 
     | 
    
         
            +
                                    "ndbno": "04572"
         
     | 
| 
      
 123 
     | 
    
         
            +
                                },
         
     | 
| 
      
 124 
     | 
    
         
            +
                                {
         
     | 
| 
      
 125 
     | 
    
         
            +
                                    "offset": 9,
         
     | 
| 
      
 126 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 127 
     | 
    
         
            +
                                    "name": "Oil, ucuhuba butter",
         
     | 
| 
      
 128 
     | 
    
         
            +
                                    "ndbno": "04573"
         
     | 
| 
      
 129 
     | 
    
         
            +
                                },
         
     | 
| 
      
 130 
     | 
    
         
            +
                                {
         
     | 
| 
      
 131 
     | 
    
         
            +
                                    "offset": 10,
         
     | 
| 
      
 132 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 133 
     | 
    
         
            +
                                    "name": "Seeds, sesame butter, paste",
         
     | 
| 
      
 134 
     | 
    
         
            +
                                    "ndbno": "12169"
         
     | 
| 
      
 135 
     | 
    
         
            +
                                },
         
     | 
| 
      
 136 
     | 
    
         
            +
                                {
         
     | 
| 
      
 137 
     | 
    
         
            +
                                    "offset": 11,
         
     | 
| 
      
 138 
     | 
    
         
            +
                                    "group": "Sweets",
         
     | 
| 
      
 139 
     | 
    
         
            +
                                    "name": "Fruit butters, apple",
         
     | 
| 
      
 140 
     | 
    
         
            +
                                    "ndbno": "19294"
         
     | 
| 
      
 141 
     | 
    
         
            +
                                },
         
     | 
| 
      
 142 
     | 
    
         
            +
                                {
         
     | 
| 
      
 143 
     | 
    
         
            +
                                    "offset": 12,
         
     | 
| 
      
 144 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 145 
     | 
    
         
            +
                                    "name": "Butter, light, stick, with salt",
         
     | 
| 
      
 146 
     | 
    
         
            +
                                    "ndbno": "04601"
         
     | 
| 
      
 147 
     | 
    
         
            +
                                },
         
     | 
| 
      
 148 
     | 
    
         
            +
                                {
         
     | 
| 
      
 149 
     | 
    
         
            +
                                    "offset": 13,
         
     | 
| 
      
 150 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 151 
     | 
    
         
            +
                                    "name": "Butter, light, stick, without salt",
         
     | 
| 
      
 152 
     | 
    
         
            +
                                    "ndbno": "04602"
         
     | 
| 
      
 153 
     | 
    
         
            +
                                },
         
     | 
| 
      
 154 
     | 
    
         
            +
                                {
         
     | 
| 
      
 155 
     | 
    
         
            +
                                    "offset": 14,
         
     | 
| 
      
 156 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 157 
     | 
    
         
            +
                                    "name": "Seeds, sunflower seed butter, without salt",
         
     | 
| 
      
 158 
     | 
    
         
            +
                                    "ndbno": "12040"
         
     | 
| 
      
 159 
     | 
    
         
            +
                                },
         
     | 
| 
      
 160 
     | 
    
         
            +
                                {
         
     | 
| 
      
 161 
     | 
    
         
            +
                                    "offset": 15,
         
     | 
| 
      
 162 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 163 
     | 
    
         
            +
                                    "name": "Nuts, cashew butter, plain, without salt added",
         
     | 
| 
      
 164 
     | 
    
         
            +
                                    "ndbno": "12088"
         
     | 
| 
      
 165 
     | 
    
         
            +
                                },
         
     | 
| 
      
 166 
     | 
    
         
            +
                                {
         
     | 
| 
      
 167 
     | 
    
         
            +
                                    "offset": 16,
         
     | 
| 
      
 168 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 169 
     | 
    
         
            +
                                    "name": "Nuts, almond butter, plain, without salt added",
         
     | 
| 
      
 170 
     | 
    
         
            +
                                    "ndbno": "12195"
         
     | 
| 
      
 171 
     | 
    
         
            +
                                },
         
     | 
| 
      
 172 
     | 
    
         
            +
                                {
         
     | 
| 
      
 173 
     | 
    
         
            +
                                    "offset": 17,
         
     | 
| 
      
 174 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 175 
     | 
    
         
            +
                                    "name": "Seeds, sunflower seed butter, with salt added",
         
     | 
| 
      
 176 
     | 
    
         
            +
                                    "ndbno": "12540"
         
     | 
| 
      
 177 
     | 
    
         
            +
                                },
         
     | 
| 
      
 178 
     | 
    
         
            +
                                {
         
     | 
| 
      
 179 
     | 
    
         
            +
                                    "offset": 18,
         
     | 
| 
      
 180 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 181 
     | 
    
         
            +
                                    "name": "Nuts, cashew butter, plain, with salt added",
         
     | 
| 
      
 182 
     | 
    
         
            +
                                    "ndbno": "12588"
         
     | 
| 
      
 183 
     | 
    
         
            +
                                },
         
     | 
| 
      
 184 
     | 
    
         
            +
                                {
         
     | 
| 
      
 185 
     | 
    
         
            +
                                    "offset": 19,
         
     | 
| 
      
 186 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 187 
     | 
    
         
            +
                                    "name": "Nuts, almond butter, plain, with salt added",
         
     | 
| 
      
 188 
     | 
    
         
            +
                                    "ndbno": "12695"
         
     | 
| 
      
 189 
     | 
    
         
            +
                                },
         
     | 
| 
      
 190 
     | 
    
         
            +
                                {
         
     | 
| 
      
 191 
     | 
    
         
            +
                                    "offset": 20,
         
     | 
| 
      
 192 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 193 
     | 
    
         
            +
                                    "name": "Seeds, sesame butter, tahini, type of kernels unspecified",
         
     | 
| 
      
 194 
     | 
    
         
            +
                                    "ndbno": "12698"
         
     | 
| 
      
 195 
     | 
    
         
            +
                                },
         
     | 
| 
      
 196 
     | 
    
         
            +
                                {
         
     | 
| 
      
 197 
     | 
    
         
            +
                                    "offset": 21,
         
     | 
| 
      
 198 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 199 
     | 
    
         
            +
                                    "name": "Peanut butter, smooth, reduced fat",
         
     | 
| 
      
 200 
     | 
    
         
            +
                                    "ndbno": "16150"
         
     | 
| 
      
 201 
     | 
    
         
            +
                                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                                    "offset": 22,
         
     | 
| 
      
 204 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 205 
     | 
    
         
            +
                                    "name": "USDA Commodity, Peanut Butter, smooth",
         
     | 
| 
      
 206 
     | 
    
         
            +
                                    "ndbno": "16167"
         
     | 
| 
      
 207 
     | 
    
         
            +
                                },
         
     | 
| 
      
 208 
     | 
    
         
            +
                                {
         
     | 
| 
      
 209 
     | 
    
         
            +
                                    "offset": 23,
         
     | 
| 
      
 210 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 211 
     | 
    
         
            +
                                    "name": "Cookies, butter, commercially prepared, enriched",
         
     | 
| 
      
 212 
     | 
    
         
            +
                                    "ndbno": "18155"
         
     | 
| 
      
 213 
     | 
    
         
            +
                                },
         
     | 
| 
      
 214 
     | 
    
         
            +
                                {
         
     | 
| 
      
 215 
     | 
    
         
            +
                                    "offset": 24,
         
     | 
| 
      
 216 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 217 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter, refrigerated dough",
         
     | 
| 
      
 218 
     | 
    
         
            +
                                    "ndbno": "18187"
         
     | 
| 
      
 219 
     | 
    
         
            +
                                },
         
     | 
| 
      
 220 
     | 
    
         
            +
                                {
         
     | 
| 
      
 221 
     | 
    
         
            +
                                    "offset": 25,
         
     | 
| 
      
 222 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 223 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter sandwich, regular",
         
     | 
| 
      
 224 
     | 
    
         
            +
                                    "ndbno": "18190"
         
     | 
| 
      
 225 
     | 
    
         
            +
                                },
         
     | 
| 
      
 226 
     | 
    
         
            +
                                {
         
     | 
| 
      
 227 
     | 
    
         
            +
                                    "offset": 26,
         
     | 
| 
      
 228 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 229 
     | 
    
         
            +
                                    "name": "Cookies, butter, commercially prepared, unenriched",
         
     | 
| 
      
 230 
     | 
    
         
            +
                                    "ndbno": "18421"
         
     | 
| 
      
 231 
     | 
    
         
            +
                                },
         
     | 
| 
      
 232 
     | 
    
         
            +
                                {
         
     | 
| 
      
 233 
     | 
    
         
            +
                                    "offset": 27,
         
     | 
| 
      
 234 
     | 
    
         
            +
                                    "group": "Sweets",
         
     | 
| 
      
 235 
     | 
    
         
            +
                                    "name": "Candies, confectioner's coating, peanut butter",
         
     | 
| 
      
 236 
     | 
    
         
            +
                                    "ndbno": "19086"
         
     | 
| 
      
 237 
     | 
    
         
            +
                                },
         
     | 
| 
      
 238 
     | 
    
         
            +
                                {
         
     | 
| 
      
 239 
     | 
    
         
            +
                                    "offset": 28,
         
     | 
| 
      
 240 
     | 
    
         
            +
                                    "group": "Snacks",
         
     | 
| 
      
 241 
     | 
    
         
            +
                                    "name": "Snacks, granola bars, hard, peanut butter",
         
     | 
| 
      
 242 
     | 
    
         
            +
                                    "ndbno": "19420"
         
     | 
| 
      
 243 
     | 
    
         
            +
                                },
         
     | 
| 
      
 244 
     | 
    
         
            +
                                {
         
     | 
| 
      
 245 
     | 
    
         
            +
                                    "offset": 29,
         
     | 
| 
      
 246 
     | 
    
         
            +
                                    "group": "Fats and Oils",
         
     | 
| 
      
 247 
     | 
    
         
            +
                                    "name": "Butter replacement, without fat, powder",
         
     | 
| 
      
 248 
     | 
    
         
            +
                                    "ndbno": "43214"
         
     | 
| 
      
 249 
     | 
    
         
            +
                                },
         
     | 
| 
      
 250 
     | 
    
         
            +
                                {
         
     | 
| 
      
 251 
     | 
    
         
            +
                                    "offset": 30,
         
     | 
| 
      
 252 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 253 
     | 
    
         
            +
                                    "name": "MOTHER'S, Peanut Butter Gauchos Cookies",
         
     | 
| 
      
 254 
     | 
    
         
            +
                                    "ndbno": "28208"
         
     | 
| 
      
 255 
     | 
    
         
            +
                                },
         
     | 
| 
      
 256 
     | 
    
         
            +
                                {
         
     | 
| 
      
 257 
     | 
    
         
            +
                                    "offset": 31,
         
     | 
| 
      
 258 
     | 
    
         
            +
                                    "group": "Sweets",
         
     | 
| 
      
 259 
     | 
    
         
            +
                                    "name": "Candies, REESE'S Peanut Butter Cups",
         
     | 
| 
      
 260 
     | 
    
         
            +
                                    "ndbno": "19150"
         
     | 
| 
      
 261 
     | 
    
         
            +
                                },
         
     | 
| 
      
 262 
     | 
    
         
            +
                                {
         
     | 
| 
      
 263 
     | 
    
         
            +
                                    "offset": 32,
         
     | 
| 
      
 264 
     | 
    
         
            +
                                    "group": "Vegetables and Vegetable Products",
         
     | 
| 
      
 265 
     | 
    
         
            +
                                    "name": "Potatoes, scalloped, home-prepared with butter",
         
     | 
| 
      
 266 
     | 
    
         
            +
                                    "ndbno": "11372"
         
     | 
| 
      
 267 
     | 
    
         
            +
                                },
         
     | 
| 
      
 268 
     | 
    
         
            +
                                {
         
     | 
| 
      
 269 
     | 
    
         
            +
                                    "offset": 33,
         
     | 
| 
      
 270 
     | 
    
         
            +
                                    "group": "Vegetables and Vegetable Products",
         
     | 
| 
      
 271 
     | 
    
         
            +
                                    "name": "Pickles, cucumber, sweet (includes bread and butter pickles)",
         
     | 
| 
      
 272 
     | 
    
         
            +
                                    "ndbno": "11940"
         
     | 
| 
      
 273 
     | 
    
         
            +
                                },
         
     | 
| 
      
 274 
     | 
    
         
            +
                                {
         
     | 
| 
      
 275 
     | 
    
         
            +
                                    "offset": 34,
         
     | 
| 
      
 276 
     | 
    
         
            +
                                    "group": "Nut and Seed Products",
         
     | 
| 
      
 277 
     | 
    
         
            +
                                    "name": "Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)",
         
     | 
| 
      
 278 
     | 
    
         
            +
                                    "ndbno": "12171"
         
     | 
| 
      
 279 
     | 
    
         
            +
                                },
         
     | 
| 
      
 280 
     | 
    
         
            +
                                {
         
     | 
| 
      
 281 
     | 
    
         
            +
                                    "offset": 35,
         
     | 
| 
      
 282 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 283 
     | 
    
         
            +
                                    "name": "Peanut butter, chunk style, with salt",
         
     | 
| 
      
 284 
     | 
    
         
            +
                                    "ndbno": "16097"
         
     | 
| 
      
 285 
     | 
    
         
            +
                                },
         
     | 
| 
      
 286 
     | 
    
         
            +
                                {
         
     | 
| 
      
 287 
     | 
    
         
            +
                                    "offset": 36,
         
     | 
| 
      
 288 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 289 
     | 
    
         
            +
                                    "name": "Peanut butter, smooth style, with salt",
         
     | 
| 
      
 290 
     | 
    
         
            +
                                    "ndbno": "16098"
         
     | 
| 
      
 291 
     | 
    
         
            +
                                },
         
     | 
| 
      
 292 
     | 
    
         
            +
                                {
         
     | 
| 
      
 293 
     | 
    
         
            +
                                    "offset": 37,
         
     | 
| 
      
 294 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 295 
     | 
    
         
            +
                                    "name": "Peanut butter, smooth, vitamin and mineral fortified",
         
     | 
| 
      
 296 
     | 
    
         
            +
                                    "ndbno": "16155"
         
     | 
| 
      
 297 
     | 
    
         
            +
                                },
         
     | 
| 
      
 298 
     | 
    
         
            +
                                {
         
     | 
| 
      
 299 
     | 
    
         
            +
                                    "offset": 38,
         
     | 
| 
      
 300 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 301 
     | 
    
         
            +
                                    "name": "Peanut butter, chunky, vitamin and mineral fortified",
         
     | 
| 
      
 302 
     | 
    
         
            +
                                    "ndbno": "16156"
         
     | 
| 
      
 303 
     | 
    
         
            +
                                },
         
     | 
| 
      
 304 
     | 
    
         
            +
                                {
         
     | 
| 
      
 305 
     | 
    
         
            +
                                    "offset": 39,
         
     | 
| 
      
 306 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 307 
     | 
    
         
            +
                                    "name": "Peanut butter, chunk style, without salt",
         
     | 
| 
      
 308 
     | 
    
         
            +
                                    "ndbno": "16397"
         
     | 
| 
      
 309 
     | 
    
         
            +
                                },
         
     | 
| 
      
 310 
     | 
    
         
            +
                                {
         
     | 
| 
      
 311 
     | 
    
         
            +
                                    "offset": 40,
         
     | 
| 
      
 312 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 313 
     | 
    
         
            +
                                    "name": "Peanut butter, smooth style, without salt",
         
     | 
| 
      
 314 
     | 
    
         
            +
                                    "ndbno": "16398"
         
     | 
| 
      
 315 
     | 
    
         
            +
                                },
         
     | 
| 
      
 316 
     | 
    
         
            +
                                {
         
     | 
| 
      
 317 
     | 
    
         
            +
                                    "offset": 41,
         
     | 
| 
      
 318 
     | 
    
         
            +
                                    "group": "Legumes and Legume Products",
         
     | 
| 
      
 319 
     | 
    
         
            +
                                    "name": "Peanut butter with omega-3, creamy",
         
     | 
| 
      
 320 
     | 
    
         
            +
                                    "ndbno": "16399"
         
     | 
| 
      
 321 
     | 
    
         
            +
                                },
         
     | 
| 
      
 322 
     | 
    
         
            +
                                {
         
     | 
| 
      
 323 
     | 
    
         
            +
                                    "offset": 42,
         
     | 
| 
      
 324 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 325 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter, commercially prepared, regular",
         
     | 
| 
      
 326 
     | 
    
         
            +
                                    "ndbno": "18185"
         
     | 
| 
      
 327 
     | 
    
         
            +
                                },
         
     | 
| 
      
 328 
     | 
    
         
            +
                                {
         
     | 
| 
      
 329 
     | 
    
         
            +
                                    "offset": 43,
         
     | 
| 
      
 330 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 331 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter, commercially prepared, soft-type",
         
     | 
| 
      
 332 
     | 
    
         
            +
                                    "ndbno": "18186"
         
     | 
| 
      
 333 
     | 
    
         
            +
                                },
         
     | 
| 
      
 334 
     | 
    
         
            +
                                {
         
     | 
| 
      
 335 
     | 
    
         
            +
                                    "offset": 44,
         
     | 
| 
      
 336 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 337 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter, refrigerated dough, baked",
         
     | 
| 
      
 338 
     | 
    
         
            +
                                    "ndbno": "18188"
         
     | 
| 
      
 339 
     | 
    
         
            +
                                },
         
     | 
| 
      
 340 
     | 
    
         
            +
                                {
         
     | 
| 
      
 341 
     | 
    
         
            +
                                    "offset": 45,
         
     | 
| 
      
 342 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 343 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter, prepared from recipe",
         
     | 
| 
      
 344 
     | 
    
         
            +
                                    "ndbno": "18189"
         
     | 
| 
      
 345 
     | 
    
         
            +
                                },
         
     | 
| 
      
 346 
     | 
    
         
            +
                                {
         
     | 
| 
      
 347 
     | 
    
         
            +
                                    "offset": 46,
         
     | 
| 
      
 348 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 349 
     | 
    
         
            +
                                    "name": "Cookies, peanut butter sandwich, special dietary",
         
     | 
| 
      
 350 
     | 
    
         
            +
                                    "ndbno": "18201"
         
     | 
| 
      
 351 
     | 
    
         
            +
                                },
         
     | 
| 
      
 352 
     | 
    
         
            +
                                {
         
     | 
| 
      
 353 
     | 
    
         
            +
                                    "offset": 47,
         
     | 
| 
      
 354 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 355 
     | 
    
         
            +
                                    "name": "Crackers, wheat, sandwich, with peanut butter filling",
         
     | 
| 
      
 356 
     | 
    
         
            +
                                    "ndbno": "18234"
         
     | 
| 
      
 357 
     | 
    
         
            +
                                },
         
     | 
| 
      
 358 
     | 
    
         
            +
                                {
         
     | 
| 
      
 359 
     | 
    
         
            +
                                    "offset": 48,
         
     | 
| 
      
 360 
     | 
    
         
            +
                                    "group": "Snacks",
         
     | 
| 
      
 361 
     | 
    
         
            +
                                    "name": "Snacks, granola bars, soft, uncoated, peanut butter",
         
     | 
| 
      
 362 
     | 
    
         
            +
                                    "ndbno": "19021"
         
     | 
| 
      
 363 
     | 
    
         
            +
                                },
         
     | 
| 
      
 364 
     | 
    
         
            +
                                {
         
     | 
| 
      
 365 
     | 
    
         
            +
                                    "offset": 49,
         
     | 
| 
      
 366 
     | 
    
         
            +
                                    "group": "Sweets",
         
     | 
| 
      
 367 
     | 
    
         
            +
                                    "name": "Candies, fudge, peanut butter, prepared-from-recipe",
         
     | 
| 
      
 368 
     | 
    
         
            +
                                    "ndbno": "19102"
         
     | 
| 
      
 369 
     | 
    
         
            +
                                }
         
     | 
| 
      
 370 
     | 
    
         
            +
                            ]
         
     | 
| 
      
 371 
     | 
    
         
            +
                        }
         
     | 
| 
      
 372 
     | 
    
         
            +
                    }
         
     | 
| 
      
 373 
     | 
    
         
            +
                http_version:
         
     | 
| 
      
 374 
     | 
    
         
            +
              recorded_at: Sun, 27 Sep 2015 00:52:09 GMT
         
     | 
| 
      
 375 
     | 
    
         
            +
            recorded_with: VCR 2.9.3
         
     | 
| 
         @@ -0,0 +1,213 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            http_interactions:
         
     | 
| 
      
 3 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: http://api.nal.usda.gov/ndb/search?api_key=DEMO_KEY&fg=&format=JSON&max=50&offset=0&q=Cheddar%20Cheese&sort=n
         
     | 
| 
      
 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 00:52:10 GMT
         
     | 
| 
      
 37 
     | 
    
         
            +
                  Location:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - ''
         
     | 
| 
      
 39 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - nginx
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Via:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 1.1 varnish-v4
         
     | 
| 
      
 45 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - MISS
         
     | 
| 
      
 47 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - '1000'
         
     | 
| 
      
 49 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - '977'
         
     | 
| 
      
 51 
     | 
    
         
            +
                  X-Varnish:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - '41248187'
         
     | 
| 
      
 53 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 55 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 57 
     | 
    
         
            +
                body:
         
     | 
| 
      
 58 
     | 
    
         
            +
                  encoding: ASCII-8BIT
         
     | 
| 
      
 59 
     | 
    
         
            +
                  string: |-
         
     | 
| 
      
 60 
     | 
    
         
            +
                    {
         
     | 
| 
      
 61 
     | 
    
         
            +
                        "list": {
         
     | 
| 
      
 62 
     | 
    
         
            +
                            "q": "Cheddar Cheese",
         
     | 
| 
      
 63 
     | 
    
         
            +
                            "sr": "27",
         
     | 
| 
      
 64 
     | 
    
         
            +
                            "start": 0,
         
     | 
| 
      
 65 
     | 
    
         
            +
                            "end": 23,
         
     | 
| 
      
 66 
     | 
    
         
            +
                            "total": 23,
         
     | 
| 
      
 67 
     | 
    
         
            +
                            "group": "",
         
     | 
| 
      
 68 
     | 
    
         
            +
                            "sort": "n",
         
     | 
| 
      
 69 
     | 
    
         
            +
                            "item": [
         
     | 
| 
      
 70 
     | 
    
         
            +
                                {
         
     | 
| 
      
 71 
     | 
    
         
            +
                                    "offset": 0,
         
     | 
| 
      
 72 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 73 
     | 
    
         
            +
                                    "name": "AUSTIN, Cheddar Cheese on Cheese Crackers, sandwich-type",
         
     | 
| 
      
 74 
     | 
    
         
            +
                                    "ndbno": "18984"
         
     | 
| 
      
 75 
     | 
    
         
            +
                                },
         
     | 
| 
      
 76 
     | 
    
         
            +
                                {
         
     | 
| 
      
 77 
     | 
    
         
            +
                                    "offset": 1,
         
     | 
| 
      
 78 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 79 
     | 
    
         
            +
                                    "name": "AUSTIN, Cheddar Cheese on Cheese Crackers, sandwich-type, reduced fat",
         
     | 
| 
      
 80 
     | 
    
         
            +
                                    "ndbno": "18987"
         
     | 
| 
      
 81 
     | 
    
         
            +
                                },
         
     | 
| 
      
 82 
     | 
    
         
            +
                                {
         
     | 
| 
      
 83 
     | 
    
         
            +
                                    "offset": 2,
         
     | 
| 
      
 84 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 85 
     | 
    
         
            +
                                    "name": "AUSTIN, Cheddar Cheese on Wafer Crackers, sandwich-type",
         
     | 
| 
      
 86 
     | 
    
         
            +
                                    "ndbno": "28258"
         
     | 
| 
      
 87 
     | 
    
         
            +
                                },
         
     | 
| 
      
 88 
     | 
    
         
            +
                                {
         
     | 
| 
      
 89 
     | 
    
         
            +
                                    "offset": 3,
         
     | 
| 
      
 90 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 91 
     | 
    
         
            +
                                    "name": "AUSTIN, Cheddar Cheese on Wheat Crackers, sandwich-type",
         
     | 
| 
      
 92 
     | 
    
         
            +
                                    "ndbno": "18983"
         
     | 
| 
      
 93 
     | 
    
         
            +
                                },
         
     | 
| 
      
 94 
     | 
    
         
            +
                                {
         
     | 
| 
      
 95 
     | 
    
         
            +
                                    "offset": 4,
         
     | 
| 
      
 96 
     | 
    
         
            +
                                    "group": "Soups, Sauces, and Gravies",
         
     | 
| 
      
 97 
     | 
    
         
            +
                                    "name": "CAMPBELL'S, Cheddar Cheese Soup, condensed",
         
     | 
| 
      
 98 
     | 
    
         
            +
                                    "ndbno": "06038"
         
     | 
| 
      
 99 
     | 
    
         
            +
                                },
         
     | 
| 
      
 100 
     | 
    
         
            +
                                {
         
     | 
| 
      
 101 
     | 
    
         
            +
                                    "offset": 5,
         
     | 
| 
      
 102 
     | 
    
         
            +
                                    "group": "Breakfast Cereals",
         
     | 
| 
      
 103 
     | 
    
         
            +
                                    "name": "Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, dry",
         
     | 
| 
      
 104 
     | 
    
         
            +
                                    "ndbno": "08094"
         
     | 
| 
      
 105 
     | 
    
         
            +
                                },
         
     | 
| 
      
 106 
     | 
    
         
            +
                                {
         
     | 
| 
      
 107 
     | 
    
         
            +
                                    "offset": 6,
         
     | 
| 
      
 108 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 109 
     | 
    
         
            +
                                    "name": "Cheese, american cheddar, imitation",
         
     | 
| 
      
 110 
     | 
    
         
            +
                                    "ndbno": "43278"
         
     | 
| 
      
 111 
     | 
    
         
            +
                                },
         
     | 
| 
      
 112 
     | 
    
         
            +
                                {
         
     | 
| 
      
 113 
     | 
    
         
            +
                                    "offset": 7,
         
     | 
| 
      
 114 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 115 
     | 
    
         
            +
                                    "name": "Cheese, cheddar",
         
     | 
| 
      
 116 
     | 
    
         
            +
                                    "ndbno": "01009"
         
     | 
| 
      
 117 
     | 
    
         
            +
                                },
         
     | 
| 
      
 118 
     | 
    
         
            +
                                {
         
     | 
| 
      
 119 
     | 
    
         
            +
                                    "offset": 8,
         
     | 
| 
      
 120 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 121 
     | 
    
         
            +
                                    "name": "Cheese, cheddar, nonfat or fat free",
         
     | 
| 
      
 122 
     | 
    
         
            +
                                    "ndbno": "01265"
         
     | 
| 
      
 123 
     | 
    
         
            +
                                },
         
     | 
| 
      
 124 
     | 
    
         
            +
                                {
         
     | 
| 
      
 125 
     | 
    
         
            +
                                    "offset": 9,
         
     | 
| 
      
 126 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 127 
     | 
    
         
            +
                                    "name": "Cheese, cheddar, reduced fat",
         
     | 
| 
      
 128 
     | 
    
         
            +
                                    "ndbno": "01260"
         
     | 
| 
      
 129 
     | 
    
         
            +
                                },
         
     | 
| 
      
 130 
     | 
    
         
            +
                                {
         
     | 
| 
      
 131 
     | 
    
         
            +
                                    "offset": 10,
         
     | 
| 
      
 132 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 133 
     | 
    
         
            +
                                    "name": "Cheese, cheddar, sharp, sliced",
         
     | 
| 
      
 134 
     | 
    
         
            +
                                    "ndbno": "01270"
         
     | 
| 
      
 135 
     | 
    
         
            +
                                },
         
     | 
| 
      
 136 
     | 
    
         
            +
                                {
         
     | 
| 
      
 137 
     | 
    
         
            +
                                    "offset": 11,
         
     | 
| 
      
 138 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 139 
     | 
    
         
            +
                                    "name": "Cheese, low fat, cheddar or colby",
         
     | 
| 
      
 140 
     | 
    
         
            +
                                    "ndbno": "01168"
         
     | 
| 
      
 141 
     | 
    
         
            +
                                },
         
     | 
| 
      
 142 
     | 
    
         
            +
                                {
         
     | 
| 
      
 143 
     | 
    
         
            +
                                    "offset": 12,
         
     | 
| 
      
 144 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 145 
     | 
    
         
            +
                                    "name": "Cheese, low-sodium, cheddar or colby",
         
     | 
| 
      
 146 
     | 
    
         
            +
                                    "ndbno": "01169"
         
     | 
| 
      
 147 
     | 
    
         
            +
                                },
         
     | 
| 
      
 148 
     | 
    
         
            +
                                {
         
     | 
| 
      
 149 
     | 
    
         
            +
                                    "offset": 13,
         
     | 
| 
      
 150 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 151 
     | 
    
         
            +
                                    "name": "Cheese, pasteurized process, cheddar or American, fat-free",
         
     | 
| 
      
 152 
     | 
    
         
            +
                                    "ndbno": "42205"
         
     | 
| 
      
 153 
     | 
    
         
            +
                                },
         
     | 
| 
      
 154 
     | 
    
         
            +
                                {
         
     | 
| 
      
 155 
     | 
    
         
            +
                                    "offset": 14,
         
     | 
| 
      
 156 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 157 
     | 
    
         
            +
                                    "name": "Cheese, pasteurized process, cheddar or American, low sodium",
         
     | 
| 
      
 158 
     | 
    
         
            +
                                    "ndbno": "43398"
         
     | 
| 
      
 159 
     | 
    
         
            +
                                },
         
     | 
| 
      
 160 
     | 
    
         
            +
                                {
         
     | 
| 
      
 161 
     | 
    
         
            +
                                    "offset": 15,
         
     | 
| 
      
 162 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 163 
     | 
    
         
            +
                                    "name": "Cheese product, pasteurized process, cheddar, reduced fat",
         
     | 
| 
      
 164 
     | 
    
         
            +
                                    "ndbno": "42258"
         
     | 
| 
      
 165 
     | 
    
         
            +
                                },
         
     | 
| 
      
 166 
     | 
    
         
            +
                                {
         
     | 
| 
      
 167 
     | 
    
         
            +
                                    "offset": 16,
         
     | 
| 
      
 168 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 169 
     | 
    
         
            +
                                    "name": "Cheese spread, American or Cheddar cheese base, reduced fat",
         
     | 
| 
      
 170 
     | 
    
         
            +
                                    "ndbno": "01259"
         
     | 
| 
      
 171 
     | 
    
         
            +
                                },
         
     | 
| 
      
 172 
     | 
    
         
            +
                                {
         
     | 
| 
      
 173 
     | 
    
         
            +
                                    "offset": 17,
         
     | 
| 
      
 174 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 175 
     | 
    
         
            +
                                    "name": "Imitation cheese, american or cheddar, low cholesterol",
         
     | 
| 
      
 176 
     | 
    
         
            +
                                    "ndbno": "42117"
         
     | 
| 
      
 177 
     | 
    
         
            +
                                },
         
     | 
| 
      
 178 
     | 
    
         
            +
                                {
         
     | 
| 
      
 179 
     | 
    
         
            +
                                    "offset": 18,
         
     | 
| 
      
 180 
     | 
    
         
            +
                                    "group": "Baked Products",
         
     | 
| 
      
 181 
     | 
    
         
            +
                                    "name": "KEEBLER, Cheese & Cheddar Sandwich Crackers",
         
     | 
| 
      
 182 
     | 
    
         
            +
                                    "ndbno": "28049"
         
     | 
| 
      
 183 
     | 
    
         
            +
                                },
         
     | 
| 
      
 184 
     | 
    
         
            +
                                {
         
     | 
| 
      
 185 
     | 
    
         
            +
                                    "offset": 19,
         
     | 
| 
      
 186 
     | 
    
         
            +
                                    "group": "Sausages and Luncheon Meats",
         
     | 
| 
      
 187 
     | 
    
         
            +
                                    "name": "Sausage, pork and beef, with cheddar cheese, smoked",
         
     | 
| 
      
 188 
     | 
    
         
            +
                                    "ndbno": "07917"
         
     | 
| 
      
 189 
     | 
    
         
            +
                                },
         
     | 
| 
      
 190 
     | 
    
         
            +
                                {
         
     | 
| 
      
 191 
     | 
    
         
            +
                                    "offset": 20,
         
     | 
| 
      
 192 
     | 
    
         
            +
                                    "group": "Sausages and Luncheon Meats",
         
     | 
| 
      
 193 
     | 
    
         
            +
                                    "name": "Sausage, summer, pork and beef, sticks, with cheddar cheese",
         
     | 
| 
      
 194 
     | 
    
         
            +
                                    "ndbno": "07918"
         
     | 
| 
      
 195 
     | 
    
         
            +
                                },
         
     | 
| 
      
 196 
     | 
    
         
            +
                                {
         
     | 
| 
      
 197 
     | 
    
         
            +
                                    "offset": 21,
         
     | 
| 
      
 198 
     | 
    
         
            +
                                    "group": "Snacks",
         
     | 
| 
      
 199 
     | 
    
         
            +
                                    "name": "Snacks, M&M MARS, COMBOS Snacks Cheddar Cheese Pretzel",
         
     | 
| 
      
 200 
     | 
    
         
            +
                                    "ndbno": "19049"
         
     | 
| 
      
 201 
     | 
    
         
            +
                                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                                    "offset": 22,
         
     | 
| 
      
 204 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 205 
     | 
    
         
            +
                                    "name": "USDA Commodity, cheese, cheddar, reduced fat",
         
     | 
| 
      
 206 
     | 
    
         
            +
                                    "ndbno": "01182"
         
     | 
| 
      
 207 
     | 
    
         
            +
                                }
         
     | 
| 
      
 208 
     | 
    
         
            +
                            ]
         
     | 
| 
      
 209 
     | 
    
         
            +
                        }
         
     | 
| 
      
 210 
     | 
    
         
            +
                    }
         
     | 
| 
      
 211 
     | 
    
         
            +
                http_version:
         
     | 
| 
      
 212 
     | 
    
         
            +
              recorded_at: Sun, 27 Sep 2015 00:52:10 GMT
         
     | 
| 
      
 213 
     | 
    
         
            +
            recorded_with: VCR 2.9.3
         
     |