-
Notifications
You must be signed in to change notification settings - Fork 3
/
api.json
64 lines (64 loc) · 2.1 KB
/
api.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
{
"items": [
{
"image": "github.webp",
"title": "Github API",
"description": "Explore the github repositories and users from this API.",
"link": "/github"
},
{
"image": "nasa.webp",
"title": "NASA API",
"description": "Explore the github repositories and users from this API.",
"link": "/nasa"
},
{
"image": "imgur.png",
"title": "Imgur API",
"description": "Explore the github repositories and users from this API.",
"link": "/imgur"
},
{
"image": "spotify.webp",
"title": "Spotify API",
"description": "Explore the github repositories and users from this API.",
"link": "/spotify"
},
{
"image": "stackexchange.webp",
"title": "Stackexchange API",
"description": "Explore the github repositories and users from this API.",
"link": "/stackexchange"
},
{
"image": "iexcloud.webp",
"title": "IEX Cloud API",
"description": "Explore the github repositories and users from this API.",
"link": "/iexcloud"
},
{
"image": "imdb.svg",
"title": "IMDB API",
"description": "Explore the github repositories and users from this API.",
"link": "/imdb"
},
{
"image": "accuweather.webp",
"title": "Accuweather API",
"description": "Explore the github repositories and users from this API.",
"link": "/accuweather"
},
{
"image": "unsplash.jpeg",
"title": "Unsplash API",
"description": "Explore the github repositories and users from this API.",
"link": "/unsplash"
},
{
"image": "coinbase.webp",
"title": "Coinbase API",
"description": "Get the latest bitcoin prices in realtime from Coinbase",
"link": "/coinbase"
}
]
}