From 670d069b29b4fbcdb8b29e5bb7b160fb177a654d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Mol=C4=8D=C3=ADk?= Date: Tue, 20 Sep 2016 12:05:40 +0200 Subject: [PATCH 001/114] Update README.md Added Czech Republic Transportation API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1224e04..5e7e8a65 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ A collective list of JSON APIs for use in web development. | Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | +| Transport for Czech Republic | Czech transport API | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | | Transport for Finland | Finnish transport API | No | [Go!](http://digitransit.fi/en/developers/) | | Transport for Germany | Deutsche Bahn (DB) API | No, but `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | | Transport for Berlin | third-party VBB API | No | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | From bb2187d110de76a18284c1af81bd293c017e6c2a Mon Sep 17 00:00:00 2001 From: Aleksandr Yakunichev Date: Wed, 5 Oct 2016 01:16:51 +0300 Subject: [PATCH 002/114] Add Deezer to music APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1224e04..a92ea874 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ A collective list of JSON APIs for use in web development. | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | +| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | ### Open Source projects From fd225425a08514b9522b75ae55156f270a721862 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Wed, 5 Oct 2016 08:38:17 +0800 Subject: [PATCH 003/114] Add Myjson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1224e04..66090acc 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A collective list of JSON APIs for use in web development. | JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | | Lorem Text | Generates Lorem Ipsum text | No, but requires `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) +| Myjson | A simple JSON store for your web or mobile app | No | [Go!](http://myjson.com/api) | | Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | | Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | | RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | From 97f2c59de37b24ec306742874aa9a040b5e93a4e Mon Sep 17 00:00:00 2001 From: Peter Kassenaar Date: Thu, 6 Oct 2016 07:25:59 +0200 Subject: [PATCH 004/114] Added Strava API (#226) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1224e04..675c0ac4 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ A collective list of JSON APIs for use in web development. | NFL Arrests | NFL Arrest Data | No | [Go!](http://nflarrest.com/api/) | | Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | [Go!](http://promotocrossapi.com) | | Stattleship | MLB, NBA, NHL, NFL | No, but a token is required | [Go!](https://www.stattleship.com/#) | +| Strava API | Connect with athletes, activities and more | [Yes](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| | wger API | Workout manager data as exercises, muscles or equipments | No, but `apiKey` query string | [Go!](https://wger.de/en/software/api) | From 6efb932b2779cb606bdefa3c40773fae6439a6af Mon Sep 17 00:00:00 2001 From: Renato Date: Fri, 7 Oct 2016 11:31:29 +0200 Subject: [PATCH 005/114] Changed position of Deezer Changed position of Deezer to be sorted alphabetically --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de51eee9..d3091e98 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | +| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | @@ -217,7 +218,7 @@ A collective list of JSON APIs for use in web development. | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | -| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | + ### Open Source projects From ed5a2944a5b2b3acd3ac9e42923e5178cd4d37b8 Mon Sep 17 00:00:00 2001 From: Renato Date: Fri, 7 Oct 2016 11:33:38 +0200 Subject: [PATCH 006/114] fixed position of Deezer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3091e98..6689453b 100644 --- a/README.md +++ b/README.md @@ -206,8 +206,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | +| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | From dda844e77020134b89af56d1aa840ff939ca76b3 Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Sat, 8 Oct 2016 15:21:50 +0200 Subject: [PATCH 007/114] Added Wunderlist API Added the Wunderlist (Todo Management) API to the Documents & Productivity section. Not sure if it's the correct section for that? --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6689453b..e9eacb94 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | pdflayer API | HTML/URL to PDF | No | [Go!](https://pdflayer.com) | +| Wunderlist | Todo Lists | Yes | [Go!](https://developer.wunderlist.com/documentation) | ### Drinks From 18fa473c529456babbcb371c28d50162b994946e Mon Sep 17 00:00:00 2001 From: Patrick K Date: Wed, 12 Oct 2016 19:43:40 +0900 Subject: [PATCH 008/114] Update README.md (#229) Added Forismatic API, which provides "the most inspiring expressions of mankind." Also edited Faceplusplus link to match other links in the list (GO! -> Go!) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6689453b..1139b482 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ A collective list of JSON APIs for use in web development. | Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | [Go!] (https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | [Go!](https://api.cdnjs.com/libraries/jquery) | -| Faceplusplus | A tool to detect face | Yes | [GO!](http://www.faceplusplus.com/uc_home/) | +| Faceplusplus | A tool to detect face | Yes | [Go!](http://www.faceplusplus.com/uc_home/) | | Github - User Data | Pull public information for a user's github | No | [Go!](https://api.github.com/users/hackeryou) | | Gitter | Chat for GitHub | Yes | [Go!](https://developer.gitter.im/docs/) | | Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) @@ -178,7 +178,8 @@ A collective list of JSON APIs for use in web development. | Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | | Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | | File.io | Files | No | [Go!](https://file.io) | -| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) +| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) | +| Forismatic |Inspirational Quotes | No |[Go!](http://forismatic.com/en/api/) | | Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) | Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | From c11bb4f592e523672d3170a50e0ea5410477a7ff Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 17 Oct 2016 22:56:26 -0400 Subject: [PATCH 009/114] Update README.md to break down Media category The Media category was becoming too vague and too cluttered with items that fell into other, already existing, categories. By breaking up this category, we are able to allow viewers to quickly find what they need, instead of making them search the category they want and then have to double-check the "catch-all" basin that was Media. --- README.md | 81 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 1139b482..7027688c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,22 @@ A collective list of JSON APIs for use in web development. | VirusTotal | VirusTotal File/URL Analysis API | No, but a token is required | [Go!](https://www.virustotal.com/en/documentation/public-api/) | | Web Of Trust (WOT) | Website reputation API | No, but `key` string | [Go!](https://www.mywot.com/wiki/API) | +### Art & Design + +| API | Description | OAuth | Link | +|---|---|---|---| +| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | +| Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | +| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | + +### Books + +| API | Description | OAuth | Link | +|---|---|---|---| +| British National Bibliography | Books | No | [Go!](http://bnb.data.bl.uk/) | +| Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | +| Google Books | Books | Yes | [Go!](https://developers.google.com/books/) + ### Business | API | Description | OAuth | Link | @@ -56,6 +72,7 @@ A collective list of JSON APIs for use in web development. | Gitter | Chat for GitHub | Yes | [Go!](https://developer.gitter.im/docs/) | | Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) | JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | +| LiveCoding | Live Coding Streaming API | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | Lorem Text | Generates Lorem Ipsum text | No, but requires `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) | Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | @@ -71,6 +88,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| +| File.io | Files | No | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | [Go!](https://pdflayer.com) | ### Drinks @@ -101,6 +119,7 @@ A collective list of JSON APIs for use in web development. | Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | | Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | +| Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | ### Data Validation @@ -130,6 +149,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Battle.net | Blizzard API | No | [Go!](https://dev.battle.net/) | +| Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | | Clash of Clans | Clash of Clans API | No | [Go!](https://developer.clashofclans.com) | | ClashAPI | Clash Royale API | No | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | @@ -168,41 +188,6 @@ A collective list of JSON APIs for use in web development. | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | | Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | -### Media - -| API | Description | OAuth | Link | -|---|---|---|---| -| 500px | Photography Community | Yes | [Go!](https://github.com/500px/api-documentation) -| An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) -| British National Bibliography | Books | No | [Go!](http://bnb.data.bl.uk/) | -| Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | -| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | -| File.io | Files | No | [Go!](https://file.io) | -| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) | -| Forismatic |Inspirational Quotes | No |[Go!](http://forismatic.com/en/api/) | -| Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) -| Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | -| Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Google Books | Books | Yes | [Go!](https://developers.google.com/books/) -| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) -| Imgur | Images | Yes | [Go!](https://api.imgur.com/#overview) | -| iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | -| LiveCoding | Live Coding Streaming API | Yes | [Go!](https://www.livecoding.tv/developer/applications/) -| Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) -| MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | -| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | -| Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | -| OMDB | Open movie database | No | [Go!](http://omdbapi.com) | -| Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) -| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | -| Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | -| screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | -| TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | -| Twitch | Game Streaming API | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | -| Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) -| Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | - ### Music | API | Description | OAuth | Link | @@ -210,7 +195,9 @@ A collective list of JSON APIs for use in web development. | Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | | Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | +| Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | +| iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | | Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | | MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | @@ -220,7 +207,6 @@ A collective list of JSON APIs for use in web development. | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | - ### Open Source projects | API | Description | OAuth | Link | @@ -235,6 +221,17 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | +#### Photography + +| API | Description | OAuth | Link | +|---|---|---|---| +| 500px | Photography Community | Yes | [Go!](https://github.com/500px/api-documentation) +| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) | +| Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | +| Imgur | Images | Yes | [Go!](https://api.imgur.com/#overview) | +| screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | +| Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | + ### Security | API | Description | OAuth | Link | @@ -246,6 +243,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| +| Forismatic |Inspirational Quotes | No |[Go!](http://forismatic.com/en/api/) | +| Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) | Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | ### Science @@ -268,12 +267,15 @@ A collective list of JSON APIs for use in web development. | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) | Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | Yes | [Go!](https://www.instagram.com/developer/) | | LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | | Telegram MTProto API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | | Telegram bot API | Simplified HTTP version of the MTProto API for bots | Yes | [Go!](https://core.telegram.org/bots/api) | | PWRTelegram bot API | Boosted version of the Telegram bot API | Yes | [Go!](https://pwrtelegram.xyz) | +| Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) | Tumblr API | Read and write Tumblr Data | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | +| Twitch | Game Streaming API | Yes | [Go!](https://github.com/justintv/Twitch-API) | | Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | | vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) | | Wit.ai API | Turn speech and text into actionable data | Yes | [Go!](https://wit.ai/docs) | @@ -350,6 +352,13 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| +| An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) +| MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | +| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | +| OMDB | Open movie database | No | [Go!](http://omdbapi.com) | +| Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | +| TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | +| Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | | Vimeo | Vimeo Developer API | Yes | [Go!](https://developer.vimeo.com/) | YouTube | Add YouTube functionality to your sites and apps. | Yes / No | [Go!](https://developers.google.com/youtube/) From 42d726baecaf28636031d99b1cf67893858a9c06 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 18 Oct 2016 08:15:06 -0400 Subject: [PATCH 010/114] Update README.md Formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7027688c..b1f184a0 100644 --- a/README.md +++ b/README.md @@ -243,8 +243,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| Forismatic |Inspirational Quotes | No |[Go!](http://forismatic.com/en/api/) | -| Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) +| Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | +| Medium | Community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) | Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | ### Science From 3471feecaad85045ce3ecdb2b29e89ed17afd666 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 18 Oct 2016 09:53:51 -0400 Subject: [PATCH 011/114] Add Dailymotion API Add Dailymotion API under Video. Dailymotion is a video-hosting site similar to Vimeo and YouTube. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1f184a0..c1bd576e 100644 --- a/README.md +++ b/README.md @@ -352,14 +352,15 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) +| An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) | +| Dailymotion | Dailymotion Developer API | Yes / No | [Go!](https://developer.dailymotion.com/) | | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | | OMDB | Open movie database | No | [Go!](http://omdbapi.com) | | Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | -| Vimeo | Vimeo Developer API | Yes | [Go!](https://developer.vimeo.com/) +| Vimeo | Vimeo Developer API | Yes | [Go!](https://developer.vimeo.com/) | | YouTube | Add YouTube functionality to your sites and apps. | Yes / No | [Go!](https://developers.google.com/youtube/) ### Weather From 2a455b9447e60ab3170c2f67642a75208d267d32 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 18 Oct 2016 10:05:29 -0400 Subject: [PATCH 012/114] Update Formatting Update Alphabetical ordering of P's and header size of Photography --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c1bd576e..8c5faa24 100644 --- a/README.md +++ b/README.md @@ -215,13 +215,15 @@ A collective list of JSON APIs for use in web development. | Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | | Libraries.io | Open source software libraries | No, but `apiKey` query string | [Go!](https://libraries.io/api) | -### Planets +### Personality | API | Description | OAuth | Link | |---|---|---|---| -| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | +| Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | +| Medium | Community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) +| Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | -#### Photography +### Photography | API | Description | OAuth | Link | |---|---|---|---| @@ -232,20 +234,11 @@ A collective list of JSON APIs for use in web development. | screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | -### Security - -| API | Description | OAuth | Link | -|---|---|---|---| -| AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | -| UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | - -### Personality +### Planets | API | Description | OAuth | Link | |---|---|---|---| -| Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | -| Medium | Community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) -| Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | +| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | ### Science @@ -259,6 +252,13 @@ A collective list of JSON APIs for use in web development. | USGS Earthquake Hazards Program | Earthquakes data real-time | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | +### Security + +| API | Description | OAuth | Link | +|---|---|---|---| +| AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | +| UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | + ### Social | API | Description | OAuth | Link | @@ -296,7 +296,6 @@ A collective list of JSON APIs for use in web development. | Strava API | Connect with athletes, activities and more | [Yes](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| | wger API | Workout manager data as exercises, muscles or equipments | No, but `apiKey` query string | [Go!](https://wger.de/en/software/api) | - ### Transportation | API | Description | OAuth | Link | From fe0065515b21d7f628d5648d75ae21acd095e552 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 18 Oct 2016 10:08:59 -0400 Subject: [PATCH 013/114] Move Planets section into Science Similar to the Media section, by moving the Planets section into Science, it creates a more concise way for users to search (i.e. no need to check Science, and then go back and look for another section to cover what they are looking for). --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c5faa24..a26bbaa2 100644 --- a/README.md +++ b/README.md @@ -234,18 +234,13 @@ A collective list of JSON APIs for use in web development. | screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | -### Planets - -| API | Description | OAuth | Link | -|---|---|---|---| -| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | - ### Science | API | Description | OAuth | Link | |---|---|---|---| | Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | | inspirehep.net | High Energy Physics info. system | No | [Go!](https://inspirehep.net/info/hep/api?ln=en) | +| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | [Go!](http://sunrise-sunset.org/api) | From 568f8367d8e53cec16d23fbdebfa6a6a91cac962 Mon Sep 17 00:00:00 2001 From: Darryn Patterson Date: Tue, 18 Oct 2016 16:17:43 +0200 Subject: [PATCH 014/114] Update README.md Added the "WhereIsMyTransport" transportation API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1f184a0..e3cf20c4 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ A collective list of JSON APIs for use in web development. | Transport for Washington, US | Washington Metro transport API | Yes | [Go!](https://developer.wmata.com/) | | Transport for Madrid, Spain | Madrid BUS transport API | No, but apiKey query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for Auckland, New Zealand | Auckland Transport API | No | [Go!](https://api.at.govt.nz/) | +| WhereIsMyTransport | Platform for public transport data in emerging cities | Yes | [Go!](https://developer.whereismytransport.com/) | ### University From 956d83d4c9cab38afdc66b6494387cc6b683c16e Mon Sep 17 00:00:00 2001 From: Scott Thompson Date: Mon, 24 Oct 2016 09:58:26 +0100 Subject: [PATCH 015/114] Updated OpenWeatherMap OAuth column (requires api key as per: http://openweathermap.org/appid) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94c0cb7..280f83ec 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,6 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | -| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | +| OpenWeatherMap | Weather | No, but `apiKey` query string | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | From 50851d20c9e3da21f836f5c102f38f2492da5827 Mon Sep 17 00:00:00 2001 From: Jatin Balodhi Date: Tue, 25 Oct 2016 21:38:09 +0530 Subject: [PATCH 016/114] Update README.md (#236) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 280f83ec..eb828fb4 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ A collective list of JSON APIs for use in web development. | Open Government, Australia | Australian Government Open Data | No |[Go!](https://www.data.gov.au/) | | Open Government, USA | United States Government Open Data | No |[Go!](https://www.data.gov/) | | Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | +| Open Government Data, India | Indian Government Open Data | No, but a token is required | [Go!](https://data.gov.in/) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | | Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | From b9b61f72f60ab5269eb25b5e367e640bf68b0504 Mon Sep 17 00:00:00 2001 From: Raghav Date: Mon, 7 Nov 2016 15:03:11 +0530 Subject: [PATCH 017/114] News Tab Created NYTimes API added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eb828fb4..099e777e 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ A collective list of JSON APIs for use in web development. | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | + +### NEWS + +| API | Description | OAuth | Link | +|---|---|---|---| +| New York Times | Provides News | No, but apikey is required | [Go!](https://developer.nytimes.com/) | + ### Open Source projects | API | Description | OAuth | Link | From 9ad692a7319abe0c57e3f182983f279c09c36244 Mon Sep 17 00:00:00 2001 From: Jake Stewart Date: Mon, 7 Nov 2016 08:48:06 -0500 Subject: [PATCH 018/114] Remove Stattleship API --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index eb828fb4..f80fb9fe 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,6 @@ A collective list of JSON APIs for use in web development. | Cricket Live Scores | live-score | No, but requires `X-Mashape-Key` as header | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | [Go!](http://nflarrest.com/api/) | | Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | [Go!](http://promotocrossapi.com) | -| Stattleship | MLB, NBA, NHL, NFL | No, but a token is required | [Go!](https://www.stattleship.com/#) | | Strava API | Connect with athletes, activities and more | [Yes](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| | wger API | Workout manager data as exercises, muscles or equipments | No, but `apiKey` query string | [Go!](https://wger.de/en/software/api) | From 5363796d36be38a6cfd7158150b9110c6fc6856b Mon Sep 17 00:00:00 2001 From: Dylan Delobel Date: Mon, 7 Nov 2016 18:58:47 +0100 Subject: [PATCH 019/114] Add Open Trivia API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb828fb4..d8652216 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A collective list of JSON APIs for use in web development. | Magic the gathering | Magic the gathering API | No | [Go!](http://magicthegathering.io/) | | Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | | Minecraft | Minecraft API (For server info & user info) | No |[Go!](https://mcapi.ca/) | +| Open Trivia | Trivia API | No | [Go!](https://opentdb.com/api_config.php) | | Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | | Riot Games | The RESTful League of Legends API | No |[Go!](https://developer.riotgames.com/) | | Steam | Steam Client API | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | From fd15bc1fbb4750a1a512d1be51835df453da99a3 Mon Sep 17 00:00:00 2001 From: jakubkrysakowski Date: Tue, 8 Nov 2016 09:31:46 +0100 Subject: [PATCH 020/114] Change Oauth value for Discogs from No to Yes Discogs uses/requires OAuth. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb828fb4..c73b9d1e 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | -| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | +| Discogs | Music | Yes | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | From 843f1a308d42e18553df5ec28dad5cadde02afc9 Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:29:37 +0530 Subject: [PATCH 021/114] Changes Made --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099e777e..1ebc3c9b 100644 --- a/README.md +++ b/README.md @@ -211,11 +211,11 @@ A collective list of JSON APIs for use in web development. | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | -### NEWS +### News | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides News | No, but apikey is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides News | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects From d2e3cbfbd9436848e80f4f689146b09ce1bf3c6f Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:30:35 +0530 Subject: [PATCH 022/114] Changes Made --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebc3c9b..b7a10fed 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides News | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides news | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects From 4476f848d7cd10a232461f1db2e15fea60e5367e Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:32:28 +0530 Subject: [PATCH 023/114] Done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a10fed..b2f1948c 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides news | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides news | No, but `apikey` is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects From cad1b290292b315df56526267bd27f69bf760402 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 9 Nov 2016 19:28:16 -0500 Subject: [PATCH 024/114] Added makeup API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e491cdb9..fbe09075 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | | Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | +| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | ### Music From f53c6f13fd0145b76d9284f70e57353708b8b59b Mon Sep 17 00:00:00 2001 From: Derek Argueta Date: Fri, 11 Nov 2016 09:43:59 -0700 Subject: [PATCH 025/114] Add Pinterest API (#242) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbe09075..748655bd 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ A collective list of JSON APIs for use in web development. | LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | | Telegram MTProto API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | | Telegram bot API | Simplified HTTP version of the MTProto API for bots | Yes | [Go!](https://core.telegram.org/bots/api) | +| Pinterest API | The world's catalog of ideas | Yes | [Go!](https://developers.pinterest.com/) | | PWRTelegram bot API | Boosted version of the Telegram bot API | Yes | [Go!](https://pwrtelegram.xyz) | | Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) | Tumblr API | Read and write Tumblr Data | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | From 7c98dd2f1586ac4ad10f1080153b490423bc245f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 23 Nov 2016 15:16:28 +1100 Subject: [PATCH 026/114] Update README.md added diabetes api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 748655bd..7de65488 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ A collective list of JSON APIs for use in web development. | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | | Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | | Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | +| Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | ### Music From a6d0a4cca27e3c331a5a69311d2e34614a28cf6a Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 24 Nov 2016 18:18:58 +1100 Subject: [PATCH 027/114] Update README.md re-ordered health section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de65488..17b09cd2 100644 --- a/README.md +++ b/README.md @@ -189,10 +189,10 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | -| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | -| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | | Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | +| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | +| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | +| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | ### Music From 96fa3577ca0e7251e6beaa63a13a54f7c49dffa2 Mon Sep 17 00:00:00 2001 From: Dylan Delobel Date: Sun, 27 Nov 2016 17:01:58 +0100 Subject: [PATCH 028/114] Add Quotes on Design API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17b09cd2..1ea82f55 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) +| Quotes on Design | Inspirational Quotes | No | [Go!](https://quotesondesign.com/api-v4-0/) | | Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | ### Photography From 8438388414a71e74b64f6b3055ace437aa6c2fc5 Mon Sep 17 00:00:00 2001 From: Colin Fay Date: Wed, 30 Nov 2016 21:58:26 +0100 Subject: [PATCH 029/114] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ea82f55..d4ed571e 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | +| GéoApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | | IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | | IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | From 6ec603c4fb5e606181dd9acc70fd4f7daa381c18 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 3 Dec 2016 21:08:28 -0500 Subject: [PATCH 030/114] Update 'Exchange' section title to "Currency Exchange" A section title of "exchange" is a bit vague when searching for a currency API, so add "currency" to the section title to make life, and searching, easier. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4ed571e..a2476368 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ A collective list of JSON APIs for use in web development. | Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) | | Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | +### Currency Exchange + +| API | Description | OAuth | Link | +|---|---|---|---| +| Currencylayer | Exchange rates and currency conversion | No, but `apiKey` query string | [Go!](https://currencylayer.com/documentation) | +| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | + ### Development | API | Description | OAuth | Link | @@ -140,13 +147,6 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | PM2.5.in | PM2.5 Data of China | No, but apiKey query string | [Go!](http://www.pm25.in/api_doc) | -### Exchange - -| API | Description | OAuth | Link | -|---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | No, but `apiKey` query string | [Go!](https://currencylayer.com/documentation) | -| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | - ### Games & Comics | API | Description | OAuth | Link | @@ -383,3 +383,4 @@ A collective list of JSON APIs for use in web development. | OpenWeatherMap | Weather | No, but `apiKey` query string | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | + From 9f151f419bb5948984ce5bd252cb307b8229d492 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 3 Dec 2016 21:13:40 -0500 Subject: [PATCH 031/114] Add Mailgun (Email Service) API to Business section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ed571e..90a8fa98 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| +| mailgun | Email Service API | No, but apiKey query string | [Go!](http://www.mailgun.com/) | | markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | ### Calendar From 37cec2c89263b34b7ec49b4226886e232eadb082 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 3 Dec 2016 21:20:45 -0500 Subject: [PATCH 032/114] Add Scoop-It API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ed571e..9aa58848 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A collective list of JSON APIs for use in web development. | Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | | Open Government Data, India | Indian Government Open Data | No, but a token is required | [Go!](https://data.gov.in/) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | +| Scoop.it | Content Curation Service | No, but apiKey query string |[Go!](https://www.scoop.it/dev) | | Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | From faa4502de5024b1115232f6fd50df70574b9f24f Mon Sep 17 00:00:00 2001 From: David Aguiar Date: Sat, 10 Dec 2016 20:24:50 +0100 Subject: [PATCH 033/114] Add index --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 7a419543..fe8a33f8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,40 @@ A collective list of JSON APIs for use in web development. > While I appreciate the masses of pull requests and community involvement, some PRs have been specifically to market company APIs that offer paid for solutions. This API list is not a marketing tool, but a tool to help the community build applications and use free public APIs quickly and easily. Pull requests that explicitly are marketing attempts won't be accepted, thanks for understanding! :) +## Index + +* [Animals](#animals) +* [Anime](#anime) +* [Anti-Malware](#anti-malware) +* [Art & Design](#art--design) +* [Books](#books) +* [Business](#business) +* [Calendar](#calendar) +* [Currency Exchange](#currency-exchange) +* [Development](#development) +* [Documents & Productivity](#documents--productivity) +* [Drinks](#drinks) +* [Data Access](#data-access) +* [Data Validation](#data-validation) +* [Environment](#environment) +* [Games & Comics](#games--comics) +* [Geocoding](#geocoding) +* [Health](#health) +* [Music](#music) +* [News](#news) +* [Open Source projects](#open-source-projects) +* [Personality](#personality) +* [Photography](#photography) +* [Science](#science) +* [Security](#security) +* [Social](#social) +* [Sports/Fitness](#sportsfitness) +* [Transportation](#transportation) +* [University](#university) +* [Vehicle](#vehicle) +* [Video](#video) +* [Weather](#weather) + ### Animals | API | Description | OAuth | Link | From 109aa8fb4c3cb820d1a99405faec7346d8c892d1 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 11 Dec 2016 23:28:20 -0500 Subject: [PATCH 034/114] Create CONTRIBUTING.md --- CONTRIBUTING.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..0115c6b3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,56 @@ +# Contributing to public-apis + +> While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically +opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the +community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing +attempts will not be accepted. +Thanks for understanding! :) + +##Formatting + +Current API entry format: + +| API | Description | Auth | Link | +| --- | --- | --- | --- | +| API Title | Description of API | Does this API require authentication? * | Link to API webpage | + +Example entry: +``` +| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | +``` +*currently, the only accepted inputs for this field are as follows: +* OAuth - _the API supports [OAuth][oauth-link]_ +* apiKey - _the API uses a private key string/token for authentication_ +* No - _the API requires no authentication to run_ + +##Pull Request + +After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]! + +Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate +(pull in) your changes. + +###Pull Request Pro Tips + +* [Fork][fork-link] the repository and [clone][clone-link] it locally. +Connect your local repository to the original `upstream` repository by adding it as a [remote][remote-link]. +Pull in changes from `upstream` often so that you stay up to date and so when you submit your pull request, +merge conflicts will be less likely. See more detailed instructions [here][syncing-link]. +* Create a [branch][branch-link] for your edits. +* Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge +and for others to understand and maintain in the future. + +###Open Pull Requests + +Once you’ve opened a pull request, a discussion will start around your proposed changes. +Other contributors and users may chime in, but ultimately the decision is made by the collaborators. +During the discussion, you may be asked to make some changes to your pull request. +If so, add more commits to your branch and push them – they will automatically go into the existing pull request! + +[clone-link]: +[fork-link]: +[branch-link]: +[syncing-link]: +[oauth-link]: +[pr-link]: +[remote-link]: From 67f456618b2dbdca330cd8add3a6b669b43e352b Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 11 Dec 2016 23:32:05 -0500 Subject: [PATCH 035/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0115c6b3..b87a8752 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,10 +47,11 @@ Other contributors and users may chime in, but ultimately the decision is made b During the discussion, you may be asked to make some changes to your pull request. If so, add more commits to your branch and push them – they will automatically go into the existing pull request! +[branch-link]: [clone-link]: [fork-link]: -[branch-link]: -[syncing-link]: [oauth-link]: [pr-link]: [remote-link]: +[syncing-link]: + From 5e68418b494e10b9711a526cc59c5797ff840e8e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 11 Dec 2016 23:42:23 -0500 Subject: [PATCH 036/114] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fe8a33f8..a11fade6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A collective list of JSON APIs for use in web development. -> While I appreciate the masses of pull requests and community involvement, some PRs have been specifically to market company APIs that offer paid for solutions. This API list is not a marketing tool, but a tool to help the community build applications and use free public APIs quickly and easily. Pull requests that explicitly are marketing attempts won't be accepted, thanks for understanding! :) - ## Index * [Animals](#animals) From 3ea4f7f8c8b717e0848732fc0bc67cf0b5f2e765 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Mon, 12 Dec 2016 10:19:10 +0000 Subject: [PATCH 037/114] Update oAuth column to be Auth --- README.md | 232 +++++++++++++++++++++++++++--------------------------- 1 file changed, 116 insertions(+), 116 deletions(-) diff --git a/README.md b/README.md index a11fade6..09a37c3f 100644 --- a/README.md +++ b/README.md @@ -38,55 +38,55 @@ A collective list of JSON APIs for use in web development. ### Animals -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| IUCN | IUCN Red List of Threatened Species | No, but a token is required | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | +| IUCN | IUCN Red List of Threatened Species | `token` | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | ### Anime -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| AniList | AniList Anime API | Yes | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | +| AniList | AniList Anime API | `oAuth` | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | | Hummingbird | Hummingbird Anime API | No | [Go!](https://hummingbird.me/) | ### Anti-Malware -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Certly | Certly Link/Domain Flagging API | No, but a token is required | [Go!](https://guard.certly.io/) | -| Google Safe Browsing | Google Link/Domain Flagging API | No, but a token is required | [Go!](https://developers.google.com/safe-browsing/) | -| Metacert | Metacert Link Flagging API | No, but a token is required | [Go!](https://metacert.com/) | -| VirusTotal | VirusTotal File/URL Analysis API | No, but a token is required | [Go!](https://www.virustotal.com/en/documentation/public-api/) | -| Web Of Trust (WOT) | Website reputation API | No, but `key` string | [Go!](https://www.mywot.com/wiki/API) | +| Certly | Certly Link/Domain Flagging API | `token` | [Go!](https://guard.certly.io/) | +| Google Safe Browsing | Google Link/Domain Flagging API | `token` | [Go!](https://developers.google.com/safe-browsing/) | +| Metacert | Metacert Link Flagging API | `token` | [Go!](https://metacert.com/) | +| VirusTotal | VirusTotal File/URL Analysis API | `token` | [Go!](https://www.virustotal.com/en/documentation/public-api/) | +| Web Of Trust (WOT) | Website reputation API | `key` string | [Go!](https://www.mywot.com/wiki/API) | ### Art & Design -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | -| Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | +| Dribbble | Design | `oAuth` | [Go!](http://developer.dribbble.com/v1/) | +| Noun Project | Icons | `oAuth` | [Go!](http://api.thenounproject.com/index.html) | | Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | ### Books -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | British National Bibliography | Books | No | [Go!](http://bnb.data.bl.uk/) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Google Books | Books | Yes | [Go!](https://developers.google.com/books/) +| Google Books | Books | `oAuth` | [Go!](https://developers.google.com/books/) ### Business -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| mailgun | Email Service API | No, but apiKey query string | [Go!](http://www.mailgun.com/) | +| mailgun | Email Service API | `apiKey` query string | [Go!](http://www.mailgun.com/) | | markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | ### Calendar -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Church Calendar API | Catholic liturgical calendar | No | [Go!](http://calapi.inadiutorium.cz/) | | Date and Time | Global Date and Time | No | [Go!](http://www.timeanddate.com/services/api/) | @@ -95,25 +95,25 @@ A collective list of JSON APIs for use in web development. ### Currency Exchange -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | No, but `apiKey` query string | [Go!](https://currencylayer.com/documentation) | +| Currencylayer | Exchange rates and currency conversion | `apiKey` query string | [Go!](https://currencylayer.com/documentation) | | Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | ### Development -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | [Go!] (https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | [Go!](https://api.cdnjs.com/libraries/jquery) | -| Faceplusplus | A tool to detect face | Yes | [Go!](http://www.faceplusplus.com/uc_home/) | +| Faceplusplus | A tool to detect face | `oAuth` | [Go!](http://www.faceplusplus.com/uc_home/) | | Github - User Data | Pull public information for a user's github | No | [Go!](https://api.github.com/users/hackeryou) | -| Gitter | Chat for GitHub | Yes | [Go!](https://developer.gitter.im/docs/) | +| Gitter | Chat for GitHub | `oAuth` | [Go!](https://developer.gitter.im/docs/) | | Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) | JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming API | Yes | [Go!](https://www.livecoding.tv/developer/applications/) -| Lorem Text | Generates Lorem Ipsum text | No, but requires `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) +| LiveCoding | Live Coding Streaming API | `oAuth` | [Go!](https://www.livecoding.tv/developer/applications/) +| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) | Myjson | A simple JSON store for your web or mobile app | No | [Go!](http://myjson.com/api) | | Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | @@ -121,7 +121,7 @@ A collective list of JSON APIs for use in web development. | RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!](http://reqres.in/) | RoboHash | Generate random robot/alien avatars | No | [Go!](https://robohash.org/) | -| StackExchange | The All-in-one API for StackExchange sites | Yes | [Go!](https://api.stackexchange.com/) +| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | [Go!](https://api.stackexchange.com/) | UI Faces | Find and generate sample avatars for user interfaces | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | @@ -131,26 +131,26 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | File.io | Files | No | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | [Go!](https://pdflayer.com) | -| Wunderlist | Todo Lists | Yes | [Go!](https://developer.wunderlist.com/documentation) | +| Wunderlist | Todo Lists | `oAuth` | [Go!](https://developer.wunderlist.com/documentation) | ### Drinks -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| BreweryDB | Beer | No, but `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | -| LCBO API | Alcohol | No, but `apiKey` query string |[Go!](https://lcboapi.com/) | +| BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | +| LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | ### Data Access -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | 18F | US Federal Government /Developer Program | No | [Go!](http://18f.github.io/API-All-the-X/) | -| Abbreviation API | Get abbreviations and meanings | No, but requires `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/abbreviations) | +| Abbreviation API | Get abbreviations and meanings | `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/abbreviations) | | Callook.info API | United States ham radio callsigns | No |[Go!](https://callook.info) | -| Celebinfo API | Celebrity information API | No, but requires `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/celebinfo/) | +| Celebinfo API | Celebrity information API | `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/celebinfo/) | | Colorado Data Engine | Formatted and geolocated Colorado public data | No |[Go!](http://codataengine.org/) | | Colorado Information Marketplace | Colorado State Government Open Data | No |[Go!](https://data.colorado.gov/) | | Data USA | US Public Data | No |[Go!](http://datausa.io/about/api/) | @@ -159,12 +159,12 @@ A collective list of JSON APIs for use in web development. | Open Government, Australia | Australian Government Open Data | No |[Go!](https://www.data.gov.au/) | | Open Government, USA | United States Government Open Data | No |[Go!](https://www.data.gov/) | | Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | -| Open Government Data, India | Indian Government Open Data | No, but a token is required | [Go!](https://data.gov.in/) | +| Open Government Data, India | Indian Government Open Data | `token` | [Go!](https://data.gov.in/) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | -| Scoop.it | Content Curation Service | No, but apiKey query string |[Go!](https://www.scoop.it/dev) | +| Scoop.it | Content Curation Service | `apiKey` query string |[Go!](https://www.scoop.it/dev) | | Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | -| Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | +| Yelp | Find Local Business | `oAuth` | [Go!](https://www.yelp.com/developers) | ### Data Validation @@ -177,13 +177,13 @@ A collective list of JSON APIs for use in web development. ### Environment -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| PM2.5.in | PM2.5 Data of China | No, but apiKey query string | [Go!](http://www.pm25.in/api_doc) | +| PM2.5.in | PM2.5 Data of China | `apiKey` query string | [Go!](http://www.pm25.in/api_doc) | ### Games & Comics -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Battle.net | Blizzard API | No | [Go!](https://dev.battle.net/) | | Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | @@ -191,101 +191,101 @@ A collective list of JSON APIs for use in web development. | ClashAPI | Clash Royale API | No | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Deck of Cards | Deck of Cards API | No | [Go!](http://deckofcardsapi.com/) | -| Eve Online | Third-Party Developer Documentation API | Parts | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | +| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | | Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | -| Guild Wars 2 | Guild Wars 2 API | No, but `apiKey` query string (for some routes) | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | +| Guild Wars 2 | Guild Wars 2 API | `apiKey` query string (for some routes) | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | | Magic the gathering | Magic the gathering API | No | [Go!](http://magicthegathering.io/) | | Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | | Minecraft | Minecraft API (For server info & user info) | No |[Go!](https://mcapi.ca/) | | Open Trivia | Trivia API | No | [Go!](https://opentdb.com/api_config.php) | | Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | | Riot Games | The RESTful League of Legends API | No |[Go!](https://developer.riotgames.com/) | -| Steam | Steam Client API | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| Steam | Steam Client API | `oAuth` | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | | SWAPI | Star Wars API | No |[Go!](https://swapi.co) | ### Geocoding -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | -| Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | +| Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | [Go!](https://developers.google.com/maps/) | | IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | | IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | -| Mapbox | Create/customize beautiful digital maps | No, but `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | +| Mapbox | Create/customize beautiful digital maps | `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | | Mapzen Search | Open Source & Open Data Global Geocoding Service | No | [Go!](https://mapzen.com/projects/search) | | Mexico | Mexico RESTful zip codes API | No | [Go!](https://github.com/IcaliaLabs/sepomex) | | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -| OpenStreetMap | Navigation, geolocation and geographical data | Yes | [Go!](http://wiki.openstreetmap.org/wiki/API) | +| OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | | Postcodes.io | Postcode & Geolocation API for the UK | No | [Go!](https://postcodes.io) | ### Health -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | | Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | -| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | +| Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | [Go!](https://developer.nutritionix.com/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | ### Music -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | -| Discogs | Music | Yes | [Go!](https://www.discogs.com/developers/) | +| Deezer | Music | `oAuth` | [Go!](http://developers.deezer.com/api) | +| Discogs | Music | `oAuth` | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | -| Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) -| Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | +| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | [Go!](https://docs.genius.com/) +| Jamendo | Music | `oAuth` | [Go!](https://developer.jamendo.com/v3.0) | | iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | | Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | | MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | | Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | -| Musixmatch | Music | No, but `apikey` query string | [Go!](https://developer.musixmatch.com/) | +| Musixmatch | Music | `apikey` query string | [Go!](https://developer.musixmatch.com/) | | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | +| Spotify | Music | `oAuth` required for some parts | [Go!](https://developer.spotify.com/web-api/) | ### News -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | New York Times | Provides news | No, but `apikey` is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Countly | Countly web analytics API | No | [Go!](http://resources.count.ly/) | | Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | -| Libraries.io | Open source software libraries | No, but `apiKey` query string | [Go!](https://libraries.io/api) | +| Libraries.io | Open source software libraries | `apiKey` query string | [Go!](https://libraries.io/api) | ### Personality -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | -| Medium | Community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) +| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | [Go!](https://github.com/Medium/medium-api-docs) | Quotes on Design | Inspirational Quotes | No | [Go!](https://quotesondesign.com/api-v4-0/) | | Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | ### Photography -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| 500px | Photography Community | Yes | [Go!](https://github.com/500px/api-documentation) -| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) | +| 500px | Photography Community | `oAuth` | [Go!](https://github.com/500px/api-documentation) +| Flickr | Flickr Services | `oAuth` | [Go!](https://www.flickr.com/services/api/) | | Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | -| Imgur | Images | Yes | [Go!](https://api.imgur.com/#overview) | +| Imgur | Images | `oAuth` | [Go!](https://api.imgur.com/#overview) | | screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | -| Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | +| Unsplash | Photography | `oAuth` | [Go!](https://unsplash.com/developers) | ### Science -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | | inspirehep.net | High Energy Physics info. system | No | [Go!](https://inspirehep.net/info/hep/api?ln=en) | @@ -298,58 +298,58 @@ A collective list of JSON APIs for use in web development. ### Security -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | | UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | ### Social -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Discord bot API | Make bots for Discord | Yes | [Go!](https://discordapp.com/developers/docs/intro) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | +| Discord bot API | Make bots for Discord | `oAuth` | [Go!](https://discordapp.com/developers/docs/intro) | +| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | -| Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) -| Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | Yes | [Go!](https://www.instagram.com/developer/) | -| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Telegram MTProto API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | -| Telegram bot API | Simplified HTTP version of the MTProto API for bots | Yes | [Go!](https://core.telegram.org/bots/api) | -| Pinterest API | The world's catalog of ideas | Yes | [Go!](https://developers.pinterest.com/) | -| PWRTelegram bot API | Boosted version of the Telegram bot API | Yes | [Go!](https://pwrtelegram.xyz) | -| Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) -| Tumblr API | Read and write Tumblr Data | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | -| Twitch | Game Streaming API | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | -| vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) | -| Wit.ai API | Turn speech and text into actionable data | Yes | [Go!](https://wit.ai/docs) | +| Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | [Go!](https://www.instagram.com/developer/) | +| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | `oAuth` | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Telegram MTProto API | Read and write Telegram data | `oAuth` | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram bot API | Simplified HTTP version of the MTProto API for bots | `oAuth` | [Go!](https://core.telegram.org/bots/api) | +| Pinterest API | The world's catalog of ideas | `oAuth` | [Go!](https://developers.pinterest.com/) | +| PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | [Go!](https://pwrtelegram.xyz) | +| Reddit | Homepage of the internet | `oAuth` required for some parts | [Go!](https://www.reddit.com/dev/api) +| Tumblr API | Read and write Tumblr Data | `oAuth` | [Go!](https://www.tumblr.com/docs/en/api/v2) | +| Twitch | Game Streaming API | `oAuth` | [Go!](https://github.com/justintv/Twitch-API) | +| Twitter API | Read and write Twitter data | `oAuth` | [Go!](https://dev.twitter.com/rest/public) | +| vk API | Read and write vk dat | `oAuth` | [Go!](https://vk.com/dev/sites) | +| Wit.ai API | Turn speech and text into actionable data | `oAuth` | [Go!](https://wit.ai/docs) | ### Sports/Fitness -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | City Bikes API | City Bikes around the world | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | [Go!](http://ergast.com/mrd/) | FitBit | FitBit API | No | [Go!](https://dev.fitbit.com) | | Football-Data.org | Football Data | No | [Go!](http://api.football-data.org) | -| JCDecaux Bike API | JCDecaux's self-service bicycles | No, but `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | -| Cricket Live Scores | live-score | No, but requires `X-Mashape-Key` as header | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | +| JCDecaux Bike API | JCDecaux's self-service bicycles | `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | +| Cricket Live Scores | live-score | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | [Go!](http://nflarrest.com/api/) | | Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | [Go!](http://promotocrossapi.com) | -| Strava API | Connect with athletes, activities and more | [Yes](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| -| wger API | Workout manager data as exercises, muscles or equipments | No, but `apiKey` query string | [Go!](https://wger.de/en/software/api) | +| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| +| wger API | Workout manager data as exercises, muscles or equipments | `apiKey` query string | [Go!](https://wger.de/en/software/api) | ### Transportation -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | No, but `apikey` query string | [Go!](https://sandbox.amadeus.com/) | +| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | [Go!](https://sandbox.amadeus.com/) | | Community Transit | Transitland API | No | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | -| Goibibo | API for travel search | No, but `apiKey` query string | [Go!](https://developer.goibibo.com/docs) | -| Indian Railways | Indian Railways API | No, but a token is required |[Go!](http://api.erail.in/) | +| Goibibo | API for travel search | `apiKey` query string | [Go!](https://developer.goibibo.com/docs) | +| Indian Railways | Indian Railways API | `token` |[Go!](http://api.erail.in/) | | The Nomad List | A list of the best places to live/work remotely | No | [Go!](https://nomadlist.com/faq) | -| Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) | +| Schiphol Airport API | Schiphol | `oAuth` | [Go!](https://flight-info.3scale.net/) | | TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | Transport for Atlanta, US | Marta | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | @@ -358,62 +358,62 @@ A collective list of JSON APIs for use in web development. | Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | | Transport for Czech Republic | Czech transport API | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | | Transport for Finland | Finnish transport API | No | [Go!](http://digitransit.fi/en/developers/) | -| Transport for Germany | Deutsche Bahn (DB) API | No, but `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | | Transport for Berlin | third-party VBB API | No | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | -| Transport for India | India Public Transport API | No, Api key is required | [Go!](https://data.gov.in/sector/transport) | +| Transport for India | India Public Transport API | Api key | [Go!](https://data.gov.in/sector/transport) | | Transport for London, England | TfL API | No | [Go!](https://api.tfl.gov.uk) | -| Transport for Minneapolis, US | NexTrip API | Yes | [Go!](http://svc.metrotransit.org/) | -| Transport for New York City | MTA | No, but an api key is mandatory | [Go!](http://datamine.mta.info/) | +| Transport for Minneapolis, US | NexTrip API | `oAuth` | [Go!](http://svc.metrotransit.org/) | +| Transport for New York City | MTA | api key | [Go!](http://datamine.mta.info/) | | Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | | Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | [Go!](http://www.octranspo1.com/developers) | | Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Philadelphia | SEPTA APIs | No | [Go!](http://www3.septa.org/hackathon/) | | Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | -| Transport for Sweden | Public Transport consumer | Yes | [Go!](https://www.trafiklab.se/api) | +| Transport for Sweden | Public Transport consumer | `oAuth` | [Go!](https://www.trafiklab.se/api) | | Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | -| Transport for São Paulo, Brazil | SPTrans | Yes | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | +| Transport for São Paulo, Brazil | SPTrans | `oAuth` | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | -| Transport for Tokyo, Japan | Tokyo Metro | No, but apiKey query string |[Go!](https://developer.tokyometroapp.jp/) | -| Transport for Toronto, Canada | TTC | No| [Go!](https://myttc.ca/developers) | -| Transport for Vancouver, Canada | TransLink | Yes | [Go!](https://developer.translink.ca/) | -| Transport for Washington, US | Washington Metro transport API | Yes | [Go!](https://developer.wmata.com/) | -| Transport for Madrid, Spain | Madrid BUS transport API | No, but apiKey query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | +| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string |[Go!](https://developer.tokyometroapp.jp/) | +| Transport for Toronto, Canada | TTC | No | [Go!](https://myttc.ca/developers) | +| Transport for Vancouver, Canada | TransLink | `oAuth` | [Go!](https://developer.translink.ca/) | +| Transport for Washington, US | Washington Metro transport API | `oAuth` | [Go!](https://developer.wmata.com/) | +| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for Auckland, New Zealand | Auckland Transport API | No | [Go!](https://api.at.govt.nz/) | -| WhereIsMyTransport | Platform for public transport data in emerging cities | Yes | [Go!](https://developer.whereismytransport.com/) | +| WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | [Go!](https://developer.whereismytransport.com/) | ### University -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| University API | University names, countries and domains| No| [Go!](https://github.com/Hipo/university-domains-list) | +| University API | University names, countries and domains| No | [Go!](https://github.com/Hipo/university-domains-list) | ### Vehicle -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | +| Vehicle API | Lot of vehicles informations | `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | ### Video -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| | An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) | -| Dailymotion | Dailymotion Developer API | Yes / No | [Go!](https://developer.dailymotion.com/) | +| Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | [Go!](https://developer.dailymotion.com/) | | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | | OMDB | Open movie database | No | [Go!](http://omdbapi.com) | | Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | -| Vimeo | Vimeo Developer API | Yes | [Go!](https://developer.vimeo.com/) | -| YouTube | Add YouTube functionality to your sites and apps. | Yes / No | [Go!](https://developers.google.com/youtube/) +| Vimeo | Vimeo Developer API | `oAuth` | [Go!](https://developer.vimeo.com/) | +| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | [Go!](https://developers.google.com/youtube/) ### Weather -| API | Description | OAuth | Link | +| API | Description | Auth | Link | |---|---|---|---| -| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | -| OpenWeatherMap | Weather | No, but `apiKey` query string | [Go!](http://openweathermap.org/api) | +| Dark Sky Forecast API | Weather | `apiKey` query string | [Go!](https://developer.forecast.io/) | +| OpenWeatherMap | Weather | `apiKey` query string | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | From 0a5037d49a009c57935f8b028249a9572b7940f2 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Mon, 12 Dec 2016 10:25:19 +0000 Subject: [PATCH 038/114] Update contributing guidelines to reflect updated auth column --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b87a8752..74dcfa4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,12 +15,16 @@ Current API entry format: | API Title | Description of API | Does this API require authentication? * | Link to API webpage | Example entry: + ``` | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | ``` -*currently, the only accepted inputs for this field are as follows: -* OAuth - _the API supports [OAuth][oauth-link]_ -* apiKey - _the API uses a private key string/token for authentication_ + +Currently, the only accepted inputs for this field are as follows: + +* `oAuth` - _the API supports oAuth_ +* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_ +* `X-Mashape-Key` - _the name of the header which may need to be sent * No - _the API requires no authentication to run_ ##Pull Request From a3cdacd37e47dd999450e3d5b59c711dbce99fd0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 12 Dec 2016 10:35:05 +0000 Subject: [PATCH 039/114] Updated the introduction --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74dcfa4b..b2934964 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ > While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the -community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing -attempts will not be accepted. -Thanks for understanding! :) +community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted. +> +> Thanks for understanding! :) ##Formatting From f14c24786ee293763758fa0000885674ca2d51f9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 12 Dec 2016 10:35:42 +0000 Subject: [PATCH 040/114] Formatting --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2934964..1d90a2d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,8 +31,7 @@ Currently, the only accepted inputs for this field are as follows: After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]! -Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate -(pull in) your changes. +Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes. ###Pull Request Pro Tips @@ -47,8 +46,11 @@ and for others to understand and maintain in the future. ###Open Pull Requests Once you’ve opened a pull request, a discussion will start around your proposed changes. + Other contributors and users may chime in, but ultimately the decision is made by the collaborators. + During the discussion, you may be asked to make some changes to your pull request. + If so, add more commits to your branch and push them – they will automatically go into the existing pull request! [branch-link]: From b438992cfa0463d0e68727b5fa12b302ca80ceb6 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 12 Dec 2016 10:36:30 +0000 Subject: [PATCH 041/114] Add ordering rule --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d90a2d3..1e01bb73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,8 @@ Currently, the only accepted inputs for this field are as follows: * `X-Mashape-Key` - _the name of the header which may need to be sent * No - _the API requires no authentication to run_ +Please continue to follow the alphabetical ordering that is in place. + ##Pull Request After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]! From 52a71dcb5476e98068652f654102dfeb9d06ba21 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 12 Dec 2016 11:56:09 -0500 Subject: [PATCH 042/114] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09a37c3f..cf13694c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A collective list of JSON APIs for use in web development. +For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). + ## Index * [Animals](#animals) From 4852e7a6106f87f1e525d38f1cb44bd2d4f86ced Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 12 Dec 2016 12:23:56 -0500 Subject: [PATCH 043/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e01bb73..b71a8064 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,10 +24,10 @@ Currently, the only accepted inputs for this field are as follows: * `oAuth` - _the API supports oAuth_ * `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_ -* `X-Mashape-Key` - _the name of the header which may need to be sent -* No - _the API requires no authentication to run_ +* `X-Mashape-Key` - _the name of the header which may need to be sent_ +* `No` - _the API requires no authentication to run_ -Please continue to follow the alphabetical ordering that is in place. +Please continue to follow the alphabetical ordering that is in place per section. ##Pull Request From 0184ad0ba6435325989897f51527b3b39500f2e4 Mon Sep 17 00:00:00 2001 From: Konstantinos Chorianopoulos Date: Sun, 18 Dec 2016 13:21:44 +0200 Subject: [PATCH 044/114] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf13694c..423d9f39 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | +| Flutrack API | Influenza-like symptoms with geotracking | No | [Go!](http://www.flutrack.org/) | | Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | | Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | [Go!](https://developer.nutritionix.com/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | From da91f52799678df3e0016fe1e7570118e32691ab Mon Sep 17 00:00:00 2001 From: Patrick Rogers Date: Sun, 25 Dec 2016 22:23:01 -0500 Subject: [PATCH 045/114] Add Gfycat to Photography APIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 423d9f39..e1cbd7a2 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | 500px | Photography Community | `oAuth` | [Go!](https://github.com/500px/api-documentation) | Flickr | Flickr Services | `oAuth` | [Go!](https://www.flickr.com/services/api/) | +| Gfycat | Jiffier GIFs | `oAuth` | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | | Imgur | Images | `oAuth` | [Go!](https://api.imgur.com/#overview) | | screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | From cc35768469e78ec4b7fbee0408b9fe0eeb12b297 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:17:50 -0500 Subject: [PATCH 046/114] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1cbd7a2..59e4fd95 100644 --- a/README.md +++ b/README.md @@ -112,18 +112,19 @@ For information on contributing to this project, please see the [contributing gu | Faceplusplus | A tool to detect face | `oAuth` | [Go!](http://www.faceplusplus.com/uc_home/) | | Github - User Data | Pull public information for a user's github | No | [Go!](https://api.github.com/users/hackeryou) | | Gitter | Chat for GitHub | `oAuth` | [Go!](https://developer.gitter.im/docs/) | -| Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) +| Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming API | `oAuth` | [Go!](https://www.livecoding.tv/developer/applications/) -| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) -| Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) +| LiveCoding | Live Coding Streaming API | `oAuth` | [Go!](https://www.livecoding.tv/developer/applications/) | +| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | +| Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | [Go!](http://myjson.com/api) | | Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | | Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | | RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | -| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!](http://reqres.in/) +| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!](http://reqres.in/) | | RoboHash | Generate random robot/alien avatars | No | [Go!](https://robohash.org/) | -| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | [Go!](https://api.stackexchange.com/) +| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | [Go!](https://api.stackexchange.com/) | +| Stormpath | User Authentication API | `apiKey` | [Go!](https://stormpath.com/) | | UI Faces | Find and generate sample avatars for user interfaces | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | From 4a350525636d1bd43b91f83521fbb94bf2a9ca36 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:26:36 -0500 Subject: [PATCH 047/114] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 59e4fd95..076390ed 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | British National Bibliography | Books | No | [Go!](http://bnb.data.bl.uk/) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Google Books | Books | `oAuth` | [Go!](https://developers.google.com/books/) +| Google Books | Books | `oAuth` | [Go!](https://developers.google.com/books/) | ### Business @@ -143,7 +143,7 @@ For information on contributing to this project, please see the [contributing gu | BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | | LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | -| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) +| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | ### Data Access @@ -194,10 +194,10 @@ For information on contributing to this project, please see the [contributing gu | ClashAPI | Clash Royale API | No | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Deck of Cards | Deck of Cards API | No | [Go!](http://deckofcardsapi.com/) | -| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | +| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | | Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | | Guild Wars 2 | Guild Wars 2 API | `apiKey` query string (for some routes) | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | -| Magic the gathering | Magic the gathering API | No | [Go!](http://magicthegathering.io/) | +| Magic the gathering | Magic the gathering API | No | [Go!](http://magicthegathering.io/) | | Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | | Minecraft | Minecraft API (For server info & user info) | No |[Go!](https://mcapi.ca/) | | Open Trivia | Trivia API | No | [Go!](https://opentdb.com/api_config.php) | @@ -240,7 +240,7 @@ For information on contributing to this project, please see the [contributing gu | Deezer | Music | `oAuth` | [Go!](http://developers.deezer.com/api) | | Discogs | Music | `oAuth` | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | -| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | [Go!](https://docs.genius.com/) +| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | [Go!](https://docs.genius.com/) | | Jamendo | Music | `oAuth` | [Go!](https://developer.jamendo.com/v3.0) | | iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | @@ -272,7 +272,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | -| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | [Go!](https://github.com/Medium/medium-api-docs) +| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | [Go!](https://quotesondesign.com/api-v4-0/) | | Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | @@ -280,7 +280,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| -| 500px | Photography Community | `oAuth` | [Go!](https://github.com/500px/api-documentation) +| 500px | Photography Community | `oAuth` | [Go!](https://github.com/500px/api-documentation) | | Flickr | Flickr Services | `oAuth` | [Go!](https://www.flickr.com/services/api/) | | Gfycat | Jiffier GIFs | `oAuth` | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | @@ -316,14 +316,14 @@ For information on contributing to this project, please see the [contributing gu | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | -| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) +| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) | | Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | [Go!](https://www.instagram.com/developer/) | | LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | `oAuth` | [Go!](https://developer.linkedin.com/docs/rest-api) | | Telegram MTProto API | Read and write Telegram data | `oAuth` | [Go!](https://core.telegram.org/api#getting-started) | | Telegram bot API | Simplified HTTP version of the MTProto API for bots | `oAuth` | [Go!](https://core.telegram.org/bots/api) | | Pinterest API | The world's catalog of ideas | `oAuth` | [Go!](https://developers.pinterest.com/) | | PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | [Go!](https://pwrtelegram.xyz) | -| Reddit | Homepage of the internet | `oAuth` required for some parts | [Go!](https://www.reddit.com/dev/api) +| Reddit | Homepage of the internet | `oAuth` required for some parts | [Go!](https://www.reddit.com/dev/api) | | Tumblr API | Read and write Tumblr Data | `oAuth` | [Go!](https://www.tumblr.com/docs/en/api/v2) | | Twitch | Game Streaming API | `oAuth` | [Go!](https://github.com/justintv/Twitch-API) | | Twitter API | Read and write Twitter data | `oAuth` | [Go!](https://dev.twitter.com/rest/public) | @@ -335,14 +335,14 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | City Bikes API | City Bikes around the world | No | [Go!](http://api.citybik.es/v2/) | -| Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | [Go!](http://ergast.com/mrd/) +| Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | [Go!](http://ergast.com/mrd/) | | FitBit | FitBit API | No | [Go!](https://dev.fitbit.com) | | Football-Data.org | Football Data | No | [Go!](http://api.football-data.org) | | JCDecaux Bike API | JCDecaux's self-service bicycles | `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | [Go!](http://nflarrest.com/api/) | | Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | [Go!](http://promotocrossapi.com) | -| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/)| +| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/) | | wger API | Workout manager data as exercises, muscles or equipments | `apiKey` query string | [Go!](https://wger.de/en/software/api) | ### Transportation @@ -355,10 +355,10 @@ For information on contributing to this project, please see the [contributing gu | Indian Railways | Indian Railways API | `token` |[Go!](http://api.erail.in/) | | The Nomad List | A list of the best places to live/work remotely | No | [Go!](https://nomadlist.com/faq) | | Schiphol Airport API | Schiphol | `oAuth` | [Go!](https://flight-info.3scale.net/) | -| TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) +| TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | | Transport for Atlanta, US | Marta | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) +| Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | | Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | | Transport for Czech Republic | Czech transport API | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | @@ -411,7 +411,7 @@ For information on contributing to this project, please see the [contributing gu | TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | | Vimeo | Vimeo Developer API | `oAuth` | [Go!](https://developer.vimeo.com/) | -| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | [Go!](https://developers.google.com/youtube/) +| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | [Go!](https://developers.google.com/youtube/) | ### Weather From a1d8970fdbd8e3b011d16e0d64ca26c285f04588 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:37:57 -0500 Subject: [PATCH 048/114] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1cbd7a2..b863822c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ For information on contributing to this project, please see the [contributing gu * [Books](#books) * [Business](#business) * [Calendar](#calendar) +* [Cloud Storage & File Sharing](#cloud-storage--file-sharing) * [Currency Exchange](#currency-exchange) * [Development](#development) * [Documents & Productivity](#documents--productivity) @@ -95,6 +96,12 @@ For information on contributing to this project, please see the [contributing gu | Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) | | Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | +### Cloud Storage & File Sharing + +| API | Description | Auth | Link | +|---|---|---|---| +| Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | + ### Currency Exchange | API | Description | Auth | Link | From 506e4b5939c312e8ad2b073d8f673e341ab9159e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:40:54 -0500 Subject: [PATCH 049/114] Update README.md Add Google Drive API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b863822c..068263fe 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | +| Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | ### Currency Exchange From ef6cb05e3888be197156a7a70c6c5c8342cd3b0b Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:47:30 -0500 Subject: [PATCH 050/114] Add Box API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 068263fe..79e940b5 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| +| Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) | | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | From 9ac6ad3f1fed0bbcbd46d4690edfabd11cb3ee50 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 26 Dec 2016 13:52:16 -0500 Subject: [PATCH 051/114] Add OneDrive API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79e940b5..8dd4f3d6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ For information on contributing to this project, please see the [contributing gu | Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) | | Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | +| OneDrive | File Sharing and Storage | `oAuth` | [Go!](https://dev.onedrive.com/) | ### Currency Exchange From d157b04480b4f55a6a995f761e4a8e4065142788 Mon Sep 17 00:00:00 2001 From: andybe29 Date: Tue, 27 Dec 2016 13:58:09 +0300 Subject: [PATCH 052/114] Add the Launch Library API (#257) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1cbd7a2..8abec9cd 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | | inspirehep.net | High Energy Physics info. system | No | [Go!](https://inspirehep.net/info/hep/api?ln=en) | +| Launch Library | Upcoming Space Launches | No | [Go!](https://launchlibrary.net/1.2/docs/api.html) | | Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | From 0a9f9f46a83fd0ccaebe32ab733286fe35cfdb52 Mon Sep 17 00:00:00 2001 From: Kieran Coldron Date: Thu, 29 Dec 2016 13:02:10 +0000 Subject: [PATCH 053/114] Hummingbird is dead, Long live Kitsu Removed Hummingbird and updated with the Kitsu api details. Source: https://medium.com/heykitsu/hummingbird-is-dead-long-live-kitsu-bda6ccfbbcce#.xixj9r30c https://forums.hummingbird.me/t/kitsu-api-documentation/33367 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ead4aff..f7f0e997 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | AniList | AniList Anime API | `oAuth` | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | -| Hummingbird | Hummingbird Anime API | No | [Go!](https://hummingbird.me/) | +| Kitsu | Kitsu Anime API | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware From 3232468ad6a03c2d52d38b8871218572eb897883 Mon Sep 17 00:00:00 2001 From: Kieran Coldron Date: Fri, 30 Dec 2016 01:52:04 +0000 Subject: [PATCH 054/114] Kitsu auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f0e997..32fe3296 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | AniList | AniList Anime API | `oAuth` | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | -| Kitsu | Kitsu Anime API | No | [Go!](http://docs.kitsu17.apiary.io/) | +| Kitsu | Kitsu Anime API | `oAuth` | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware From 455a8bb35a188e3dfd572010edc361b76857ab85 Mon Sep 17 00:00:00 2001 From: Gabriel Godoy Date: Fri, 6 Jan 2017 04:13:36 -0200 Subject: [PATCH 055/114] Add Pearson dictionary API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32fe3296..899c36e9 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ For information on contributing to this project, please see the [contributing gu | Open Government, USA | United States Government Open Data | No |[Go!](https://www.data.gov/) | | Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | | Open Government Data, India | Indian Government Open Data | `token` | [Go!](https://data.gov.in/) | +| Pearson | Dictionary Data API | `apiKey` query string |[Go!](http://developer.pearson.com/apis/dictionaries) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | | Scoop.it | Content Curation Service | `apiKey` query string |[Go!](https://www.scoop.it/dev) | | Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | From c57e63898a42044e097e5c2c0f3f295d0fc3625e Mon Sep 17 00:00:00 2001 From: Gheorghe Anghelescu Date: Fri, 13 Jan 2017 20:19:09 +0200 Subject: [PATCH 056/114] Fix Riot Games https://developer.riotgames.com/docs/api-keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899c36e9..a6188abc 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ For information on contributing to this project, please see the [contributing gu | Minecraft | Minecraft API (For server info & user info) | No |[Go!](https://mcapi.ca/) | | Open Trivia | Trivia API | No | [Go!](https://opentdb.com/api_config.php) | | Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | -| Riot Games | The RESTful League of Legends API | No |[Go!](https://developer.riotgames.com/) | +| Riot Games | The RESTful League of Legends API | `apiKey` |[Go!](https://developer.riotgames.com/) | | Steam | Steam Client API | `oAuth` | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | | SWAPI | Star Wars API | No |[Go!](https://swapi.co) | From be7be1d49e473141d33716da4f2f27a83a6f538a Mon Sep 17 00:00:00 2001 From: Gheorghe Anghelescu Date: Fri, 13 Jan 2017 20:30:02 +0200 Subject: [PATCH 057/114] Use https for OMDB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899c36e9..1a1b836f 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ For information on contributing to this project, please see the [contributing gu | Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | [Go!](https://developer.dailymotion.com/) | | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | -| OMDB | Open movie database | No | [Go!](http://omdbapi.com) | +| OMDB | Open movie database | No | [Go!](https://omdbapi.com/) | | Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | From 5c0d89f12ddf948184a9eec8c453450ed2a8643d Mon Sep 17 00:00:00 2001 From: Gheorghe Anghelescu Date: Fri, 13 Jan 2017 20:31:33 +0200 Subject: [PATCH 058/114] Fix MovieDB Auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899c36e9..19a05722 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) | | Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | [Go!](https://developer.dailymotion.com/) | -| MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | +| MovieDB | Movie Data | `apiKey` | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | | OMDB | Open movie database | No | [Go!](http://omdbapi.com) | | Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | From bf4721dd0c40e80845ad1a897aa3f17e78971e9e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 16 Jan 2017 23:54:34 -0500 Subject: [PATCH 059/114] Add Clarifai API --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1cbd7a2..1c230a6d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ For information on contributing to this project, please see the [contributing gu * [Games & Comics](#games--comics) * [Geocoding](#geocoding) * [Health](#health) +* [Machine Learning](#machine-learning) * [Music](#music) * [News](#news) * [Open Source projects](#open-source-projects) @@ -232,6 +233,12 @@ For information on contributing to this project, please see the [contributing gu | Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | [Go!](https://developer.nutritionix.com/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | +### Machine Learning + +| API | Description | Auth | Link | +|---|---|---|---| +| Clarifai | Computer Vision API | `oAuth` | [Go!](https://predictbgl.com/api) | + ### Music | API | Description | Auth | Link | From d0c1755b7c1e5ab7586fb95181243bec7b91ca69 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 16 Jan 2017 23:58:06 -0500 Subject: [PATCH 060/114] Add Wit.ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c230a6d..22dd331a 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | Clarifai | Computer Vision API | `oAuth` | [Go!](https://predictbgl.com/api) | +| Wit.ai | Natural Language Processing | `oAuth` | [Go!](https://wit.ai/) | ### Music From 3fdaad27123484056f48c079567dda4f8857e39e Mon Sep 17 00:00:00 2001 From: Paul Capestany Date: Tue, 17 Jan 2017 07:25:47 -0800 Subject: [PATCH 061/114] Add Foursquare API info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 651ee38a..86007e2a 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| +| Foursquare API | Access Foursquare's places database | `oAuth` | [Go!](https://developer.foursquare.com/) | | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | [Go!](https://developers.google.com/maps/) | @@ -326,6 +327,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | Discord bot API | Make bots for Discord | `oAuth` | [Go!](https://discordapp.com/developers/docs/intro) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | +| Foursquare API | Interact with Foursquare users and venues (checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) | From 11b45b3e00a23feade0fa3c301c4afd2db04228e Mon Sep 17 00:00:00 2001 From: Paul Capestany Date: Wed, 18 Jan 2017 02:24:45 -0800 Subject: [PATCH 062/114] Improve Foursquare info Avoid service duplication in README (see: https://github.com/toddmotto/public-apis/pull/259#issuecomment-269635584). --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 86007e2a..be171f2d 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,6 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| -| Foursquare API | Access Foursquare's places database | `oAuth` | [Go!](https://developer.foursquare.com/) | | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | [Go!](https://developers.google.com/maps/) | @@ -327,7 +326,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | Discord bot API | Make bots for Discord | `oAuth` | [Go!](https://discordapp.com/developers/docs/intro) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | -| Foursquare API | Interact with Foursquare users and venues (checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | +| Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) | From b37cc6259ca3591915581373078a9f432463c4ce Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 18 Jan 2017 16:06:15 -0500 Subject: [PATCH 063/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b71a8064..e4088219 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,9 @@ Currently, the only accepted inputs for this field are as follows: * `X-Mashape-Key` - _the name of the header which may need to be sent_ * `No` - _the API requires no authentication to run_ -Please continue to follow the alphabetical ordering that is in place per section. +Please continue to follow the alphabetical ordering that is in place per section. + +If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is lsted under `Social` since it is mainly a social network, even though it could also apply to `Photography`. ##Pull Request From f71815ec5636464eaa3085761b044d1ef621c2fb Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 18 Jan 2017 16:14:02 -0500 Subject: [PATCH 064/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4088219..3c68155d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ Currently, the only accepted inputs for this field are as follows: Please continue to follow the alphabetical ordering that is in place per section. -If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is lsted under `Social` since it is mainly a social network, even though it could also apply to `Photography`. +If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`. ##Pull Request From e517134307f5a1ab264638fe8eb1886b93078a2e Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 06:50:39 -0200 Subject: [PATCH 065/114] Add Edamam to drink category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be171f2d..a0578066 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ For information on contributing to this project, please see the [contributing gu | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | +| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | ### Data Access From 47ef13e203915eacd0adfc073aec20f523c3667c Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 06:52:06 -0200 Subject: [PATCH 066/114] Add Food2Fork to drink category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0578066..e26ac29c 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ For information on contributing to this project, please see the [contributing gu | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | | Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | ### Data Access From 8d73434200555dbc00d223ea4eaa74fbabe645b7 Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 07:12:41 -0200 Subject: [PATCH 067/114] Alphabetical order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26ac29c..21f97870 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| | BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | +| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | | LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | | PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | -| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | -| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | ### Data Access From 128466fa1eef72cad3d9c9ba799d8897a4aa277b Mon Sep 17 00:00:00 2001 From: Diego Brum Date: Fri, 20 Jan 2017 07:19:55 -0200 Subject: [PATCH 068/114] Add BigOven to drink category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21f97870..e9fd5848 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | Link | |---|---|---|---| +| BigOven | Recipe Search API | `X-Mashape-Key` as header |[Go!](http://api2.bigoven.com/) | | BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | | Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | | Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | From d53ee6091be5ddaca64dad70ff5c8d872a8eec5a Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 24 Jan 2017 14:32:38 -0200 Subject: [PATCH 069/114] Update README.md Add Vagalume to Music category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21f97870..72824978 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ For information on contributing to this project, please see the [contributing gu | MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | | Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | | Musixmatch | Music | `apikey` query string | [Go!](https://developer.musixmatch.com/) | +| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | [Go!](https://api.vagalume.com.br/docs/) | | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | `oAuth` required for some parts | [Go!](https://developer.spotify.com/web-api/) | From e755ede49b9e89c256c3630f79bf525f0f40373d Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Wed, 25 Jan 2017 16:37:47 -0800 Subject: [PATCH 070/114] Add Uber API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21f97870..530c6af9 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ For information on contributing to this project, please see the [contributing gu | Transport for Washington, US | Washington Metro transport API | `oAuth` | [Go!](https://developer.wmata.com/) | | Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for Auckland, New Zealand | Auckland Transport API | No | [Go!](https://api.at.govt.nz/) | +| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `oAuth` | [Go!](https://developer.uber.com/) | | WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | [Go!](https://developer.whereismytransport.com/) | ### University From 1cd280a8ab42a6993c995895b1ffc7dd061a62ff Mon Sep 17 00:00:00 2001 From: Mike Street Date: Thu, 26 Jan 2017 20:20:51 +0000 Subject: [PATCH 071/114] Rename drinks to food and drink This closes issue #256 --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4c729050..c8c8f715 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ For information on contributing to this project, please see the [contributing gu * [Currency Exchange](#currency-exchange) * [Development](#development) * [Documents & Productivity](#documents--productivity) -* [Drinks](#drinks) * [Data Access](#data-access) * [Data Validation](#data-validation) * [Environment](#environment) +* [Food and Drink](#food-and-drink) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) * [Health](#health) @@ -146,19 +146,6 @@ For information on contributing to this project, please see the [contributing gu | pdflayer API | HTML/URL to PDF | No | [Go!](https://pdflayer.com) | | Wunderlist | Todo Lists | `oAuth` | [Go!](https://developer.wunderlist.com/documentation) | -### Drinks - -| API | Description | Auth | Link | -|---|---|---|---| -| BigOven | Recipe Search API | `X-Mashape-Key` as header |[Go!](http://api2.bigoven.com/) | -| BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | -| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | -| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | -| LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | -| PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | -| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | -| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | - ### Data Access | API | Description | Auth | Link | @@ -198,6 +185,19 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---| | PM2.5.in | PM2.5 Data of China | `apiKey` query string | [Go!](http://www.pm25.in/api_doc) | +### Food and Drink + +| API | Description | Auth | Link | +|---|---|---|---| +| BigOven | Recipe Search API | `X-Mashape-Key` as header |[Go!](http://api2.bigoven.com/) | +| BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | +| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | +| LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | +| PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | +| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | +| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | + ### Games & Comics | API | Description | Auth | Link | From fde6428bd50dab74c6aa35b7c59a903e2a499b21 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 27 Jan 2017 10:16:58 -0200 Subject: [PATCH 072/114] Update README.md Alphabetical order --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 72824978..32196da6 100644 --- a/README.md +++ b/README.md @@ -261,11 +261,10 @@ For information on contributing to this project, please see the [contributing gu | MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | | Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | | Musixmatch | Music | `apikey` query string | [Go!](https://developer.musixmatch.com/) | -| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | [Go!](https://api.vagalume.com.br/docs/) | | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | `oAuth` required for some parts | [Go!](https://developer.spotify.com/web-api/) | - +| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | [Go!](https://api.vagalume.com.br/docs/) | ### News From 0b5f22eaafa71d91729c86d7b8693e76a9c38f21 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Fri, 27 Jan 2017 12:42:54 +0000 Subject: [PATCH 073/114] Add HTTPS column This closes #159 Initially I have just taken the URL to the API - if it is https:// I have assumed it does, if it doesn't I have assumed the opposite. There may be some incorrect but as an initial update I thought that was the safest way --- CONTRIBUTING.md | 14 +- README.md | 559 ++++++++++++++++++++++++------------------------ 2 files changed, 286 insertions(+), 287 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c68155d..3c0e06bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,23 +1,23 @@ # Contributing to public-apis -> While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically +> While the masses of pull requests and community involvement is appreciated, some pull requests have been specifically opened to market company APIs that offer paid solutions. This API list is not a marketing tool, but a tool to help the community build applications and use free, public APIs quickly and easily. Pull requests that are identified as marketing attempts will not be accepted. -> +> > Thanks for understanding! :) ##Formatting Current API entry format: -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | | --- | --- | --- | --- | -| API Title | Description of API | Does this API require authentication? * | Link to API webpage | +| API Title | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Link to API webpage | Example entry: ``` -| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | +| NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | ``` Currently, the only accepted inputs for this field are as follows: @@ -27,7 +27,7 @@ Currently, the only accepted inputs for this field are as follows: * `X-Mashape-Key` - _the name of the header which may need to be sent_ * `No` - _the API requires no authentication to run_ -Please continue to follow the alphabetical ordering that is in place per section. +Please continue to follow the alphabetical ordering that is in place per section. If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`. @@ -44,7 +44,7 @@ Connect your local repository to the original `upstream` repository by adding it Pull in changes from `upstream` often so that you stay up to date and so when you submit your pull request, merge conflicts will be less likely. See more detailed instructions [here][syncing-link]. * Create a [branch][branch-link] for your edits. -* Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge +* Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge and for others to understand and maintain in the future. ###Open Pull Requests diff --git a/README.md b/README.md index 6a315c60..5f3dd5a0 100644 --- a/README.md +++ b/README.md @@ -42,408 +42,407 @@ For information on contributing to this project, please see the [contributing gu ### Animals -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| IUCN | IUCN Red List of Threatened Species | `token` | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | -| Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) | -| RescueGroups | Adoption | No | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | +| IUCN | IUCN Red List of Threatened Species | `token` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | +| Petfinder | Adoption | No | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | +| RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | ### Anime -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| AniList | AniList Anime API | `oAuth` | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | -| Kitsu | Kitsu Anime API | `oAuth` | [Go!](http://docs.kitsu17.apiary.io/) | +| AniList | AniList Anime API | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | +| Kitsu | Kitsu Anime API | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Certly | Certly Link/Domain Flagging API | `token` | [Go!](https://guard.certly.io/) | -| Google Safe Browsing | Google Link/Domain Flagging API | `token` | [Go!](https://developers.google.com/safe-browsing/) | -| Metacert | Metacert Link Flagging API | `token` | [Go!](https://metacert.com/) | -| VirusTotal | VirusTotal File/URL Analysis API | `token` | [Go!](https://www.virustotal.com/en/documentation/public-api/) | -| Web Of Trust (WOT) | Website reputation API | `key` string | [Go!](https://www.mywot.com/wiki/API) | +| Certly | Certly Link/Domain Flagging API | `token` | Yes | [Go!](https://guard.certly.io/) | +| Google Safe Browsing | Google Link/Domain Flagging API | `token` | Yes | [Go!](https://developers.google.com/safe-browsing/) | +| Metacert | Metacert Link Flagging API | `token` | Yes | [Go!](https://metacert.com/) | +| VirusTotal | VirusTotal File/URL Analysis API | `token` | Yes | [Go!](https://www.virustotal.com/en/documentation/public-api/) | +| Web Of Trust (WOT) | Website reputation API | `key` string | Yes | [Go!](https://www.mywot.com/wiki/API) | ### Art & Design -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Dribbble | Design | `oAuth` | [Go!](http://developer.dribbble.com/v1/) | -| Noun Project | Icons | `oAuth` | [Go!](http://api.thenounproject.com/index.html) | -| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | +| Dribbble | Design | `oAuth` | No | [Go!](http://developer.dribbble.com/v1/) | +| Noun Project | Icons | `oAuth` | No | [Go!](http://api.thenounproject.com/index.html) | +| Rijksmuseum| Art | No | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | ### Books -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| British National Bibliography | Books | No | [Go!](http://bnb.data.bl.uk/) | -| Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Google Books | Books | `oAuth` | [Go!](https://developers.google.com/books/) | +| British National Bibliography | Books | No | No | [Go!](http://bnb.data.bl.uk/) | +| Good Reads | Books | No | Yes | [Go!](https://www.goodreads.com/api) | +| Google Books | Books | `oAuth` | Yes | [Go!](https://developers.google.com/books/) | ### Business -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| mailgun | Email Service API | `apiKey` query string | [Go!](http://www.mailgun.com/) | -| markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | +| mailgun | Email Service API | `apiKey` query string | No | [Go!](http://www.mailgun.com/) | +| markerapi | Trademark Search API | No | No | [Go!](http://www.markerapi.com/) | ### Calendar -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Church Calendar API | Catholic liturgical calendar | No | [Go!](http://calapi.inadiutorium.cz/) | -| Date and Time | Global Date and Time | No | [Go!](http://www.timeanddate.com/services/api/) | -| Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) | -| Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | +| Church Calendar API | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | +| Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) | +| Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | +| Non-working days API | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | ### Cloud Storage & File Sharing -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) | -| Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) | -| Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) | -| OneDrive | File Sharing and Storage | `oAuth` | [Go!](https://dev.onedrive.com/) | +| Box | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developer.box.com/) | +| Dropbox | File Sharing and Storage | `oAuth` | Yes | [Go!](https://www.dropbox.com/developers) | +| Google Drive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developers.google.com/drive/) | +| OneDrive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://dev.onedrive.com/) | ### Currency Exchange -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | `apiKey` query string | [Go!](https://currencylayer.com/documentation) | -| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | +| Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) | +| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | No | [Go!](http://fixer.io) | ### Development -| API | Description | Auth | Link | -|---|---|---|---| -| Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io) | -| APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | [Go!] (https://apis.guru/api-doc/) | -| CDNJS | Library info on CDNJS | No | [Go!](https://api.cdnjs.com/libraries/jquery) | -| Faceplusplus | A tool to detect face | `oAuth` | [Go!](http://www.faceplusplus.com/uc_home/) | -| Github - User Data | Pull public information for a user's github | No | [Go!](https://api.github.com/users/hackeryou) | -| Gitter | Chat for GitHub | `oAuth` | [Go!](https://developer.gitter.im/docs/) | -| Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!](http://hipsterjesus.com/) | -| JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming API | `oAuth` | [Go!](https://www.livecoding.tv/developer/applications/) | -| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | -| Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!](http://loripsum.net/) | -| Myjson | A simple JSON store for your web or mobile app | No | [Go!](http://myjson.com/api) | -| Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | -| Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | -| RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | -| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!](http://reqres.in/) | -| RoboHash | Generate random robot/alien avatars | No | [Go!](https://robohash.org/) | -| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | [Go!](https://api.stackexchange.com/) | -| Stormpath | User Authentication API | `apiKey` | [Go!](https://stormpath.com/) | -| UI Faces | Find and generate sample avatars for user interfaces | No | [Go!](http://uifaces.com/api) | -| UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| Adorable Avatars | Generate random cartoon avatars | No | No | [Go!](http://avatars.adorable.io) | +| APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | +| CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | +| Faceplusplus | A tool to detect face | `oAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) | +| Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) | +| Gitter | Chat for GitHub | `oAuth` | Yes | [Go!](https://developer.gitter.im/docs/) | +| Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | +| JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | +| LiveCoding | Live Coding Streaming API | `oAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | +| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | +| Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | +| Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | +| Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) | +| Random Word | Generate random word | No | No | [Go!](http://randomword.setgetgo.com/) | +| RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) | +| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | No | [Go!](http://reqres.in/) | +| RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) | +| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | Yes | [Go!](https://api.stackexchange.com/) | +| Stormpath | User Authentication API | `apiKey` | Yes | [Go!](https://stormpath.com/) | +| UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/api) | +| UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | ### Documents & Productivity | API | Description | OAuth |Link | |---|---|---|---| -| File.io | Files | No | [Go!](https://file.io) | -| pdflayer API | HTML/URL to PDF | No | [Go!](https://pdflayer.com) | -| Wunderlist | Todo Lists | `oAuth` | [Go!](https://developer.wunderlist.com/documentation) | +| File.io | Files | No | Yes | [Go!](https://file.io) | +| pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | +| Wunderlist | Todo Lists | `oAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | ### Data Access -| API | Description | Auth | Link | -|---|---|---|---| -| 18F | US Federal Government /Developer Program | No | [Go!](http://18f.github.io/API-All-the-X/) | -| Abbreviation API | Get abbreviations and meanings | `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/abbreviations) | -| Callook.info API | United States ham radio callsigns | No |[Go!](https://callook.info) | -| Celebinfo API | Celebrity information API | `X-Mashape-Key` as header |[Go!](https://market.mashape.com/daxeel/celebinfo/) | -| Colorado Data Engine | Formatted and geolocated Colorado public data | No |[Go!](http://codataengine.org/) | -| Colorado Information Marketplace | Colorado State Government Open Data | No |[Go!](https://data.colorado.gov/) | -| Data USA | US Public Data | No |[Go!](http://datausa.io/about/api/) | -| Dronestream API | Tracks United States drone strikes | No |[Go!](http://dronestre.am/) | -| fonoApi | Mobile Device Description | No |[Go!](https://fonoapi.freshpixl.com/) | -| Open Government, Australia | Australian Government Open Data | No |[Go!](https://www.data.gov.au/) | -| Open Government, USA | United States Government Open Data | No |[Go!](https://www.data.gov/) | -| Open Government, Canada | Canadian Government Open Data | No |[Go!](http://open.canada.ca/en) | -| Open Government Data, India | Indian Government Open Data | `token` | [Go!](https://data.gov.in/) | -| Pearson | Dictionary Data API | `apiKey` query string |[Go!](http://developer.pearson.com/apis/dictionaries) | -| Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | -| Scoop.it | Content Curation Service | `apiKey` query string |[Go!](https://www.scoop.it/dev) | -| Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | -| Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | -| Yelp | Find Local Business | `oAuth` | [Go!](https://www.yelp.com/developers) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| 18F | US Federal Government /Developer Program | No | No | [Go!](http://18f.github.io/API-All-the-X/) | +| Abbreviation API | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | +| Callook.info API | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) | +| Celebinfo API | Celebrity information API | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) | +| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go!](http://codataengine.org/) | +| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | [Go!](https://data.colorado.gov/) | +| Data USA | US Public Data | No | No | [Go!](http://datausa.io/about/api/) | +| Dronestream API | Tracks United States drone strikes | No | No | [Go!](http://dronestre.am/) | +| fonoApi | Mobile Device Description | No | Yes | [Go!](https://fonoapi.freshpixl.com/) | +| Open Government, Australia | Australian Government Open Data | No | Yes | [Go!](https://www.data.gov.au/) | +| Open Government, USA | United States Government Open Data | No | Yes | [Go!](https://www.data.gov/) | +| Open Government, Canada | Canadian Government Open Data | No | No | [Go!](http://open.canada.ca/en) | +| Open Government Data, India | Indian Government Open Data | `token` | Yes | [Go!](https://data.gov.in/) | +| Pearson | Dictionary Data API | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | +| Quandl API | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | +| Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | +| Wikipedia | Mediawiki API | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | +| Wordnik | Dictionary Data API | No | No | [Go!](http://developer.wordnik.com) | +| Yelp | Find Local Business | `oAuth` | Yes | [Go!](https://www.yelp.com/developers) | ### Data Validation | API | Description | OAuth |Link | |---|---|---|---| -| languagelayer API | Language detection | No | [Go!](https://languagelayer.com) | -| mailboxlayer API | Email address validation | No | [Go!](https://mailboxlayer.com) | -| numverify API | Phone number validation | No | [Go!](https://numverify.com) | -| vatlayer API | VAT number validation | No | [Go!](https://vatlayer.com) | +| languagelayer API | Language detection | No | Yes | [Go!](https://languagelayer.com) | +| mailboxlayer API | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | +| numverify API | Phone number validation | No | Yes | [Go!](https://numverify.com) | +| vatlayer API | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | ### Environment -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| PM2.5.in | PM2.5 Data of China | `apiKey` query string | [Go!](http://www.pm25.in/api_doc) | +| PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go!](http://www.pm25.in/api_doc) | ### Food and Drink -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| BigOven | Recipe Search API | `X-Mashape-Key` as header |[Go!](http://api2.bigoven.com/) | -| BreweryDB | Beer | `apiKey` query string |[Go!](http://www.brewerydb.com/developers) | -| Edamam | Recipe Search API | `apiKey` query string |[Go!](https://developer.edamam.com/) | -| Food2Fork | Recipe Search API | `apiKey` query string |[Go!](http://food2fork.com/about/api) | -| LCBO API | Alcohol | `apiKey` query string |[Go!](https://lcboapi.com/) | -| PunkAPI | Brewdog Beer Recipes | No | [Go!](https://punkapi.com/) | -| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) | -| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | +| BigOven | Recipe Search API | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) | +| BreweryDB | Beer | `apiKey` query string | No | [Go!](http://www.brewerydb.com/developers) | +| Edamam | Recipe Search API | `apiKey` query string | Yes | [Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search API | `apiKey` query string | No | [Go!](http://food2fork.com/about/api) | +| LCBO API | Alcohol | `apiKey` query string | Yes | [Go!](https://lcboapi.com/) | +| PunkAPI | Brewdog Beer Recipes | No | Yes | [Go!](https://punkapi.com/) | +| Recipe Puppy | Food | No | No | [Go!](http://www.recipepuppy.com/about/api/) | +| Yummly | Find food recipes | No | Yes | [Go!](https://developer.yummly.com/) | ### Games & Comics -| API | Description | Auth | Link | -|---|---|---|---| -| Battle.net | Blizzard API | No | [Go!](https://dev.battle.net/) | -| Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | -| Clash of Clans | Clash of Clans API | No | [Go!](https://developer.clashofclans.com) | -| ClashAPI | Clash Royale API | No | [Go!](https://github.com/martincarrera/clash-royale-api) | -| Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | -| Deck of Cards | Deck of Cards API | No | [Go!](http://deckofcardsapi.com/) | -| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | -| Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | -| Guild Wars 2 | Guild Wars 2 API | `apiKey` query string (for some routes) | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | -| Magic the gathering | Magic the gathering API | No | [Go!](http://magicthegathering.io/) | -| Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | -| Minecraft | Minecraft API (For server info & user info) | No |[Go!](https://mcapi.ca/) | -| Open Trivia | Trivia API | No | [Go!](https://opentdb.com/api_config.php) | -| Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | -| Riot Games | The RESTful League of Legends API | `apiKey` |[Go!](https://developer.riotgames.com/) | -| Steam | Steam Client API | `oAuth` | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | -| SWAPI | Star Wars API | No |[Go!](https://swapi.co) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| Battle.net | Blizzard API | No | Yes | [Go!](https://dev.battle.net/) | +| Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api) | +| Clash of Clans | Clash of Clans API | No | Yes | [Go!](https://developer.clashofclans.com) | +| ClashAPI | Clash Royale API | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) | +| Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) | +| Deck of Cards | Deck of Cards API | No | No | [Go!](http://deckofcardsapi.com/) | +| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | +| Giant Bomb | Video Games | No | [Go!](http://www.giantbomb.com/api/documentation) | +| Guild Wars 2 | Guild Wars 2 API | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | +| Magic the gathering | Magic the gathering API | No | No | [Go!](http://magicthegathering.io/) | +| Marvel | Marvel Comics API | No | No | [Go!](http://developer.marvel.com) | +| Minecraft | Minecraft API (For server info & user info) | No | Yes | [Go!](https://mcapi.ca/) | +| Open Trivia | Trivia API | No | Yes | [Go!](https://opentdb.com/api_config.php) | +| Pokéapi | The RESTful Pokémon API | No | No | [Go!](http://pokeapi.co) | +| Riot Games | The RESTful League of Legends API | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) | +| Steam | Steam Client API | `oAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| SWAPI | Star Wars API | No | Yes | [Go!](https://swapi.co) | ### Geocoding -| API | Description | Auth | Link | -|---|---|---|---| -| GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | -| GéoApi | French geographical data | No | [Go!](https://api.gouv.fr/api/geoapi.html) | -| Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | [Go!](https://developers.google.com/maps/) | -| IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | -| IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | -| Mapbox | Create/customize beautiful digital maps | `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | -| Mapzen Search | Open Source & Open Data Global Geocoding Service | No | [Go!](https://mapzen.com/projects/search) | -| Mexico | Mexico RESTful zip codes API | No | [Go!](https://github.com/IcaliaLabs/sepomex) | -| OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -| OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | [Go!](http://wiki.openstreetmap.org/wiki/API) | -| PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | -| Postcodes.io | Postcode & Geolocation API for the UK | No | [Go!](https://postcodes.io) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | +| GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | +| Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | +| IP 2 Country | Map an IP to a country | No | Yes | [Go!](https://ip2country.info) | +| IP Address Details| Find geolocation with ip address | No | Yes | [Go!](https://ipinfo.io/) | +| Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go!](https://www.mapbox.com/developers/) | +| Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go!](https://mapzen.com/projects/search) | +| Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | +| OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go!](https://geocoder.opencagedata.com) | +| OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | +| PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | +| Postcodes.io | Postcode & Geolocation API for the UK | No | Yes | [Go!](https://postcodes.io) | ### Health -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | -| Flutrack API | Influenza-like symptoms with geotracking | No | [Go!](http://www.flutrack.org/) | -| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | -| Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | [Go!](https://developer.nutritionix.com/) | -| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | +| Diabetes API | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) | +| Flutrack API | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | +| Makeup API | Worlds only makeup API | No | No | [Go!](http://makeup-api.herokuapp.com/) | +| Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | Yes | [Go!](https://developer.nutritionix.com/) | +| USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | ### Machine Learning -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Clarifai | Computer Vision API | `oAuth` | [Go!](https://predictbgl.com/api) | -| Wit.ai | Natural Language Processing | `oAuth` | [Go!](https://wit.ai/) | +| Clarifai | Computer Vision API | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | +| Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) | ### Music -| API | Description | Auth | Link | -|---|---|---|---| -| Deezer | Music | `oAuth` | [Go!](http://developers.deezer.com/api) | -| Discogs | Music | `oAuth` | [Go!](https://www.discogs.com/developers/) | -| EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | -| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | [Go!](https://docs.genius.com/) | -| Jamendo | Music | `oAuth` | [Go!](https://developer.jamendo.com/v3.0) | -| iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | -| LastFm | Music | No | [Go!](http://www.last.fm/api) | -| Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | -| MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | -| Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | -| Musixmatch | Music | `apikey` query string | [Go!](https://developer.musixmatch.com/) | -| Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | -| Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | `oAuth` required for some parts | [Go!](https://developer.spotify.com/web-api/) | -| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | [Go!](https://api.vagalume.com.br/docs/) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| Deezer | Music | `oAuth` | No | [Go!](http://developers.deezer.com/api) | +| Discogs | Music | `oAuth` | Yes | [Go!](https://www.discogs.com/developers/) | +| EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | +| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | Yes | [Go!](https://docs.genius.com/) | +| Jamendo | Music | `oAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | +| iTunes Search | Software products API | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | +| LastFm | Music | No | No | [Go!](http://www.last.fm/api) | +| Mixcloud | Music | No | Yes | [Go!](https://www.mixcloud.com/developers/) | +| MusicBrainz | Music | No | Yes | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | +| Musikki | Music | No | Yes | [Go!](https://music-api.musikki.com/reference) | +| Musixmatch | Music | `apikey` query string | Yes | [Go!](https://developer.musixmatch.com/) | +| Songsterr | Provides guitar, bass and drums tabs and chords | No | Yes | [Go!](https://www.songsterr.com/a/wa/api/) | +| Soundcloud | Music | No | Yes | [Go!](https://developers.soundcloud.com/) | +| Spotify | Music | `oAuth` required for some parts | Yes | [Go!](https://developer.spotify.com/web-api/) | +| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | Yes | [Go!](https://api.vagalume.com.br/docs/) | ### News -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| New York Times | Provides news | No, but `apikey` is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | ### Open Source projects -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Countly | Countly web analytics API | No | [Go!](http://resources.count.ly/) | -| Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | -| Libraries.io | Open source software libraries | `apiKey` query string | [Go!](https://libraries.io/api) | +| Countly | Countly web analytics API | No | No | [Go!](http://resources.count.ly/) | +| Drupal.org | Drupal.org API | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) | +| Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go!](https://libraries.io/api) | ### Personality -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Forismatic | Inspirational Quotes | No | [Go!](http://forismatic.com/en/api/) | -| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | [Go!](https://github.com/Medium/medium-api-docs) | -| Quotes on Design | Inspirational Quotes | No | [Go!](https://quotesondesign.com/api-v4-0/) | -| Traitify | Assess, collect, and analyze Personality | No | [Go!](https://developer.traitify.com/) | +| Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | +| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | +| Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | +| Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) | ### Photography -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| 500px | Photography Community | `oAuth` | [Go!](https://github.com/500px/api-documentation) | -| Flickr | Flickr Services | `oAuth` | [Go!](https://www.flickr.com/services/api/) | -| Gfycat | Jiffier GIFs | `oAuth` | [Go!](https://developers.gfycat.com/api/) | -| Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | -| Imgur | Images | `oAuth` | [Go!](https://api.imgur.com/#overview) | -| screenshotlayer API | URL 2 Image | No | [Go!](https://screenshotlayer.com) | -| Unsplash | Photography | `oAuth` | [Go!](https://unsplash.com/developers) | +| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | +| Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | +| Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | +| Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | +| Imgur | Images | `oAuth` | Yes | [Go!](https://api.imgur.com/#overview) | +| screenshotlayer API | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | +| Unsplash | Photography | `oAuth` | Yes | [Go!](https://unsplash.com/developers) | ### Science -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | -| inspirehep.net | High Energy Physics info. system | No | [Go!](https://inspirehep.net/info/hep/api?ln=en) | -| Launch Library | Upcoming Space Launches | No | [Go!](https://launchlibrary.net/1.2/docs/api.html) | -| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | -| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | -| Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | -| Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | [Go!](http://sunrise-sunset.org/api) | -| USGS Earthquake Hazards Program | Earthquakes data real-time | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | -| World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | +| Fedger.io | Query machine intelligence data | No | Yes | [Go!](https://dev.fedger.io/docs/) | +| inspirehep.net | High Energy Physics info. system | No | Yes | [Go!](https://inspirehep.net/info/hep/api?ln=en) | +| Launch Library | Upcoming Space Launches | No | Yes | [Go!](https://launchlibrary.net/1.2/docs/api.html) | +| Minor Planet Center | Asterank.com API | No | No | [Go!](http://www.asterank.com/mpc) | +| NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | +| Open Notify | ISS astronauts, current location API | No | No | [Go!](http://open-notify.org/Open-Notify-API/) | +| Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go!](http://sunrise-sunset.org/api) | +| USGS Earthquake Hazards Program | Earthquakes data real-time | No | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | +| World Bank | World Data | No | No | [Go!](http://data.worldbank.org/developers) | ### Security -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| | AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | -| UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | +| UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) | ### Social -| API | Description | Auth | Link | -|---|---|---|---| -| Discord bot API | Make bots for Discord | `oAuth` | [Go!](https://discordapp.com/developers/docs/intro) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | [Go!](https://developers.facebook.com/) | -| Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | [Go!](https://developer.foursquare.com/) | -| Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | -| Full Contact | Get Social Media profiles and contact Information | `oAuth` | [Go!](https://www.fullcontact.com/developer/docs/) | -| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) | -| Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | [Go!](https://www.instagram.com/developer/) | -| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | `oAuth` | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Telegram MTProto API | Read and write Telegram data | `oAuth` | [Go!](https://core.telegram.org/api#getting-started) | -| Telegram bot API | Simplified HTTP version of the MTProto API for bots | `oAuth` | [Go!](https://core.telegram.org/bots/api) | -| Pinterest API | The world's catalog of ideas | `oAuth` | [Go!](https://developers.pinterest.com/) | -| PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | [Go!](https://pwrtelegram.xyz) | -| Reddit | Homepage of the internet | `oAuth` required for some parts | [Go!](https://www.reddit.com/dev/api) | -| Tumblr API | Read and write Tumblr Data | `oAuth` | [Go!](https://www.tumblr.com/docs/en/api/v2) | -| Twitch | Game Streaming API | `oAuth` | [Go!](https://github.com/justintv/Twitch-API) | -| Twitter API | Read and write Twitter data | `oAuth` | [Go!](https://dev.twitter.com/rest/public) | -| vk API | Read and write vk dat | `oAuth` | [Go!](https://vk.com/dev/sites) | -| Wit.ai API | Turn speech and text into actionable data | `oAuth` | [Go!](https://wit.ai/docs) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| Discord bot API | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | Yes | [Go!](https://developers.facebook.com/) | +| Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) | +| Fuck Off as a Service | Asks someone to fuck off | No | Yes | [Go!](https://www.foaas.com) | +| Full Contact | Get Social Media profiles and contact Information | `oAuth` | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go!](https://github.com/HackerNews/API) | +| Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | Yes | [Go!](https://www.instagram.com/developer/) | +| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | `oAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Telegram MTProto API | Read and write Telegram data | `oAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram bot API | Simplified HTTP version of the MTProto API for bots | `oAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | +| Pinterest API | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) | +| PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) | +| Reddit | Homepage of the internet | `oAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) | +| Tumblr API | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | +| Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | +| Twitter API | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | +| vk API | Read and write vk dat | `oAuth` | Yes | [Go!](https://vk.com/dev/sites) | +| Wit.ai API | Turn speech and text into actionable data | `oAuth` | Yes | [Go!](https://wit.ai/docs) | ### Sports/Fitness -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| City Bikes API | City Bikes around the world | No | [Go!](http://api.citybik.es/v2/) | -| Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | [Go!](http://ergast.com/mrd/) | -| FitBit | FitBit API | No | [Go!](https://dev.fitbit.com) | -| Football-Data.org | Football Data | No | [Go!](http://api.football-data.org) | -| JCDecaux Bike API | JCDecaux's self-service bicycles | `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | -| Cricket Live Scores | live-score | `X-Mashape-Key` as header | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | -| NFL Arrests | NFL Arrest Data | No | [Go!](http://nflarrest.com/api/) | -| Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | [Go!](http://promotocrossapi.com) | -| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| [Go!](https://strava.github.io/api/) | -| wger API | Workout manager data as exercises, muscles or equipments | `apiKey` query string | [Go!](https://wger.de/en/software/api) | +| City Bikes API | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | +| Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | +| FitBit | FitBit API | No | Yes | [Go!](https://dev.fitbit.com) | +| Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | +| JCDecaux Bike API | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | +| Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | +| NFL Arrests | NFL Arrest Data | No | No | [Go!](http://nflarrest.com/api/) | +| Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go!](http://promotocrossapi.com) | +| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) | +| wger API | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation -| API | Description | Auth | Link | -|---|---|---|---| -| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | [Go!](https://sandbox.amadeus.com/) | -| Community Transit | Transitland API | No | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | -| Goibibo | API for travel search | `apiKey` query string | [Go!](https://developer.goibibo.com/docs) | -| Indian Railways | Indian Railways API | `token` |[Go!](http://api.erail.in/) | -| The Nomad List | A list of the best places to live/work remotely | No | [Go!](https://nomadlist.com/faq) | -| Schiphol Airport API | Schiphol | `oAuth` | [Go!](https://flight-info.3scale.net/) | -| TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | -| Transport for Atlanta, US | Marta | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | -| Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | -| Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | -| Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | -| Transport for Czech Republic | Czech transport API | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | -| Transport for Finland | Finnish transport API | No | [Go!](http://digitransit.fi/en/developers/) | -| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | -| Transport for Berlin | third-party VBB API | No | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | -| Transport for India | India Public Transport API | Api key | [Go!](https://data.gov.in/sector/transport) | -| Transport for London, England | TfL API | No | [Go!](https://api.tfl.gov.uk) | -| Transport for Minneapolis, US | NexTrip API | `oAuth` | [Go!](http://svc.metrotransit.org/) | -| Transport for New York City | MTA | api key | [Go!](http://datamine.mta.info/) | -| Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | -| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | [Go!](http://www.octranspo1.com/developers) | -| Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | -| Transport for Philadelphia | SEPTA APIs | No | [Go!](http://www3.septa.org/hackathon/) | -| Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | -| Transport for Sweden | Public Transport consumer | `oAuth` | [Go!](https://www.trafiklab.se/api) | -| Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | -| Transport for São Paulo, Brazil | SPTrans | `oAuth` | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | -| Transport for The Netherlands | NS | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | -| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string |[Go!](https://developer.tokyometroapp.jp/) | -| Transport for Toronto, Canada | TTC | No | [Go!](https://myttc.ca/developers) | -| Transport for Vancouver, Canada | TransLink | `oAuth` | [Go!](https://developer.translink.ca/) | -| Transport for Washington, US | Washington Metro transport API | `oAuth` | [Go!](https://developer.wmata.com/) | -| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | -| Transport for Auckland, New Zealand | Auckland Transport API | No | [Go!](https://api.at.govt.nz/) | -| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `oAuth` | [Go!](https://developer.uber.com/) | -| WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | [Go!](https://developer.whereismytransport.com/) | +| API | Description | Auth | HTTPS | Link | +|---|---|---|---| +| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go!](https://sandbox.amadeus.com/) | +| Community Transit | Transitland API | No | Yes | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | +| Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) | +| Indian Railways | Indian Railways API | `token` | [Go!](http://api.erail.in/) | +| The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | +| Schiphol Airport API | Schiphol | `oAuth` | Yes | [Go!](https://flight-info.3scale.net/) | +| TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | +| Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | +| Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | +| Transport for Boston, MA, USA | MBTA API | No | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | +| Transport for Budapest | Budapest public transport API | No | No | [Go!](http://docs.bkkfutar.apiary.io/) | +| Transport for Chicago, US | CTA | No | No | [Go!](http://www.transitchicago.com/developers/) | +| Transport for Czech Republic | Czech transport API | No | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | +| Transport for Finland | Finnish transport API | No | No | [Go!](http://digitransit.fi/en/developers/) | +| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Berlin | third-party VBB API | No | Yes | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | +| Transport for India | India Public Transport API | Api key | Yes | [Go!](https://data.gov.in/sector/transport) | +| Transport for London, England | TfL API | No | Yes | [Go!](https://api.tfl.gov.uk) | +| Transport for Minneapolis, US | NexTrip API | `oAuth` | No | [Go!](http://svc.metrotransit.org/) | +| Transport for New York City | MTA | api key | No | [Go!](http://datamine.mta.info/) | +| Transport for Norway | Norwegian transport API | No | No | [Go!](http://reisapi.ruter.no/help) | +| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go!](http://www.octranspo1.com/developers) | +| Transport for Paris, France | RATP Open Data API | No | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | +| Transport for Philadelphia | SEPTA APIs | No | No | [Go!](http://www3.septa.org/hackathon/) | +| Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | +| Transport for Sweden | Public Transport consumer | `oAuth` | Yes | [Go!](https://www.trafiklab.se/api) | +| Transport for Switzerland | Swiss public transport API | No | Yes | [Go!](https://transport.opendata.ch/) | +| Transport for São Paulo, Brazil | SPTrans | `oAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | +| Transport for The Netherlands | NS | No | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | +| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go!](https://developer.tokyometroapp.jp/) | +| Transport for Toronto, Canada | TTC | No | Yes | [Go!](https://myttc.ca/developers) | +| Transport for Vancouver, Canada | TransLink | `oAuth` | Yes | [Go!](https://developer.translink.ca/) | +| Transport for Washington, US | Washington Metro transport API | `oAuth` | Yes | [Go!](https://developer.wmata.com/) | +| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string | No | [Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | +| Transport for Auckland, New Zealand | Auckland Transport API | No | Yes | [Go!](https://api.at.govt.nz/) | +| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `oAuth` | Yes | [Go!](https://developer.uber.com/) | +| WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | Yes | [Go!](https://developer.whereismytransport.com/) | ### University -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| University API | University names, countries and domains| No | [Go!](https://github.com/Hipo/university-domains-list) | +| University API | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | ### Vehicle -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Vehicle API | Lot of vehicles informations | `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | +| Vehicle API | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | ### Video -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| An API of Ice And Fire | Game Of Thrones API | No | [Go!](https://anapioficeandfire.com/) | -| Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | [Go!](https://developer.dailymotion.com/) | -| MovieDB | Movie Data | `apiKey` | [Go!](https://www.themoviedb.org/documentation/api) | -| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | -| OMDB | Open movie database | No | [Go!](https://omdbapi.com/) | -| Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | -| TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | -| Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | [Go!](https://api.daniil.it) | -| Vimeo | Vimeo Developer API | `oAuth` | [Go!](https://developer.vimeo.com/) | -| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | [Go!](https://developers.google.com/youtube/) | +| An API of Ice And Fire | Game Of Thrones API | No | Yes | [Go!](https://anapioficeandfire.com/) | +| Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | Yes | [Go!](https://developer.dailymotion.com/) | +| MovieDB | Movie Data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) | +| Netflix Roulette | Netflix database | No | No | [Go!](http://netflixroulette.net/api/) | +| OMDB | Open movie database | No | Yes | [Go!](https://omdbapi.com/) | +| Ron Swanson Quotes | Television | No | Yes | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | +| TVMaze | TV Show Data | No | No | [Go!](http://www.tvmaze.com/api) | +| Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | Yes | [Go!](https://api.daniil.it) | +| Vimeo | Vimeo Developer API | `oAuth` | Yes | [Go!](https://developer.vimeo.com/) | +| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | Yes | [Go!](https://developers.google.com/youtube/) | ### Weather -| API | Description | Auth | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---| -| Dark Sky Forecast API | Weather | `apiKey` query string | [Go!](https://developer.forecast.io/) | -| OpenWeatherMap | Weather | `apiKey` query string | [Go!](http://openweathermap.org/api) | -| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | -| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | - +| Dark Sky Forecast API | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) | +| OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | +| Wunderground | Weather | No | No | [Go!](http://www.wunderground.com/weather/api/) | +| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | \ No newline at end of file From 6fc755d5f77f4c3cee0ded5dea6ae43ac5ce53c1 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Fri, 27 Jan 2017 12:45:34 +0000 Subject: [PATCH 074/114] Fix tables after HTTPS column addition --- README.md | 68 +++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 5f3dd5a0..9f657f33 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ For information on contributing to this project, please see the [contributing gu ### Animals | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | IUCN | IUCN Red List of Threatened Species | `token` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Petfinder | Adoption | No | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | @@ -51,14 +51,14 @@ For information on contributing to this project, please see the [contributing gu ### Anime | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | AniList | AniList Anime API | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | | Kitsu | Kitsu Anime API | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Certly | Certly Link/Domain Flagging API | `token` | Yes | [Go!](https://guard.certly.io/) | | Google Safe Browsing | Google Link/Domain Flagging API | `token` | Yes | [Go!](https://developers.google.com/safe-browsing/) | | Metacert | Metacert Link Flagging API | `token` | Yes | [Go!](https://metacert.com/) | @@ -68,7 +68,7 @@ For information on contributing to this project, please see the [contributing gu ### Art & Design | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Dribbble | Design | `oAuth` | No | [Go!](http://developer.dribbble.com/v1/) | | Noun Project | Icons | `oAuth` | No | [Go!](http://api.thenounproject.com/index.html) | | Rijksmuseum| Art | No | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | @@ -76,7 +76,7 @@ For information on contributing to this project, please see the [contributing gu ### Books | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | British National Bibliography | Books | No | No | [Go!](http://bnb.data.bl.uk/) | | Good Reads | Books | No | Yes | [Go!](https://www.goodreads.com/api) | | Google Books | Books | `oAuth` | Yes | [Go!](https://developers.google.com/books/) | @@ -84,14 +84,14 @@ For information on contributing to this project, please see the [contributing gu ### Business | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | mailgun | Email Service API | `apiKey` query string | No | [Go!](http://www.mailgun.com/) | | markerapi | Trademark Search API | No | No | [Go!](http://www.markerapi.com/) | ### Calendar | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Church Calendar API | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | | Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) | | Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | @@ -100,7 +100,7 @@ For information on contributing to this project, please see the [contributing gu ### Cloud Storage & File Sharing | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Box | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developer.box.com/) | | Dropbox | File Sharing and Storage | `oAuth` | Yes | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developers.google.com/drive/) | @@ -109,14 +109,14 @@ For information on contributing to this project, please see the [contributing gu ### Currency Exchange | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) | | Fixer.io | JSON API for foreign exchange rates and currency conversion | No | No | [Go!](http://fixer.io) | ### Development | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Adorable Avatars | Generate random cartoon avatars | No | No | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | @@ -142,7 +142,7 @@ For information on contributing to this project, please see the [contributing gu ### Documents & Productivity | API | Description | OAuth |Link | -|---|---|---|---| +|---|---|---|---|---| | File.io | Files | No | Yes | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | | Wunderlist | Todo Lists | `oAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | @@ -150,7 +150,7 @@ For information on contributing to this project, please see the [contributing gu ### Data Access | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | 18F | US Federal Government /Developer Program | No | No | [Go!](http://18f.github.io/API-All-the-X/) | | Abbreviation API | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | | Callook.info API | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) | @@ -174,7 +174,7 @@ For information on contributing to this project, please see the [contributing gu ### Data Validation | API | Description | OAuth |Link | -|---|---|---|---| +|---|---|---|---|---| | languagelayer API | Language detection | No | Yes | [Go!](https://languagelayer.com) | | mailboxlayer API | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | | numverify API | Phone number validation | No | Yes | [Go!](https://numverify.com) | @@ -183,13 +183,13 @@ For information on contributing to this project, please see the [contributing gu ### Environment | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go!](http://www.pm25.in/api_doc) | ### Food and Drink | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | BigOven | Recipe Search API | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) | | BreweryDB | Beer | `apiKey` query string | No | [Go!](http://www.brewerydb.com/developers) | | Edamam | Recipe Search API | `apiKey` query string | Yes | [Go!](https://developer.edamam.com/) | @@ -202,7 +202,7 @@ For information on contributing to this project, please see the [contributing gu ### Games & Comics | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Battle.net | Blizzard API | No | Yes | [Go!](https://dev.battle.net/) | | Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api) | | Clash of Clans | Clash of Clans API | No | Yes | [Go!](https://developer.clashofclans.com) | @@ -224,7 +224,7 @@ For information on contributing to this project, please see the [contributing gu ### Geocoding | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | @@ -241,7 +241,7 @@ For information on contributing to this project, please see the [contributing gu ### Health | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Diabetes API | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) | | Flutrack API | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup API | Worlds only makeup API | No | No | [Go!](http://makeup-api.herokuapp.com/) | @@ -251,14 +251,14 @@ For information on contributing to this project, please see the [contributing gu ### Machine Learning | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Clarifai | Computer Vision API | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | | Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) | ### Music | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Deezer | Music | `oAuth` | No | [Go!](http://developers.deezer.com/api) | | Discogs | Music | `oAuth` | Yes | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | @@ -278,13 +278,13 @@ For information on contributing to this project, please see the [contributing gu ### News | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | ### Open Source projects | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Countly | Countly web analytics API | No | No | [Go!](http://resources.count.ly/) | | Drupal.org | Drupal.org API | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) | | Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go!](https://libraries.io/api) | @@ -292,7 +292,7 @@ For information on contributing to this project, please see the [contributing gu ### Personality | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | @@ -301,7 +301,7 @@ For information on contributing to this project, please see the [contributing gu ### Photography | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | | Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | | Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | @@ -313,7 +313,7 @@ For information on contributing to this project, please see the [contributing gu ### Science | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Fedger.io | Query machine intelligence data | No | Yes | [Go!](https://dev.fedger.io/docs/) | | inspirehep.net | High Energy Physics info. system | No | Yes | [Go!](https://inspirehep.net/info/hep/api?ln=en) | | Launch Library | Upcoming Space Launches | No | Yes | [Go!](https://launchlibrary.net/1.2/docs/api.html) | @@ -327,14 +327,14 @@ For information on contributing to this project, please see the [contributing gu ### Security | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | | UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) | ### Social | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Discord bot API | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | Yes | [Go!](https://developers.facebook.com/) | | Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) | @@ -357,7 +357,7 @@ For information on contributing to this project, please see the [contributing gu ### Sports/Fitness | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | City Bikes API | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | | FitBit | FitBit API | No | Yes | [Go!](https://dev.fitbit.com) | @@ -372,7 +372,7 @@ For information on contributing to this project, please see the [contributing gu ### Transportation | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go!](https://sandbox.amadeus.com/) | | Community Transit | Transitland API | No | Yes | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | | Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) | @@ -414,19 +414,19 @@ For information on contributing to this project, please see the [contributing gu ### University | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | University API | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | ### Vehicle | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Vehicle API | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | ### Video | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | An API of Ice And Fire | Game Of Thrones API | No | Yes | [Go!](https://anapioficeandfire.com/) | | Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | Yes | [Go!](https://developer.dailymotion.com/) | | MovieDB | Movie Data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) | @@ -441,8 +441,8 @@ For information on contributing to this project, please see the [contributing gu ### Weather | API | Description | Auth | HTTPS | Link | -|---|---|---|---| +|---|---|---|---|---| | Dark Sky Forecast API | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) | | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | No | [Go!](http://www.wunderground.com/weather/api/) | -| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | \ No newline at end of file +| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From 5e49e3d1b07fa4378854e992eecb8debf6ae9928 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 30 Jan 2017 12:58:33 -0500 Subject: [PATCH 075/114] Add Slack API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f657f33..9e687d20 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,7 @@ For information on contributing to this project, please see the [contributing gu | Pinterest API | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) | | PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) | | Reddit | Homepage of the internet | `oAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) | +| Slack | Team Instant Messaging | `oAuth` | Yes | [Go!](https://api.slack.com/) | | Tumblr API | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | | Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | | Twitter API | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | From eadf8f8a2053d31616097f4b623e39696271f062 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 30 Jan 2017 13:11:26 -0500 Subject: [PATCH 076/114] Remove "API" from titles of API I would certainly hope everyone looking through this list is looking for APIs, no need to hammer the extra word in everywhere. --- README.md | 160 +++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index 9e687d20..e065ab46 100644 --- a/README.md +++ b/README.md @@ -52,18 +52,18 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AniList | AniList Anime API | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | -| Kitsu | Kitsu Anime API | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | +| AniList | AniList Anime | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | +| Kitsu | Kitsu Anime | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Certly | Certly Link/Domain Flagging API | `token` | Yes | [Go!](https://guard.certly.io/) | -| Google Safe Browsing | Google Link/Domain Flagging API | `token` | Yes | [Go!](https://developers.google.com/safe-browsing/) | -| Metacert | Metacert Link Flagging API | `token` | Yes | [Go!](https://metacert.com/) | -| VirusTotal | VirusTotal File/URL Analysis API | `token` | Yes | [Go!](https://www.virustotal.com/en/documentation/public-api/) | -| Web Of Trust (WOT) | Website reputation API | `key` string | Yes | [Go!](https://www.mywot.com/wiki/API) | +| Certly | Certly Link/Domain Flagging | `token` | Yes | [Go!](https://guard.certly.io/) | +| Google Safe Browsing | Google Link/Domain Flagging | `token` | Yes | [Go!](https://developers.google.com/safe-browsing/) | +| Metacert | Metacert Link Flagging | `token` | Yes | [Go!](https://metacert.com/) | +| VirusTotal | VirusTotal File/URL Analysis | `token` | Yes | [Go!](https://www.virustotal.com/en/documentation/public-api/) | +| Web Of Trust (WOT) | Website reputation | `key` string | Yes | [Go!](https://www.mywot.com/wiki/API) | ### Art & Design @@ -85,17 +85,17 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| mailgun | Email Service API | `apiKey` query string | No | [Go!](http://www.mailgun.com/) | -| markerapi | Trademark Search API | No | No | [Go!](http://www.markerapi.com/) | +| mailgun | Email Service | `apiKey` query string | No | [Go!](http://www.mailgun.com/) | +| markerapi | Trademark Search | No | No | [Go!](http://www.markerapi.com/) | ### Calendar | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Church Calendar API | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | +| Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | | Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) | | Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | -| Non-working days API | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | +| Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | ### Cloud Storage & File Sharing @@ -111,7 +111,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) | -| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | No | [Go!](http://fixer.io) | +| Fixer.io | Exchange rates and currency conversion | No | No | [Go!](http://fixer.io) | ### Development @@ -125,7 +125,7 @@ For information on contributing to this project, please see the [contributing gu | Gitter | Chat for GitHub | `oAuth` | Yes | [Go!](https://developer.gitter.im/docs/) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming API | `oAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | +| LiveCoding | Live Coding Streaming | `oAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | @@ -134,8 +134,8 @@ For information on contributing to this project, please see the [contributing gu | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | No | [Go!](http://reqres.in/) | | RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) | -| StackExchange | The All-in-one API for StackExchange sites | `oAuth` | Yes | [Go!](https://api.stackexchange.com/) | -| Stormpath | User Authentication API | `apiKey` | Yes | [Go!](https://stormpath.com/) | +| StackExchange | Q&A forum for developers | `oAuth` | Yes | [Go!](https://api.stackexchange.com/) | +| Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | | UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | @@ -152,33 +152,33 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | 18F | US Federal Government /Developer Program | No | No | [Go!](http://18f.github.io/API-All-the-X/) | -| Abbreviation API | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | -| Callook.info API | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) | -| Celebinfo API | Celebrity information API | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) | +| Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | +| Callook.info | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) | +| Celebinfo | Celebrity information | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) | | Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go!](http://codataengine.org/) | | Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | [Go!](https://data.colorado.gov/) | | Data USA | US Public Data | No | No | [Go!](http://datausa.io/about/api/) | -| Dronestream API | Tracks United States drone strikes | No | No | [Go!](http://dronestre.am/) | +| Dronestream | Tracks United States drone strikes | No | No | [Go!](http://dronestre.am/) | | fonoApi | Mobile Device Description | No | Yes | [Go!](https://fonoapi.freshpixl.com/) | | Open Government, Australia | Australian Government Open Data | No | Yes | [Go!](https://www.data.gov.au/) | | Open Government, USA | United States Government Open Data | No | Yes | [Go!](https://www.data.gov/) | | Open Government, Canada | Canadian Government Open Data | No | No | [Go!](http://open.canada.ca/en) | | Open Government Data, India | Indian Government Open Data | `token` | Yes | [Go!](https://data.gov.in/) | -| Pearson | Dictionary Data API | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | -| Quandl API | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | +| Pearson | Dictionary Data | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | +| Quandl | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | | Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | -| Wikipedia | Mediawiki API | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | -| Wordnik | Dictionary Data API | No | No | [Go!](http://developer.wordnik.com) | +| Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | +| Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | `oAuth` | Yes | [Go!](https://www.yelp.com/developers) | ### Data Validation | API | Description | OAuth |Link | |---|---|---|---|---| -| languagelayer API | Language detection | No | Yes | [Go!](https://languagelayer.com) | -| mailboxlayer API | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | -| numverify API | Phone number validation | No | Yes | [Go!](https://numverify.com) | -| vatlayer API | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | +| languagelayer | Language detection | No | Yes | [Go!](https://languagelayer.com) | +| mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | +| numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) | +| vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | ### Environment @@ -190,11 +190,11 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| BigOven | Recipe Search API | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) | +| BigOven | Recipe Search | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) | | BreweryDB | Beer | `apiKey` query string | No | [Go!](http://www.brewerydb.com/developers) | -| Edamam | Recipe Search API | `apiKey` query string | Yes | [Go!](https://developer.edamam.com/) | -| Food2Fork | Recipe Search API | `apiKey` query string | No | [Go!](http://food2fork.com/about/api) | -| LCBO API | Alcohol | `apiKey` query string | Yes | [Go!](https://lcboapi.com/) | +| Edamam | Recipe Search | `apiKey` query string | Yes | [Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search | `apiKey` query string | No | [Go!](http://food2fork.com/about/api) | +| LCBO | Alcohol | `apiKey` query string | Yes | [Go!](https://lcboapi.com/) | | PunkAPI | Brewdog Beer Recipes | No | Yes | [Go!](https://punkapi.com/) | | Recipe Puppy | Food | No | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | Yes | [Go!](https://developer.yummly.com/) | @@ -203,23 +203,23 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Battle.net | Blizzard API | No | Yes | [Go!](https://dev.battle.net/) | +| Battle.net | Blizzard Entertainment | No | Yes | [Go!](https://dev.battle.net/) | | Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api) | -| Clash of Clans | Clash of Clans API | No | Yes | [Go!](https://developer.clashofclans.com) | -| ClashAPI | Clash Royale API | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) | +| Clash of Clans | Clash of Clans Game Information | No | Yes | [Go!](https://developer.clashofclans.com) | +| Clash Royale | Clash Royale Game Information | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) | -| Deck of Cards | Deck of Cards API | No | No | [Go!](http://deckofcardsapi.com/) | -| Eve Online | Third-Party Developer Documentation API | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | +| Deck of Cards | Deck of Cards | No | No | [Go!](http://deckofcardsapi.com/) | +| Eve Online | Third-Party Developer Documentation | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | | Giant Bomb | Video Games | No | [Go!](http://www.giantbomb.com/api/documentation) | -| Guild Wars 2 | Guild Wars 2 API | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | -| Magic the gathering | Magic the gathering API | No | No | [Go!](http://magicthegathering.io/) | -| Marvel | Marvel Comics API | No | No | [Go!](http://developer.marvel.com) | -| Minecraft | Minecraft API (For server info & user info) | No | Yes | [Go!](https://mcapi.ca/) | -| Open Trivia | Trivia API | No | Yes | [Go!](https://opentdb.com/api_config.php) | -| Pokéapi | The RESTful Pokémon API | No | No | [Go!](http://pokeapi.co) | -| Riot Games | The RESTful League of Legends API | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) | -| Steam | Steam Client API | `oAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | -| SWAPI | Star Wars API | No | Yes | [Go!](https://swapi.co) | +| Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | +| Magic The Gathering | Magic The Gathering Game Information | No | No | [Go!](http://magicthegathering.io/) | +| Marvel | Marvel Comics | No | No | [Go!](http://developer.marvel.com) | +| Minecraft | Minecraft server info & user info) | No | Yes | [Go!](https://mcapi.ca/) | +| Open Trivia | Trivia Questions | No | Yes | [Go!](https://opentdb.com/api_config.php) | +| Pokéapi | Pokémon Information | No | No | [Go!](http://pokeapi.co) | +| Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) | +| Steam | Steam Client Interaction | `oAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| SWAPI | Star Wars Information | No | Yes | [Go!](https://swapi.co) | ### Geocoding @@ -227,7 +227,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | -| Google Maps API | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | +| Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | | IP 2 Country | Map an IP to a country | No | Yes | [Go!](https://ip2country.info) | | IP Address Details| Find geolocation with ip address | No | Yes | [Go!](https://ipinfo.io/) | | Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go!](https://www.mapbox.com/developers/) | @@ -236,15 +236,15 @@ For information on contributing to this project, please see the [contributing gu | OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go!](https://geocoder.opencagedata.com) | | OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | -| Postcodes.io | Postcode & Geolocation API for the UK | No | Yes | [Go!](https://postcodes.io) | +| Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) | ### Health | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Diabetes API | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) | -| Flutrack API | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | -| Makeup API | Worlds only makeup API | No | No | [Go!](http://makeup-api.herokuapp.com/) | +| Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) | +| Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | +| Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | | Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | Yes | [Go!](https://developer.nutritionix.com/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | @@ -252,7 +252,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Clarifai | Computer Vision API | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | +| Clarifai | Computer Vision | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | | Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) | ### Music @@ -264,7 +264,7 @@ For information on contributing to this project, please see the [contributing gu | EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | | Genius | Crowdsourced lyrics and music knowledge | `oAuth` | Yes | [Go!](https://docs.genius.com/) | | Jamendo | Music | `oAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | -| iTunes Search | Software products API | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | +| iTunes Search | Software products | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | | LastFm | Music | No | No | [Go!](http://www.last.fm/api) | | Mixcloud | Music | No | Yes | [Go!](https://www.mixcloud.com/developers/) | | MusicBrainz | Music | No | Yes | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | @@ -285,8 +285,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Countly | Countly web analytics API | No | No | [Go!](http://resources.count.ly/) | -| Drupal.org | Drupal.org API | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) | +| Countly | Countly web analytics | No | No | [Go!](http://resources.count.ly/) | +| Drupal.org | Drupal.org | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) | | Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go!](https://libraries.io/api) | ### Personality @@ -307,7 +307,7 @@ For information on contributing to this project, please see the [contributing gu | Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | | Imgur | Images | `oAuth` | Yes | [Go!](https://api.imgur.com/#overview) | -| screenshotlayer API | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | +| ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | `oAuth` | Yes | [Go!](https://unsplash.com/developers) | ### Science @@ -317,9 +317,9 @@ For information on contributing to this project, please see the [contributing gu | Fedger.io | Query machine intelligence data | No | Yes | [Go!](https://dev.fedger.io/docs/) | | inspirehep.net | High Energy Physics info. system | No | Yes | [Go!](https://inspirehep.net/info/hep/api?ln=en) | | Launch Library | Upcoming Space Launches | No | Yes | [Go!](https://launchlibrary.net/1.2/docs/api.html) | -| Minor Planet Center | Asterank.com API | No | No | [Go!](http://www.asterank.com/mpc) | +| Minor Planet Center | Asterank.com Information | No | No | [Go!](http://www.asterank.com/mpc) | | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | -| Open Notify | ISS astronauts, current location API | No | No | [Go!](http://open-notify.org/Open-Notify-API/) | +| Open Notify | ISS astronauts, current location, etc | No | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go!](http://sunrise-sunset.org/api) | | USGS Earthquake Hazards Program | Earthquakes data real-time | No | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | | World Bank | World Data | No | No | [Go!](http://data.worldbank.org/developers) | @@ -328,47 +328,47 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | +| AXFR Database | AXFR public database | No | [Go'](http://api.axfrcheck.com) | | UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) | ### Social | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Discord bot API | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Discord bot | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | Yes | [Go!](https://developers.facebook.com/) | -| Foursquare API | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) | +| Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | Yes | [Go!](https://www.foaas.com) | | Full Contact | Get Social Media profiles and contact Information | `oAuth` | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go!](https://github.com/HackerNews/API) | -| Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | Yes | [Go!](https://www.instagram.com/developer/) | -| LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | `oAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Telegram MTProto API | Read and write Telegram data | `oAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | -| Telegram bot API | Simplified HTTP version of the MTProto API for bots | `oAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | -| Pinterest API | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) | -| PWRTelegram bot API | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) | +| Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | Yes | [Go!](https://www.instagram.com/developer/) | +| LinkedIn | The foundation of all digital integrations with LinkedIn | `oAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Telegram MTProto | Read and write Telegram data | `oAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram bot | Simplified HTTP version of the MTProto API for bots | `oAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | +| Pinterest | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) | +| PWRTelegram bot | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) | | Reddit | Homepage of the internet | `oAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) | | Slack | Team Instant Messaging | `oAuth` | Yes | [Go!](https://api.slack.com/) | -| Tumblr API | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | +| Tumblr | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | | Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Twitter API | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | +| Twitter | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | | vk API | Read and write vk dat | `oAuth` | Yes | [Go!](https://vk.com/dev/sites) | -| Wit.ai API | Turn speech and text into actionable data | `oAuth` | Yes | [Go!](https://wit.ai/docs) | +| Wit.ai | Turn speech and text into actionable data | `oAuth` | Yes | [Go!](https://wit.ai/docs) | ### Sports/Fitness | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| City Bikes API | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | -| Ergast F1 API | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | -| FitBit | FitBit API | No | Yes | [Go!](https://dev.fitbit.com) | +| City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | +| Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | +| FitBit | FitBit Information | No | Yes | [Go!](https://dev.fitbit.com) | | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | -| JCDecaux Bike API | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | +| JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | No | [Go!](http://nflarrest.com/api/) | -| Pro Motocross API | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go!](http://promotocrossapi.com) | -| Strava API | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) | -| wger API | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) | +| Pro Motocross | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go!](http://promotocrossapi.com) | +| Strava | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) | +| Wger | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation @@ -379,7 +379,7 @@ For information on contributing to this project, please see the [contributing gu | Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) | | Indian Railways | Indian Railways API | `token` | [Go!](http://api.erail.in/) | | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | -| Schiphol Airport API | Schiphol | `oAuth` | Yes | [Go!](https://flight-info.3scale.net/) | +| Schiphol Airport | Schiphol | `oAuth` | Yes | [Go!](https://flight-info.3scale.net/) | | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | | Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | @@ -416,13 +416,13 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| University API | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | +| Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | ### Vehicle | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Vehicle API | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | +| Vehicles | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | ### Video @@ -443,7 +443,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Dark Sky Forecast API | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) | +| Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) | | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From 9d54f9a08db700b3e87b88914a2aaaf1a5ea6290 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 30 Jan 2017 13:15:36 -0500 Subject: [PATCH 077/114] Cleanup and add eBay --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e065ab46..cf6d71a5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ For information on contributing to this project, please see the [contributing gu * [Photography](#photography) * [Science](#science) * [Security](#security) +* [Shopping](#shopping) * [Social](#social) * [Sports/Fitness](#sportsfitness) * [Transportation](#transportation) @@ -328,9 +329,15 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AXFR Database | AXFR public database | No | [Go'](http://api.axfrcheck.com) | +| AXFR Database | AXFR public database | No | [Go!](http://api.axfrcheck.com) | | UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) | +### Shopping + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| eBay | Sell and Buy on eBay | Yes | [Go!](https://go.developer.ebay.com/) | + ### Social | API | Description | Auth | HTTPS | Link | @@ -353,7 +360,6 @@ For information on contributing to this project, please see the [contributing gu | Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | | Twitter | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | | vk API | Read and write vk dat | `oAuth` | Yes | [Go!](https://vk.com/dev/sites) | -| Wit.ai | Turn speech and text into actionable data | `oAuth` | Yes | [Go!](https://wit.ai/docs) | ### Sports/Fitness From ed0ae85ee744c6f4a860b035482693ef2d9e0b63 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 30 Jan 2017 13:17:23 -0500 Subject: [PATCH 078/114] fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf6d71a5..f51ab994 100644 --- a/README.md +++ b/README.md @@ -329,14 +329,14 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AXFR Database | AXFR public database | No | [Go!](http://api.axfrcheck.com) | +| AXFR Database | AXFR public database | No | No | [Go!](http://api.axfrcheck.com) | | UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) | ### Shopping | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| eBay | Sell and Buy on eBay | Yes | [Go!](https://go.developer.ebay.com/) | +| eBay | Sell and Buy on eBay | `oAuth` | Yes | [Go!](https://go.developer.ebay.com/) | ### Social From 50d139fbe30b1e946d5405a3146ecfa610c322ed Mon Sep 17 00:00:00 2001 From: Tatham Oddie Date: Tue, 31 Jan 2017 15:43:37 +1100 Subject: [PATCH 079/114] Mark Adorable Avatars as HTTPS capable While their main website returns the wrong certificate, the actual API does support HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51ab994..7c3932f2 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Adorable Avatars | Generate random cartoon avatars | No | No | [Go!](http://avatars.adorable.io) | +| Adorable Avatars | Generate random cartoon avatars | No | Yes | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | | Faceplusplus | A tool to detect face | `oAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) | From 157c3a37dc80f3446ec88d8602c7cba4c4b048e4 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 31 Jan 2017 14:16:33 -0500 Subject: [PATCH 080/114] Add CARTO Location Info Prediction API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c3932f2..11cc6b51 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | 18F | US Federal Government /Developer Program | No | No | [Go!](http://18f.github.io/API-All-the-X/) | | Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | +| CARTO | Location Information Prediction | `apiKey` | Yes | [Go!](https://carto.com/) | | Callook.info | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) | | Celebinfo | Celebrity information | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) | | Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go!](http://codataengine.org/) | From 8a57911da79b81d17988230caffe3bdfef966143 Mon Sep 17 00:00:00 2001 From: Gerald Nash Date: Fri, 3 Feb 2017 09:47:08 -0500 Subject: [PATCH 081/114] Add Newton API (Math) to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 11cc6b51..8f512544 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ For information on contributing to this project, please see the [contributing gu * [Geocoding](#geocoding) * [Health](#health) * [Machine Learning](#machine-learning) +* [Math](#math) * [Music](#music) * [News](#news) * [Open Source projects](#open-source-projects) @@ -257,6 +258,12 @@ For information on contributing to this project, please see the [contributing gu | Clarifai | Computer Vision | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | | Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) | +### Math + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Newton | Symbolic and Arithmetic Math Calculator | No | Yes | [Go!](https://newton.now.sh/) | + ### Music | API | Description | Auth | HTTPS | Link | From 41d3f1b32002eb614f4fed5c4d6bc6b699bf6cac Mon Sep 17 00:00:00 2001 From: Robb Lewis Date: Sat, 4 Feb 2017 09:48:00 +0000 Subject: [PATCH 082/114] Fixed two sections where the https column wasn't added so there were no links showing in the rendered readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f512544..33769915 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ For information on contributing to this project, please see the [contributing gu ### Documents & Productivity -| API | Description | OAuth |Link | +| API | Description | Auth | HTTPS |Link | |---|---|---|---|---| | File.io | Files | No | Yes | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | @@ -176,7 +176,7 @@ For information on contributing to this project, please see the [contributing gu ### Data Validation -| API | Description | OAuth |Link | +| API | Description | OAuth | HTTPS | Link | |---|---|---|---|---| | languagelayer | Language detection | No | Yes | [Go!](https://languagelayer.com) | | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | From 29ba8ee8b2891d13e6721f1a082ad5a87f701237 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Mon, 6 Feb 2017 10:31:54 +0000 Subject: [PATCH 083/114] Remove oAuth header and replace with auth As pointed out in #276 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33769915..4bc37b91 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ For information on contributing to this project, please see the [contributing gu ### Data Validation -| API | Description | OAuth | HTTPS | Link | +| API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | languagelayer | Language detection | No | Yes | [Go!](https://languagelayer.com) | | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | From d3041cf1b2048e02dd8b5f74aeb9402f32b307f2 Mon Sep 17 00:00:00 2001 From: Edvins Antonovs Date: Mon, 6 Feb 2017 10:41:49 +0000 Subject: [PATCH 084/114] Updated the https status for Giant Bomb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc37b91..06e9f88d 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ For information on contributing to this project, please see the [contributing gu | Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Deck of Cards | Deck of Cards | No | No | [Go!](http://deckofcardsapi.com/) | | Eve Online | Third-Party Developer Documentation | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | -| Giant Bomb | Video Games | No | [Go!](http://www.giantbomb.com/api/documentation) | +| Giant Bomb | Video Games | No | No | [Go!](http://www.giantbomb.com/api/documentation) | | Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | | Magic The Gathering | Magic The Gathering Game Information | No | No | [Go!](http://magicthegathering.io/) | | Marvel | Marvel Comics | No | No | [Go!](http://developer.marvel.com) | From fe2841feffa12e595901b7d1a0bf6a268fd82452 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 6 Feb 2017 16:02:39 -0500 Subject: [PATCH 085/114] Add Bing Maps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06e9f88d..ae560003 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) | From 047e8b907d14e8bf9e5a837ad6a285d223d6301f Mon Sep 17 00:00:00 2001 From: Deivid Fortuna Date: Tue, 7 Feb 2017 19:50:55 -0200 Subject: [PATCH 086/114] add brazilian FIPE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae560003..9244e36a 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Vehicles | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | - +| Brazilian Vehicles and Prices | Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe | No | Yes | [Go!](https://fipe-parallelum.rhcloud.com) ### Video | API | Description | Auth | HTTPS | Link | From 993afaaaea0532ed5289df48d1443e74c698168b Mon Sep 17 00:00:00 2001 From: Jeremiah Lee Date: Wed, 8 Feb 2017 07:11:15 +0100 Subject: [PATCH 087/114] Corrected Fitbit info The 'b' in Fitbit is not capitalized. The Fitbit Web API requires OAuth 2.0 authorization. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9244e36a..dee83daa 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | +| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | | Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | | Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | @@ -376,7 +376,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | -| FitBit | FitBit Information | No | Yes | [Go!](https://dev.fitbit.com) | +| Fitbit | Fitbit Information | `oAuth` | Yes | [Go!](https://dev.fitbit.com/) | | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | From dedec9722428f7a83f842970e7e5276c566166e7 Mon Sep 17 00:00:00 2001 From: Jeremiah Lee Date: Wed, 8 Feb 2017 07:43:29 +0100 Subject: [PATCH 088/114] Corrected OAuth capitalization per RFC 6749 --- CONTRIBUTING.md | 2 +- README.md | 122 ++++++++++++++++++++++++------------------------ 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c0e06bd..8173d304 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Example entry: Currently, the only accepted inputs for this field are as follows: -* `oAuth` - _the API supports oAuth_ +* `OAuth` - _the API supports OAuth_ * `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_ * `X-Mashape-Key` - _the name of the header which may need to be sent_ * `No` - _the API requires no authentication to run_ diff --git a/README.md b/README.md index dee83daa..7e8a58e3 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AniList | AniList Anime | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | -| Kitsu | Kitsu Anime | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | +| AniList | AniList Anime | `OAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | +| Kitsu | Kitsu Anime | `OAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware @@ -71,8 +71,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Dribbble | Design | `oAuth` | No | [Go!](http://developer.dribbble.com/v1/) | -| Noun Project | Icons | `oAuth` | No | [Go!](http://api.thenounproject.com/index.html) | +| Dribbble | Design | `OAuth` | No | [Go!](http://developer.dribbble.com/v1/) | +| Noun Project | Icons | `OAuth` | No | [Go!](http://api.thenounproject.com/index.html) | | Rijksmuseum| Art | No | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | ### Books @@ -81,7 +81,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | British National Bibliography | Books | No | No | [Go!](http://bnb.data.bl.uk/) | | Good Reads | Books | No | Yes | [Go!](https://www.goodreads.com/api) | -| Google Books | Books | `oAuth` | Yes | [Go!](https://developers.google.com/books/) | +| Google Books | Books | `OAuth` | Yes | [Go!](https://developers.google.com/books/) | ### Business @@ -103,10 +103,10 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Box | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developer.box.com/) | -| Dropbox | File Sharing and Storage | `oAuth` | Yes | [Go!](https://www.dropbox.com/developers) | -| Google Drive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developers.google.com/drive/) | -| OneDrive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://dev.onedrive.com/) | +| Box | File Sharing and Storage | `OAuth` | Yes | [Go!](https://developer.box.com/) | +| Dropbox | File Sharing and Storage | `OAuth` | Yes | [Go!](https://www.dropbox.com/developers) | +| Google Drive | File Sharing and Storage | `OAuth` | Yes | [Go!](https://developers.google.com/drive/) | +| OneDrive | File Sharing and Storage | `OAuth` | Yes | [Go!](https://dev.onedrive.com/) | ### Currency Exchange @@ -122,12 +122,12 @@ For information on contributing to this project, please see the [contributing gu | Adorable Avatars | Generate random cartoon avatars | No | Yes | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | -| Faceplusplus | A tool to detect face | `oAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) | +| Faceplusplus | A tool to detect face | `OAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) | | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) | -| Gitter | Chat for GitHub | `oAuth` | Yes | [Go!](https://developer.gitter.im/docs/) | +| Gitter | Chat for GitHub | `OAuth` | Yes | [Go!](https://developer.gitter.im/docs/) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming | `oAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | +| LiveCoding | Live Coding Streaming | `OAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | @@ -136,7 +136,7 @@ For information on contributing to this project, please see the [contributing gu | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | No | [Go!](http://reqres.in/) | | RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) | -| StackExchange | Q&A forum for developers | `oAuth` | Yes | [Go!](https://api.stackexchange.com/) | +| StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) | | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | | UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | @@ -147,7 +147,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | File.io | Files | No | Yes | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | -| Wunderlist | Todo Lists | `oAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | +| Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | ### Data Access @@ -172,7 +172,7 @@ For information on contributing to this project, please see the [contributing gu | Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | -| Yelp | Find Local Business | `oAuth` | Yes | [Go!](https://www.yelp.com/developers) | +| Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers) | ### Data Validation @@ -212,7 +212,7 @@ For information on contributing to this project, please see the [contributing gu | Clash Royale | Clash Royale Game Information | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Deck of Cards | Deck of Cards | No | No | [Go!](http://deckofcardsapi.com/) | -| Eve Online | Third-Party Developer Documentation | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | +| Eve Online | Third-Party Developer Documentation | `OAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) | | Giant Bomb | Video Games | No | No | [Go!](http://www.giantbomb.com/api/documentation) | | Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | | Magic The Gathering | Magic The Gathering Game Information | No | No | [Go!](http://magicthegathering.io/) | @@ -221,7 +221,7 @@ For information on contributing to this project, please see the [contributing gu | Open Trivia | Trivia Questions | No | Yes | [Go!](https://opentdb.com/api_config.php) | | Pokéapi | Pokémon Information | No | No | [Go!](http://pokeapi.co) | | Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) | -| Steam | Steam Client Interaction | `oAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| Steam | Steam Client Interaction | `OAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) | | SWAPI | Star Wars Information | No | Yes | [Go!](https://swapi.co) | ### Geocoding @@ -238,7 +238,7 @@ For information on contributing to this project, please see the [contributing gu | Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go!](https://mapzen.com/projects/search) | | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | | OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go!](https://geocoder.opencagedata.com) | -| OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | +| OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | | Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) | @@ -256,8 +256,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Clarifai | Computer Vision | `oAuth` | Yes | [Go!](https://predictbgl.com/api) | -| Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) | +| Clarifai | Computer Vision | `OAuth` | Yes | [Go!](https://predictbgl.com/api) | +| Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go!](https://wit.ai/) | ### Math @@ -269,11 +269,11 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Deezer | Music | `oAuth` | No | [Go!](http://developers.deezer.com/api) | -| Discogs | Music | `oAuth` | Yes | [Go!](https://www.discogs.com/developers/) | +| Deezer | Music | `OAuth` | No | [Go!](http://developers.deezer.com/api) | +| Discogs | Music | `OAuth` | Yes | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | -| Genius | Crowdsourced lyrics and music knowledge | `oAuth` | Yes | [Go!](https://docs.genius.com/) | -| Jamendo | Music | `oAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | +| Genius | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | [Go!](https://docs.genius.com/) | +| Jamendo | Music | `OAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | | iTunes Search | Software products | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | | LastFm | Music | No | No | [Go!](http://www.last.fm/api) | | Mixcloud | Music | No | Yes | [Go!](https://www.mixcloud.com/developers/) | @@ -282,7 +282,7 @@ For information on contributing to this project, please see the [contributing gu | Musixmatch | Music | `apikey` query string | Yes | [Go!](https://developer.musixmatch.com/) | | Songsterr | Provides guitar, bass and drums tabs and chords | No | Yes | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | Yes | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | `oAuth` required for some parts | Yes | [Go!](https://developer.spotify.com/web-api/) | +| Spotify | Music | `OAuth` required for some parts | Yes | [Go!](https://developer.spotify.com/web-api/) | | Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | Yes | [Go!](https://api.vagalume.com.br/docs/) | ### News @@ -304,7 +304,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | -| Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | +| Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | | Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) | @@ -312,13 +312,13 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | -| Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | -| Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | +| 500px | Photography Community | `OAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | +| Flickr | Flickr Services | `OAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | +| Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | -| Imgur | Images | `oAuth` | Yes | [Go!](https://api.imgur.com/#overview) | +| Imgur | Images | `OAuth` | Yes | [Go!](https://api.imgur.com/#overview) | | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | -| Unsplash | Photography | `oAuth` | Yes | [Go!](https://unsplash.com/developers) | +| Unsplash | Photography | `OAuth` | Yes | [Go!](https://unsplash.com/developers) | ### Science @@ -345,30 +345,30 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| eBay | Sell and Buy on eBay | `oAuth` | Yes | [Go!](https://go.developer.ebay.com/) | +| eBay | Sell and Buy on eBay | `OAuth` | Yes | [Go!](https://go.developer.ebay.com/) | ### Social | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Discord bot | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | Yes | [Go!](https://developers.facebook.com/) | -| Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) | +| Discord bot | Make bots for Discord | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `OAuth` | Yes | [Go!](https://developers.facebook.com/) | +| Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `OAuth` | Yes | [Go!](https://developer.foursquare.com/) | | Fuck Off as a Service | Asks someone to fuck off | No | Yes | [Go!](https://www.foaas.com) | -| Full Contact | Get Social Media profiles and contact Information | `oAuth` | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | +| Full Contact | Get Social Media profiles and contact Information | `OAuth` | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go!](https://github.com/HackerNews/API) | -| Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | Yes | [Go!](https://www.instagram.com/developer/) | -| LinkedIn | The foundation of all digital integrations with LinkedIn | `oAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Telegram MTProto | Read and write Telegram data | `oAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | -| Telegram bot | Simplified HTTP version of the MTProto API for bots | `oAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | -| Pinterest | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) | -| PWRTelegram bot | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) | -| Reddit | Homepage of the internet | `oAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) | -| Slack | Team Instant Messaging | `oAuth` | Yes | [Go!](https://api.slack.com/) | -| Tumblr | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | -| Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Twitter | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | -| vk API | Read and write vk dat | `oAuth` | Yes | [Go!](https://vk.com/dev/sites) | +| Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | [Go!](https://www.instagram.com/developer/) | +| LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Telegram MTProto | Read and write Telegram data | `OAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram bot | Simplified HTTP version of the MTProto API for bots | `OAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | +| Pinterest | The world's catalog of ideas | `OAuth` | Yes | [Go!](https://developers.pinterest.com/) | +| PWRTelegram bot | Boosted version of the Telegram bot API | `OAuth` | Yes | [Go!](https://pwrtelegram.xyz) | +| Reddit | Homepage of the internet | `OAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) | +| Slack | Team Instant Messaging | `OAuth` | Yes | [Go!](https://api.slack.com/) | +| Tumblr | Read and write Tumblr Data | `OAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | +| Twitch | Game Streaming API | `OAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) | +| Twitter | Read and write Twitter data | `OAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) | +| vk API | Read and write vk dat | `OAuth` | Yes | [Go!](https://vk.com/dev/sites) | ### Sports/Fitness @@ -376,13 +376,13 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | -| Fitbit | Fitbit Information | `oAuth` | Yes | [Go!](https://dev.fitbit.com/) | +| Fitbit | Fitbit Information | `OAuth` | Yes | [Go!](https://dev.fitbit.com/) | | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | No | [Go!](http://nflarrest.com/api/) | | Pro Motocross | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go!](http://promotocrossapi.com) | -| Strava | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) | +| Strava | Connect with athletes, activities and more | [`OAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) | | Wger | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation @@ -394,7 +394,7 @@ For information on contributing to this project, please see the [contributing gu | Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) | | Indian Railways | Indian Railways API | `token` | [Go!](http://api.erail.in/) | | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | -| Schiphol Airport | Schiphol | `oAuth` | Yes | [Go!](https://flight-info.3scale.net/) | +| Schiphol Airport | Schiphol | `OAuth` | Yes | [Go!](https://flight-info.3scale.net/) | | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | | Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | @@ -407,25 +407,25 @@ For information on contributing to this project, please see the [contributing gu | Transport for Berlin | third-party VBB API | No | Yes | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | | Transport for India | India Public Transport API | Api key | Yes | [Go!](https://data.gov.in/sector/transport) | | Transport for London, England | TfL API | No | Yes | [Go!](https://api.tfl.gov.uk) | -| Transport for Minneapolis, US | NexTrip API | `oAuth` | No | [Go!](http://svc.metrotransit.org/) | +| Transport for Minneapolis, US | NexTrip API | `OAuth` | No | [Go!](http://svc.metrotransit.org/) | | Transport for New York City | MTA | api key | No | [Go!](http://datamine.mta.info/) | | Transport for Norway | Norwegian transport API | No | No | [Go!](http://reisapi.ruter.no/help) | | Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go!](http://www.octranspo1.com/developers) | | Transport for Paris, France | RATP Open Data API | No | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Philadelphia | SEPTA APIs | No | No | [Go!](http://www3.septa.org/hackathon/) | | Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | -| Transport for Sweden | Public Transport consumer | `oAuth` | Yes | [Go!](https://www.trafiklab.se/api) | +| Transport for Sweden | Public Transport consumer | `OAuth` | Yes | [Go!](https://www.trafiklab.se/api) | | Transport for Switzerland | Swiss public transport API | No | Yes | [Go!](https://transport.opendata.ch/) | -| Transport for São Paulo, Brazil | SPTrans | `oAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | +| Transport for São Paulo, Brazil | SPTrans | `OAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | | Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go!](https://developer.tokyometroapp.jp/) | | Transport for Toronto, Canada | TTC | No | Yes | [Go!](https://myttc.ca/developers) | -| Transport for Vancouver, Canada | TransLink | `oAuth` | Yes | [Go!](https://developer.translink.ca/) | -| Transport for Washington, US | Washington Metro transport API | `oAuth` | Yes | [Go!](https://developer.wmata.com/) | +| Transport for Vancouver, Canada | TransLink | `OAuth` | Yes | [Go!](https://developer.translink.ca/) | +| Transport for Washington, US | Washington Metro transport API | `OAuth` | Yes | [Go!](https://developer.wmata.com/) | | Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string | No | [Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for Auckland, New Zealand | Auckland Transport API | No | Yes | [Go!](https://api.at.govt.nz/) | -| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `oAuth` | Yes | [Go!](https://developer.uber.com/) | -| WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | Yes | [Go!](https://developer.whereismytransport.com/) | +| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `OAuth` | Yes | [Go!](https://developer.uber.com/) | +| WhereIsMyTransport | Platform for public transport data in emerging cities | `OAuth` | Yes | [Go!](https://developer.whereismytransport.com/) | ### University @@ -444,15 +444,15 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | An API of Ice And Fire | Game Of Thrones API | No | Yes | [Go!](https://anapioficeandfire.com/) | -| Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | Yes | [Go!](https://developer.dailymotion.com/) | +| Dailymotion | Dailymotion Developer API | `OAuth` required for some parts | Yes | [Go!](https://developer.dailymotion.com/) | | MovieDB | Movie Data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | No | [Go!](http://netflixroulette.net/api/) | | OMDB | Open movie database | No | Yes | [Go!](https://omdbapi.com/) | | Ron Swanson Quotes | Television | No | Yes | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | TVMaze | TV Show Data | No | No | [Go!](http://www.tvmaze.com/api) | | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | Yes | [Go!](https://api.daniil.it) | -| Vimeo | Vimeo Developer API | `oAuth` | Yes | [Go!](https://developer.vimeo.com/) | -| YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | Yes | [Go!](https://developers.google.com/youtube/) | +| Vimeo | Vimeo Developer API | `OAuth` | Yes | [Go!](https://developer.vimeo.com/) | +| YouTube | Add YouTube functionality to your sites and apps. | `OAuth` required for some parts | Yes | [Go!](https://developers.google.com/youtube/) | ### Weather From 9b943ee6fa1202c6614bdb52bcb01ca04ad2246d Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 14 Feb 2017 19:24:48 -0700 Subject: [PATCH 089/114] add api.mapserv.utah.gov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e8a58e3..aac682b1 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ For information on contributing to this project, please see the [contributing gu | OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | | Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) | +| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go!](https://api.mapserv.utah.gov |} ### Health From 07798a5cc7b3163305acee771191db0c3329b1c9 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 14 Feb 2017 22:35:56 -0500 Subject: [PATCH 090/114] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac682b1..9a2861a2 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ For information on contributing to this project, please see the [contributing gu | OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | | Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) | -| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go!](https://api.mapserv.utah.gov |} +| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go!](https://api.mapserv.utah.gov | ### Health From 2658d92fd8e3f8bfa2002a8a799ada2b29b55405 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 14 Feb 2017 22:36:42 -0500 Subject: [PATCH 091/114] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2861a2..59fca115 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ For information on contributing to this project, please see the [contributing gu | OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | | Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) | -| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go!](https://api.mapserv.utah.gov | +| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go!](https://api.mapserv.utah.gov) | ### Health From f1fad1e60aa9f50ac705f5b6813a6875fd1ddd05 Mon Sep 17 00:00:00 2001 From: Mathias Schilling Date: Wed, 15 Feb 2017 10:06:20 +0000 Subject: [PATCH 092/114] Add chucknorris.io facts api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59fca115..d7471f57 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| chucknorris.io | JSON API for hand curated Chuck Norris jokes | No | Yes | [Go!](https://api.chucknorris.io) | | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | From ce4535871415636de8abdf28e32865fb863525a8 Mon Sep 17 00:00:00 2001 From: Mathias Schilling Date: Wed, 15 Feb 2017 10:06:46 +0000 Subject: [PATCH 093/114] Add tronalddump.io facts api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7471f57..40eff592 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ For information on contributing to this project, please see the [contributing gu | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | +| tronalddump.io | Api & web archive for the dumbest things Donald Trump has ever said | No | Yes | [Go!](https://www.tronalddump.io) | | Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) | ### Photography From db03add118d8a2205b2de63d400865fe4c169f62 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 15 Feb 2017 12:14:36 -0500 Subject: [PATCH 094/114] Fix Indian Railways formatting fixes issue #284 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59fca115..33bd438d 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ For information on contributing to this project, please see the [contributing gu | Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go!](https://sandbox.amadeus.com/) | | Community Transit | Transitland API | No | Yes | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | | Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) | -| Indian Railways | Indian Railways API | `token` | [Go!](http://api.erail.in/) | +| Indian Railways | Indian Railways Information | `token` | No | [Go!](http://api.erail.in/) | | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | | Schiphol Airport | Schiphol | `OAuth` | Yes | [Go!](https://flight-info.3scale.net/) | | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | From b4c0e1777b7bb9049b2efb4c8beb6955d4de51a5 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Wed, 15 Feb 2017 21:09:01 +0100 Subject: [PATCH 095/114] Update fixer.io HTTPS field --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bd438d..8762f894 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) | -| Fixer.io | Exchange rates and currency conversion | No | No | [Go!](http://fixer.io) | +| Fixer.io | Exchange rates and currency conversion | No | Yes | [Go!](http://fixer.io) | ### Development From df2737b7d9e4bb131e2c81d350627680b3f46c63 Mon Sep 17 00:00:00 2001 From: Michael Arnold Date: Wed, 15 Feb 2017 14:25:56 -0600 Subject: [PATCH 096/114] Added LectServe to Calendar LectServe is a Protestant lectionary featuring the Revised Common Lectionary and the ACNA Lectionary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33bd438d..918b5132 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ For information on contributing to this project, please see the [contributing gu | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | | Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) | | Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | +| LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | ### Cloud Storage & File Sharing From e8282bdff4729d497857e9e3666ef196931d633a Mon Sep 17 00:00:00 2001 From: Zack Harley Date: Wed, 15 Feb 2017 21:30:12 -0500 Subject: [PATCH 097/114] Add Teleport.org quality of life database API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae05da8c..27f476ae 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ For information on contributing to this project, please see the [contributing gu | Pearson | Dictionary Data | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | | Quandl | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | | Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | +| Teleport | Quality of Life Data | No | Yes | [Go!](https://developers.teleport.org/) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers) | From f7835be15f1ef6a8df9823cba8bc05eef4d6082e Mon Sep 17 00:00:00 2001 From: Glen Rainbird Date: Thu, 16 Feb 2017 14:08:15 +1100 Subject: [PATCH 098/114] The Clarifai URL was wrong Now using the crrect URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae05da8c..9c617e37 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Clarifai | Computer Vision | `OAuth` | Yes | [Go!](https://predictbgl.com/api) | +| Clarifai | Computer Vision | `OAuth` | Yes | [Go!](https://developer.clarifai.com/) | | Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go!](https://wit.ai/) | ### Math From 9b7cdcea6ad73b68d7cfd754d55d290d43879a92 Mon Sep 17 00:00:00 2001 From: Eric Moss Date: Thu, 16 Feb 2017 09:27:31 -0500 Subject: [PATCH 099/114] Add Represent API by Open North Added under Data Access --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 088bd870..93cdf37f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ For information on contributing to this project, please see the [contributing gu | Open Government Data, India | Indian Government Open Data | `token` | Yes | [Go!](https://data.gov.in/) | | Pearson | Dictionary Data | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | | Quandl | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | +| Represent by Open North | Find Canadian Government Representatives | No | Yes | [Go!](https://represent.opennorth.ca/) | | Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | | Teleport | Quality of Life Data | No | Yes | [Go!](https://developers.teleport.org/) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | From fe830514a184bbb839f11c21fd76decc3e1e2d35 Mon Sep 17 00:00:00 2001 From: Glen Rainbird Date: Fri, 17 Feb 2017 10:14:05 +1100 Subject: [PATCH 100/114] Update the help url for upstream remote I found this GitHub help url more helpful. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8173d304..3b804b9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,6 @@ If so, add more commits to your branch and push them – they will automatically [fork-link]: [oauth-link]: [pr-link]: -[remote-link]: +[remote-link]: [syncing-link]: From 5a66ab937a80722375499fdf01b67f44307223fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondra=20Ger=C5=A1l?= Date: Fri, 17 Feb 2017 18:19:05 +0100 Subject: [PATCH 101/114] Add Todoist API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93cdf37f..5fbef678 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | File.io | Files | No | Yes | [Go!](https://file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | +| Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | ### Data Access From ffa1bafab50c1e40c28674391ea62f7a029b07ed Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 22 Feb 2017 08:33:57 -0500 Subject: [PATCH 102/114] Remove paid date + time API --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5fbef678..f50c70db 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | -| Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) | | Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | From b0ba2b84b5d0d2f71be888d60da51d68f5af2af9 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 22 Feb 2017 08:34:44 -0500 Subject: [PATCH 103/114] API key required for Holiday API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f50c70db..5ac00a70 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | -| Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) | +| Holidays | Free API for obtaining information about holidays. | `key` string | No | [Go!](http://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | From 3268ded7e993a7bdecd33b328fd339db653d440d Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 22 Feb 2017 16:10:40 -0500 Subject: [PATCH 104/114] Add Cleverbot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ac00a70..be542fc5 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Clarifai | Computer Vision | `OAuth` | Yes | [Go!](https://developer.clarifai.com/) | +| Cleverbot | Web chat bot | `apikey` | Yes | [Go!](https://www.cleverbot.com/api/) | | Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go!](https://wit.ai/) | ### Math From 0729e7168001c8c917e49f026bd9ea6396a46089 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 25 Feb 2017 12:06:22 -0500 Subject: [PATCH 105/114] Update Auth requirement of PetFinder fixes issue #293 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be542fc5..f649ec4e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | IUCN | IUCN Red List of Threatened Species | `token` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | -| Petfinder | Adoption | No | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | +| Petfinder | Adoption | Yes | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | ### Anime From a2cc6144dc41e1262cba07d6a3867d995e8eed7c Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Feb 2017 13:51:37 -0500 Subject: [PATCH 106/114] Add Link Verification through CI (#282) * Create .travis.yml * Update HTTPS and redirected links * Update .travis.yml --- .travis.yml | 4 ++++ README.md | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 25 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d653a2d6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: ruby +rvm: 2.2 +before_script: gem install awesome_bot +script: awesome_bot README.md --allow-ssl diff --git a/README.md b/README.md index f649ec4e..f1acaa4e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AniList | AniList Anime | `OAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | +| AniList | AniList Anime | `OAuth` | No | [Go!](http://anilist-api.readthedocs.io/en/latest/) | | Kitsu | Kitsu Anime | `OAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) | ### Anti-Malware @@ -122,30 +122,30 @@ For information on contributing to this project, please see the [contributing gu | Adorable Avatars | Generate random cartoon avatars | No | Yes | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | -| Faceplusplus | A tool to detect face | `OAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) | +| Faceplusplus | A tool to detect face | `OAuth` | Yes | [Go!](https://www.faceplusplus.com/) | | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) | -| Gitter | Chat for GitHub | `OAuth` | Yes | [Go!](https://developer.gitter.im/docs/) | +| Gitter | Chat for GitHub | `OAuth` | Yes | [Go!](https://developer.gitter.im/docs/welcome) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | -| LiveCoding | Live Coding Streaming | `OAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) | +| LiveEdu | Live Coding Streaming | `OAuth` | Yes | [Go!](https://www.liveedu.tv/developer/applications/) | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | | Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) | -| Random Word | Generate random word | No | No | [Go!](http://randomword.setgetgo.com/) | +| Random Word | Generate random word | No | No | [Go!](http://www.setgetgo.com/randomword/) | | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) | -| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | No | [Go!](http://reqres.in/) | +| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) | | RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) | | StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) | | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | -| UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/api) | +| UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | ### Documents & Productivity | API | Description | Auth | HTTPS |Link | |---|---|---|---|---| -| File.io | Files | No | Yes | [Go!](https://file.io) | +| File.io | Files | No | Yes | [Go!](https://www.file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | | Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | @@ -161,7 +161,7 @@ For information on contributing to this project, please see the [contributing gu | Celebinfo | Celebrity information | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) | | Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go!](http://codataengine.org/) | | Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | [Go!](https://data.colorado.gov/) | -| Data USA | US Public Data | No | No | [Go!](http://datausa.io/about/api/) | +| Data USA | US Public Data | No | Yes | [Go!](https://datausa.io/about/api/) | | Dronestream | Tracks United States drone strikes | No | No | [Go!](http://dronestre.am/) | | fonoApi | Mobile Device Description | No | Yes | [Go!](https://fonoapi.freshpixl.com/) | | Open Government, Australia | Australian Government Open Data | No | Yes | [Go!](https://www.data.gov.au/) | @@ -210,7 +210,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Battle.net | Blizzard Entertainment | No | Yes | [Go!](https://dev.battle.net/) | -| Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api) | +| Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api/) | | Clash of Clans | Clash of Clans Game Information | No | Yes | [Go!](https://developer.clashofclans.com) | | Clash Royale | Clash Royale Game Information | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) | | Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) | @@ -238,7 +238,7 @@ For information on contributing to this project, please see the [contributing gu | IP 2 Country | Map an IP to a country | No | Yes | [Go!](https://ip2country.info) | | IP Address Details| Find geolocation with ip address | No | Yes | [Go!](https://ipinfo.io/) | | Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go!](https://www.mapbox.com/developers/) | -| Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go!](https://mapzen.com/projects/search) | +| Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go!](https://mapzen.com/products/search/) | | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | | OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go!](https://geocoder.opencagedata.com) | | OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) | @@ -250,7 +250,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) | +| Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api/) | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | | Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | Yes | [Go!](https://developer.nutritionix.com/) | @@ -274,7 +274,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Deezer | Music | `OAuth` | No | [Go!](http://developers.deezer.com/api) | +| Deezer | Music | `OAuth` | No | [Go!](http://developers.deezer.com/login?redirect=/api) | | Discogs | Music | `OAuth` | Yes | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | | Genius | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | [Go!](https://docs.genius.com/) | @@ -300,8 +300,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Countly | Countly web analytics | No | No | [Go!](http://resources.count.ly/) | -| Drupal.org | Drupal.org | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) | +| Countly | Countly web analytics | No | No | [Go!](http://resources.count.ly/docs) | +| Drupal.org | Drupal.org | No | Yes | [Go!](https://www.drupal.org/drupalorg/docs/api) | | Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go!](https://libraries.io/api) | ### Personality @@ -312,8 +312,8 @@ For information on contributing to this project, please see the [contributing gu | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | -| tronalddump.io | Api & web archive for the dumbest things Donald Trump has ever said | No | Yes | [Go!](https://www.tronalddump.io) | | Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) | +| tronalddump.io | Api & web archive for the dumbest things Donald Trump has ever said | No | Yes | [Go!](https://www.tronalddump.io) | ### Photography @@ -339,7 +339,7 @@ For information on contributing to this project, please see the [contributing gu | Open Notify | ISS astronauts, current location, etc | No | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go!](http://sunrise-sunset.org/api) | | USGS Earthquake Hazards Program | Earthquakes data real-time | No | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | -| World Bank | World Data | No | No | [Go!](http://data.worldbank.org/developers) | +| World Bank | World Data | No | No | [Go!](https://datahelpdesk.worldbank.org/knowledgebase/topics/125589) | ### Security @@ -384,7 +384,7 @@ For information on contributing to this project, please see the [contributing gu | City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | | Fitbit | Fitbit Information | `OAuth` | Yes | [Go!](https://dev.fitbit.com/) | -| Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | +| Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org/index) | | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) | | NFL Arrests | NFL Arrest Data | No | No | [Go!](http://nflarrest.com/api/) | @@ -409,15 +409,15 @@ For information on contributing to this project, please see the [contributing gu | Transport for Budapest | Budapest public transport API | No | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Chicago, US | CTA | No | No | [Go!](http://www.transitchicago.com/developers/) | | Transport for Czech Republic | Czech transport API | No | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | -| Transport for Finland | Finnish transport API | No | No | [Go!](http://digitransit.fi/en/developers/) | -| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Finland | Finnish transport API | No | Yes | [Go!](https://digitransit.fi/en/developers/ ) | +| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | No | [Go!](http://data.deutschebahn.com/dataset/api-fahrplan) | | Transport for Berlin | third-party VBB API | No | Yes | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | | Transport for India | India Public Transport API | Api key | Yes | [Go!](https://data.gov.in/sector/transport) | | Transport for London, England | TfL API | No | Yes | [Go!](https://api.tfl.gov.uk) | | Transport for Minneapolis, US | NexTrip API | `OAuth` | No | [Go!](http://svc.metrotransit.org/) | | Transport for New York City | MTA | api key | No | [Go!](http://datamine.mta.info/) | | Transport for Norway | Norwegian transport API | No | No | [Go!](http://reisapi.ruter.no/help) | -| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go!](http://www.octranspo1.com/developers) | +| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go!](http://www.octranspo.com/index.php/developers) | | Transport for Paris, France | RATP Open Data API | No | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Philadelphia | SEPTA APIs | No | No | [Go!](http://www3.septa.org/hackathon/) | | Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | @@ -425,7 +425,7 @@ For information on contributing to this project, please see the [contributing gu | Transport for Switzerland | Swiss public transport API | No | Yes | [Go!](https://transport.opendata.ch/) | | Transport for São Paulo, Brazil | SPTrans | `OAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | -| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go!](https://developer.tokyometroapp.jp/) | +| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go!](https://developer.tokyometroapp.jp/info) | | Transport for Toronto, Canada | TTC | No | Yes | [Go!](https://myttc.ca/developers) | | Transport for Vancouver, Canada | TransLink | `OAuth` | Yes | [Go!](https://developer.translink.ca/) | | Transport for Washington, US | Washington Metro transport API | `OAuth` | Yes | [Go!](https://developer.wmata.com/) | @@ -445,7 +445,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Vehicles | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) | -| Brazilian Vehicles and Prices | Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe | No | Yes | [Go!](https://fipe-parallelum.rhcloud.com) +| Brazilian Vehicles and Prices | Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe | No | Yes | [Go!](https://deividfortuna.github.io/fipe/) ### Video | API | Description | Auth | HTTPS | Link | @@ -465,7 +465,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) | +| Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://darksky.net/dev/) | | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | -| Wunderground | Weather | No | No | [Go!](http://www.wunderground.com/weather/api/) | +| Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From 7ceedfb5bb738ab369a73c4c373bafe070b8192a Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Tue, 28 Feb 2017 18:56:34 +0000 Subject: [PATCH 107/114] chore(readme): Add TravisCI status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1acaa4e..4ff3ab04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Public APIs +# Public APIs [![Build Status](https://travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) A collective list of JSON APIs for use in web development. From d4147f30b7137754810f545095dfef281a2dbd4c Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 09:36:07 -0500 Subject: [PATCH 108/114] Update links from initial CI build results --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ff3ab04..0e224f3b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| mailgun | Email Service | `apiKey` query string | No | [Go!](http://www.mailgun.com/) | +| mailgun | Email Service | `apiKey` query string | Yes | [Go!](https://www.mailgun.com/) | | markerapi | Trademark Search | No | No | [Go!](http://www.markerapi.com/) | ### Calendar @@ -95,7 +95,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) | -| Holidays | Free API for obtaining information about holidays. | `key` string | No | [Go!](http://holidayapi.com/) | +| Holidays | Free API for obtaining information about holidays. | `key` string | Yes | [Go!](https://holidayapi.com/) | | LectServe | Protestant liturgical calendar | No | No | [Go!](http://www.lectserve.com) | | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) | @@ -171,7 +171,7 @@ For information on contributing to this project, please see the [contributing gu | Pearson | Dictionary Data | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | | Quandl | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) | | Represent by Open North | Find Canadian Government Representatives | No | Yes | [Go!](https://represent.opennorth.ca/) | -| Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) | +| Scoop.it | Content Curation Service | `apiKey` query string | No | [Go!](http://www.scoop.it/dev) | | Teleport | Quality of Life Data | No | Yes | [Go!](https://developers.teleport.org/) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | @@ -312,7 +312,7 @@ For information on contributing to this project, please see the [contributing gu | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) | | Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) | | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) | -| Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) | +| Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://app.traitify.com/developer) | | tronalddump.io | Api & web archive for the dumbest things Donald Trump has ever said | No | Yes | [Go!](https://www.tronalddump.io) | ### Photography @@ -338,7 +338,7 @@ For information on contributing to this project, please see the [contributing gu | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) | | Open Notify | ISS astronauts, current location, etc | No | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go!](http://sunrise-sunset.org/api) | -| USGS Earthquake Hazards Program | Earthquakes data real-time | No | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | +| USGS Earthquake Hazards Program | Earthquakes data real-time | No | Yes | [Go!](https://earthquake.usgs.gov/fdsnws/event/1/) | | World Bank | World Data | No | No | [Go!](https://datahelpdesk.worldbank.org/knowledgebase/topics/125589) | ### Security @@ -406,7 +406,7 @@ For information on contributing to this project, please see the [contributing gu | Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | | Transport for Boston, MA, USA | MBTA API | No | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | -| Transport for Budapest | Budapest public transport API | No | No | [Go!](http://docs.bkkfutar.apiary.io/) | +| Transport for Budapest | Budapest public transport API | No | Yes | [Go!](https://apiary.io/) | | Transport for Chicago, US | CTA | No | No | [Go!](http://www.transitchicago.com/developers/) | | Transport for Czech Republic | Czech transport API | No | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) | | Transport for Finland | Finnish transport API | No | Yes | [Go!](https://digitransit.fi/en/developers/ ) | From 9c062b2e3f1a458f25f14b157671af0e2496763a Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 09:47:56 -0500 Subject: [PATCH 109/114] Update links from initial CI build results part 2 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e224f3b..90733364 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Public APIs [![Build Status](https://travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) +# Public APIs [![Build Status](https://api.travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) A collective list of JSON APIs for use in web development. @@ -276,7 +276,6 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Deezer | Music | `OAuth` | No | [Go!](http://developers.deezer.com/login?redirect=/api) | | Discogs | Music | `OAuth` | Yes | [Go!](https://www.discogs.com/developers/) | -| EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) | | Genius | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | [Go!](https://docs.genius.com/) | | Jamendo | Music | `OAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | | iTunes Search | Software products | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | @@ -403,7 +402,7 @@ For information on contributing to this project, please see the [contributing gu | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | | Schiphol Airport | Schiphol | `OAuth` | Yes | [Go!](https://flight-info.3scale.net/) | | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) | -| Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | +| Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/app-developer-resources.aspx) | | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | | Transport for Boston, MA, USA | MBTA API | No | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | | Transport for Budapest | Budapest public transport API | No | Yes | [Go!](https://apiary.io/) | From fd3e859abf64fa25a4d4c2e0be0c5946adb07b46 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 09:49:32 -0500 Subject: [PATCH 110/114] Allow 403 errors on CI builds Allowing 403 errors to pass CI lets us know that the API is still active but it doesn't like robots pinging its endpoint without a key. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d653a2d6..cda29010 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: ruby rvm: 2.2 before_script: gem install awesome_bot -script: awesome_bot README.md --allow-ssl +script: awesome_bot README.md --allow-ssl --allow 403 From e6a5e6d9e202acf441ade70a7500df211a794c80 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 11:00:25 -0500 Subject: [PATCH 111/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8173d304..84851a71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,8 @@ During the discussion, you may be asked to make some changes to your pull reques If so, add more commits to your branch and push them – they will automatically go into the existing pull request! +Opening a pull request will trigger a Travis CI build to check the validity of the link(s). After the build completes, please ensure that the build passes. Otherwise, view the Travis CI log and see what errors the build found for your contribution. + [branch-link]: [clone-link]: [fork-link]: From d45649c43168a7e1819260723d50265598c66265 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 2 Mar 2017 12:38:39 -0500 Subject: [PATCH 112/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84851a71..5e57c8f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ During the discussion, you may be asked to make some changes to your pull reques If so, add more commits to your branch and push them – they will automatically go into the existing pull request! -Opening a pull request will trigger a Travis CI build to check the validity of the link(s). After the build completes, please ensure that the build passes. Otherwise, view the Travis CI log and see what errors the build found for your contribution. +Opening a pull request will trigger a Travis CI build to check the validity of all the links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. [branch-link]: [clone-link]: From 0173cada334f90088dda3858f893681a6044ed1b Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Fri, 3 Mar 2017 10:23:47 -0500 Subject: [PATCH 113/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e57c8f8..53a93666 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ During the discussion, you may be asked to make some changes to your pull reques If so, add more commits to your branch and push them – they will automatically go into the existing pull request! -Opening a pull request will trigger a Travis CI build to check the validity of all the links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. +Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. [branch-link]: [clone-link]: From 3ffb952b575b5d06cc013da42317565350af6dbf Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Fri, 3 Mar 2017 12:58:36 -0500 Subject: [PATCH 114/114] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53a93666..5dbf3201 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ During the discussion, you may be asked to make some changes to your pull reques If so, add more commits to your branch and push them – they will automatically go into the existing pull request! -Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. +Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, please ensure that the build has passed. Otherwise, view the Travis CI log and see what errors the build found for your contribution. If the build error is not related to your link(s), don't worry! Your pull request will not be delayed because of already existing link causing an error. [branch-link]: [clone-link]: