data-pipeline-ai-agent / sample_data.json
vanhai123's picture
Update sample_data.json
cf49a79 verified
{
"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"
}
]
}