File size: 2,279 Bytes
cf49a79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "count": 10,
  "entries": [
    {
      "API": "Cat Facts",
      "Description": "Daily cat facts",
      "Auth": "",
      "HTTPS": true,
      "Cors": "no",
      "Link": "https://catfact.ninja",
      "Category": "Animals"
    },
    {
      "API": "Dog CEO",
      "Description": "Random pictures of dogs",
      "Auth": "",
      "HTTPS": true,
      "Cors": "yes",
      "Link": "https://dog.ceo/api/breeds/image/random",
      "Category": "Animals"
    },
    {
      "API": "WeatherAPI",
      "Description": "Weather data from multiple sources",
      "Auth": "apiKey",
      "HTTPS": false,
      "Cors": "yes",
      "Link": "https://weatherapi.com/",
      "Category": "Weather"
    },
    {
      "API": "OpenLibrary",
      "Description": "Books, authors and more",
      "Auth": "",
      "HTTPS": true,
      "Cors": "yes",
      "Link": "https://openlibrary.org/developers/api",
      "Category": "Books"
    },
    {
      "API": "CoinGecko",
      "Description": "Cryptocurrency data",
      "Auth": "",
      "HTTPS": true,
      "Cors": "yes",
      "Link": "https://www.coingecko.com/en/api",
      "Category": "Finance"
    },
    {
      "API": "ExchangeRate API",
      "Description": "Currency exchange rates",
      "Auth": "apiKey",
      "HTTPS": true,
      "Cors": "unknown",
      "Link": "https://www.exchangerate-api.com/",
      "Category": "Finance"
    },
    {
      "API": "NASA",
      "Description": "NASA open APIs",
      "Auth": "apiKey",
      "HTTPS": true,
      "Cors": "yes",
      "Link": "https://api.nasa.gov",
      "Category": "Science"
    },
    {
      "API": "JokeAPI",
      "Description": "Programming and general jokes",
      "Auth": "",
      "HTTPS": false,
      "Cors": "yes",
      "Link": "http://jokeapi.dev",
      "Category": "Entertainment"
    },
    {
      "API": "IPify",
      "Description": "Get your public IP address",
      "Auth": "",
      "HTTPS": true,
      "Cors": "no",
      "Link": "https://api.ipify.org?format=json",
      "Category": "Utilities"
    },
    {
      "API": "Genderize",
      "Description": "Predict gender from name",
      "Auth": "",
      "HTTPS": true,
      "Cors": "yes",
      "Link": "https://genderize.io/",
      "Category": "Machine Learning"
    }
  ]
}