Browse Source

Update starter JSON

pull/368/head
Dave Machado 6 years ago
parent
commit
1a17cd61b5
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
2 changed files with 57 additions and 8 deletions
  1. +56
    -7
      json/api.json
  2. +1
    -1
      json/api.min.json

+ 56
- 7
json/api.json View File

@@ -30,12 +30,19 @@
"HTTPS": false,
"Link": "http://anilist-api.readthedocs.io/en/latest/"
},
{
"API": "Jikan",
"Auth": null,
"Description": "Unofficial MyAnimeList API",
"HTTPS": true,
"Link": "https://jikan.me"
},
{
"API": "Kitsu",
"Auth": "OAuth",
"Description": "Kitsu Anime",
"HTTPS": false,
"Link": "http://docs.kitsu17.apiary.io/"
"Description": "Anime discovery platform",
"HTTPS": true,
"Link": "http://docs.kitsu.apiary.io/"
},
{
"API": "Studio Ghibli",
@@ -751,6 +758,13 @@
"HTTPS": false,
"Link": "https://github.com/evz/tacofancy-api"
},
{
"API": "TheCocktailDB",
"Auth": null,
"Description": "Cocktail Recipes",
"HTTPS": false,
"Link": "http://www.thecocktaildb.com/"
},
{
"API": "Yummly",
"Auth": null,
@@ -874,6 +888,13 @@
"HTTPS": true,
"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",
"Auth": null,
@@ -913,8 +934,8 @@
"API": "Qriusity",
"Auth": null,
"Description": "Quiz/Trivia Questions",
"HTTPS": false,
"Link": "http://qriusity.com/"
"HTTPS": true,
"Link": "https://qriusity.com/"
},
{
"API": "Riot Games",
@@ -1058,6 +1079,13 @@
"HTTPS": true,
"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",
"Auth": "apiKey",
@@ -1271,7 +1299,7 @@
},
{
"API": "Spotify",
"Auth": "OAuth required for some parts",
"Auth": "OAuth",
"Description": "Music",
"HTTPS": true,
"Link": "https://developer.spotify.com/web-api/"
@@ -1440,6 +1468,13 @@
"HTTPS": true,
"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",
"Auth": null,
@@ -1665,6 +1700,13 @@
}
],
"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",
"Auth": null,
@@ -1744,6 +1786,13 @@
}
],
"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",
"Auth": "apikey",
@@ -2169,7 +2218,7 @@
},
{
"API": "Wunderground",
"Auth": null,
"Auth": "apiKey",
"Description": "Weather",
"HTTPS": true,
"Link": "https://www.wunderground.com/weather/api/"


+ 1
- 1
json/api.min.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save