-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
76 lines (76 loc) · 2.43 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"page": 2,
"per_page": 6,
"total": 12,
"total_pages": 2,
"data": [
{
"id": 1,
"title": "[email protected]",
"tags": [
"Michael",
"AXX"
],
"user": {
"id": "1",
"name": "Michael Jackson",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg"
},
"description": "est your front-end against a real API. Fake data. No more tedious sample data creation, we've got it covered. Real responses. Develop with real response ...",
"timestamp": 1582779442744,
"price": "$200",
"rating": 4
},
{
"id": 2,
"title": "2 Search Results Web results Reqres - A hosted REST-API ready to respond to your AJAX ...",
"tags": [
"Michael",
"AXX"
],
"user": {
"id": "2",
"name": "Michael Jackson",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg"
},
"description": "22 est your front-end against a real API. Fake data. No more tedious sample data creation, we've got it covered. Real responses. Develop with real response ...",
"timestamp": 1582779442744,
"price": "$200",
"rating": 4
},
{
"id": 7,
"title": "35 Search Results Web results Reqres - A hosted REST-API ready to respond to your AJAX ...",
"tags": [
"Michael",
"AXX"
],
"user": {
"id": "1",
"name": "Michael Jackson",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg"
},
"description": "est your front-end against a real API. Fake data. No more tedious sample data creation, we've got it covered. Real responses. Develop with real response ...",
"timestamp": 1582779442744,
"price": "$200",
"rating": 4
},
{
"id": 17,
"title": "21 Search Results Web results Reqres - A hosted REST-API ready to respond to your AJAX ...",
"tags": [
"Michael",
"AXX"
],
"user": {
"id": "1",
"name": "Michael Jackson",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg"
},
"description": "est your front-end against a real API. Fake data. No more tedious sample data creation, we've got it covered. Real responses. Develop with real response ...",
"timestamp": 1582779442744,
"price": "$200",
"rating": 4
}
]
}