Update starter JSON

This commit is contained in:
Dave Machado 2017-07-02 23:47:08 -04:00
parent ab50c415ae
commit 1a17cd61b5
No known key found for this signature in database
GPG key ID: 948D4778D01A7B3F
2 changed files with 57 additions and 8 deletions

View file

@ -30,12 +30,19 @@
"HTTPS": false, "HTTPS": false,
"Link": "http://anilist-api.readthedocs.io/en/latest/" "Link": "http://anilist-api.readthedocs.io/en/latest/"
}, },
{
"API": "Jikan",
"Auth": null,
"Description": "Unofficial MyAnimeList API",
"HTTPS": true,
"Link": "https://jikan.me"
},
{ {
"API": "Kitsu", "API": "Kitsu",
"Auth": "OAuth", "Auth": "OAuth",
"Description": "Kitsu Anime", "Description": "Anime discovery platform",
"HTTPS": false, "HTTPS": true,
"Link": "http://docs.kitsu17.apiary.io/" "Link": "http://docs.kitsu.apiary.io/"
}, },
{ {
"API": "Studio Ghibli", "API": "Studio Ghibli",
@ -751,6 +758,13 @@
"HTTPS": false, "HTTPS": false,
"Link": "https://github.com/evz/tacofancy-api" "Link": "https://github.com/evz/tacofancy-api"
}, },
{
"API": "TheCocktailDB",
"Auth": null,
"Description": "Cocktail Recipes",
"HTTPS": false,
"Link": "http://www.thecocktaildb.com/"
},
{ {
"API": "Yummly", "API": "Yummly",
"Auth": null, "Auth": null,
@ -874,6 +888,13 @@
"HTTPS": true, "HTTPS": true,
"Link": "https://wiki.guildwars2.com/wiki/API:Main" "Link": "https://wiki.guildwars2.com/wiki/API:Main"
}, },
{
"API": "Jservice",
"Auth": null,
"Description": "Jeopardy Question Database",
"HTTPS": false,
"Link": "http://jservice.io"
},
{ {
"API": "Magic The Gathering", "API": "Magic The Gathering",
"Auth": null, "Auth": null,
@ -913,8 +934,8 @@
"API": "Qriusity", "API": "Qriusity",
"Auth": null, "Auth": null,
"Description": "Quiz/Trivia Questions", "Description": "Quiz/Trivia Questions",
"HTTPS": false, "HTTPS": true,
"Link": "http://qriusity.com/" "Link": "https://qriusity.com/"
}, },
{ {
"API": "Riot Games", "API": "Riot Games",
@ -1058,6 +1079,13 @@
"HTTPS": true, "HTTPS": true,
"Link": "https://postcodes.io" "Link": "https://postcodes.io"
}, },
{
"API": "REST Countries",
"Auth": null,
"Description": "Get information about countries via a RESTful API",
"HTTPS": true,
"Link": "https://restcountries.eu"
},
{ {
"API": "Utah AGRC", "API": "Utah AGRC",
"Auth": "apiKey", "Auth": "apiKey",
@ -1271,7 +1299,7 @@
}, },
{ {
"API": "Spotify", "API": "Spotify",
"Auth": "OAuth required for some parts", "Auth": "OAuth",
"Description": "Music", "Description": "Music",
"HTTPS": true, "HTTPS": true,
"Link": "https://developer.spotify.com/web-api/" "Link": "https://developer.spotify.com/web-api/"
@ -1440,6 +1468,13 @@
"HTTPS": true, "HTTPS": true,
"Link": "https://dev.fedger.io/docs/" "Link": "https://dev.fedger.io/docs/"
}, },
{
"API": "Gene_info",
"Auth": "apiKey",
"Description": "human genome data w/ gene summaries",
"HTTPS": false,
"Link": "http://www.geneinfo.life"
},
{ {
"API": "inspirehep.net", "API": "inspirehep.net",
"Auth": null, "Auth": null,
@ -1665,6 +1700,13 @@
} }
], ],
"Sports & Fitness": [ "Sports & Fitness": [
{
"API": "Cartola FC",
"Auth": null,
"Description": "The Cartola FC API serves to check the partial points of your team",
"HTTPS": true,
"Link": "https://github.com/wgenial/cartrolandofc"
},
{ {
"API": "City Bikes", "API": "City Bikes",
"Auth": null, "Auth": null,
@ -1744,6 +1786,13 @@
} }
], ],
"Tracking": [ "Tracking": [
{
"API": "Postmon",
"Auth": null,
"Description": "An API to query Brazilian ZIP codes and orders easily, quickly and free",
"HTTPS": false,
"Link": "http://postmon.com.br"
},
{ {
"API": "Sweden", "API": "Sweden",
"Auth": "apikey", "Auth": "apikey",
@ -2169,7 +2218,7 @@
}, },
{ {
"API": "Wunderground", "API": "Wunderground",
"Auth": null, "Auth": "apiKey",
"Description": "Weather", "Description": "Weather",
"HTTPS": true, "HTTPS": true,
"Link": "https://www.wunderground.com/weather/api/" "Link": "https://www.wunderground.com/weather/api/"

File diff suppressed because one or more lines are too long