-
Notifications
You must be signed in to change notification settings - Fork 2
/
db.json
56 lines (54 loc) · 1.32 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"meta": {
"disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.",
"terms": "https://open.fda.gov/terms/",
"license": "https://open.fda.gov/license/",
"last_updated": "2020-08-05"
},
"results": [
{
"name": "Hand Sanitizer",
"itemId":1,
"qty":1,
"salePrice":"10",
"checked":0,
"description": "Used for washing hands",
"thumbnailImage":"https://www.performancehealth.com/media/catalog/product/cache/933c72112d518ec06f8b7477609fd2b9/0/8/081679927_md.jpg"
},
{
"name": "Oxygen",
"itemId":1,
"qty":1,
"salePrice":"5",
"checked":0
},
{
"name": "Ibuprofen",
"itemId":1,
"qty":1,
"salePrice":"45",
"checked":0
},
{
"name": "Gabapentin",
"itemId":1,
"qty":1,
"salePrice":"130",
"checked":0
},
{
"name": "Salicylic Acid",
"itemId":1,
"qty":1,
"salePrice":"580",
"checked":0
},
{
"name": "HEADACHE",
"itemId":1,
"qty":1,
"salePrice":"9",
"checked":0
}
]
}