-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.json
More file actions
38 lines (38 loc) · 675 Bytes
/
api.json
File metadata and controls
38 lines (38 loc) · 675 Bytes
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
[
{
"id": 1,
"api": "https://jsonplaceholder.typicode.com/posts"
},
{
"id": 2,
"api": "https://jsonplaceholder.typicode.com/comments"
},
{
"id": 3,
"api": "https://jsonplaceholder.typicode.com/albums"
},
{
"id": 4,
"api": "https://jsonplaceholder.typicode.com/users"
},
{
"id": 5,
"api": "https://gorest.co.in/public/v2/users"
},
{
"id": 6,
"api": "https://gorest.co.in/public/v2/posts"
},
{
"id": 7,
"api": "https://gorest.co.in/public/v2/comments"
},
{
"id": 8,
"api": "https://gorest.co.in/public/v2/todos"
},
{
"id" : 9,
"api" : "https://reqres.in/api/users"
}
]