From bc778862c959792120e1c1b066bb7c27cd39f73b Mon Sep 17 00:00:00 2001 From: Vladislav Khvostov Date: Fri, 25 Mar 2016 17:05:10 +0300 Subject: [PATCH 01/35] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb79c188..6318ff22 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,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) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | | Twitter API | Read and write Twitter dat | Yes | [Go!](https://dev.twitter.com/rest/public) | +| vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) | ### Sports From ed3f8fff1e68285bdba119ce3c119fdff710c377 Mon Sep 17 00:00:00 2001 From: Abdul Awali Date: Sun, 27 Mar 2016 13:23:15 +0000 Subject: [PATCH 02/35] fix typo in Business --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3291ed68..b155b234 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ A collective list of JSON APIs for use in web development. | Callook.info API | United States ham radio callsigns | No |[Go!](https://callook.info) | | Celebinfo API | Celebrity information API | No |[Go!](https://market.mashape.com/daxeel/celebinfo/) | | Open Government | United State Government Open Data | No |[Go!](https://www.data.gov/) | -| Yelp | Find Local Bussiness | Yes |[Go!](https://www.yelp.com/developers) | +| Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | ### Exchange From d5c511d2ccd44622e5763c5189cfae99a45fdd64 Mon Sep 17 00:00:00 2001 From: Abdul Awali Date: Sun, 27 Mar 2016 13:32:54 +0000 Subject: [PATCH 03/35] added inpinfo- find coordinates with ip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b155b234..699c9325 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | +| IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | ### Media From b380b92b26b041f2c2df5af8528e2119edadbcc7 Mon Sep 17 00:00:00 2001 From: Abdul Awali Date: Sun, 27 Mar 2016 13:48:04 +0000 Subject: [PATCH 04/35] added wikipedia api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 699c9325..03890a33 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A collective list of JSON APIs for use in web development. | Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | | Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) | Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) +| Wikipedia | A free encyclopedia | No | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | ### Music | API | Description | OAuth |Link | From e04972a76c7c3b0781ad3ba572e7ad5fcd744853 Mon Sep 17 00:00:00 2001 From: Abdul Awali Date: Sun, 27 Mar 2016 14:04:47 +0000 Subject: [PATCH 05/35] add random word generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03890a33..6959a81a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collective list of JSON APIs for use in web development. | Lorem Text | Generates Lorem Ipsum text | Yes | [Go!] (https://market.mashape.com/montanaflynn/lorem-text-generator) | Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!] (http://hipsterjesus.com/) | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!] (http://loripsum.net/) +| Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | ### Drinks From c392f544b4fb57aae694a9fdeae6416525223d42 Mon Sep 17 00:00:00 2001 From: Abdul Awali Date: Sun, 27 Mar 2016 14:21:51 +0000 Subject: [PATCH 06/35] change section name 'drinks' to 'drinks & food' and add yummly api --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6959a81a..d91c931c 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,13 @@ A collective list of JSON APIs for use in web development. | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!] (http://loripsum.net/) | Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | -### Drinks +### Drinks & Food | API | Description | OAuth |Link | |---|---|---|---| | BreweryDB | Beer | No |[Go!](http://www.brewerydb.com/developers) | | LCBO API | Alcohol | No |[Go!](https://lcboapi.com/) | +| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | ### Data Access From 71ffc2ce0827cc9070d29d6426b495d221bada8c Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 27 Mar 2016 12:31:39 -0600 Subject: [PATCH 07/35] Added GeoNames under Geocoding section Cool project, btw! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3291ed68..83277863 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | +| GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | ### Media From 82b7cc95fc0fb6152ad30296d82ab59a934d7420 Mon Sep 17 00:00:00 2001 From: Mattias Zurkovic Date: Mon, 28 Mar 2016 12:46:44 -0700 Subject: [PATCH 08/35] Add weather API section and add a forecast API Created a `Weather API` section and added OpenWeatherMap API that provides forecast data and weather maps. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09e16362..ce2d8571 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | + +### Weather +| API | Description | OAuth |Link | +|---|---|---|---| +| OpenWeatherMap | Weather and Forecast API | No | [Go!](http://openweathermap.org/api) | From ee4604db4aced2c04d601ba9cc07d4715a9bb265 Mon Sep 17 00:00:00 2001 From: Craig Simpson Date: Mon, 28 Mar 2016 23:56:04 -0400 Subject: [PATCH 09/35] Added Atlanta, US MARTA api to list of transportation api. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e16362..41d06cd7 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ A collective list of JSON APIs for use in web development. | Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Sao Paulo, Brazil | SPTrans | Yes | [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 Atlanta, US | Marta | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) | ### Vehicle | API | Description | OAuth |Link | From ccfbab8c4f9f04d4922a6a794341a682155ac9f0 Mon Sep 17 00:00:00 2001 From: Victor Jose Silva Pinto Date: Tue, 29 Mar 2016 10:20:59 -0300 Subject: [PATCH 10/35] Include Rio de Janeiro, Brazil transport info API API of transport provided by Rio de Janeiro City Hall :-) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e16362..ba9cf5ea 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ A collective list of JSON APIs for use in web development. | Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Sao Paulo, Brazil | SPTrans | Yes | [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 Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | ### Vehicle | API | Description | OAuth |Link | From 6699db3005b306c8d19d36b145ebd2cb97ce8e08 Mon Sep 17 00:00:00 2001 From: Jabran Rafique Date: Tue, 29 Mar 2016 15:27:13 +0100 Subject: [PATCH 11/35] Add some awesome APIs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09e16362..575c5faa 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | +| Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | +| Mapbox | Create/customize beautiful digital maps | No, but `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | ### Media @@ -150,6 +152,9 @@ 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) | | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | | Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | +| Instagram API | Read and write Instagram data | Yes | [Go!](https://www.instagram.com/developer) | +| Oculus API | Develop games for VR | Yes | [Go!](https://developer.oculus.com/) | +| Wit.ai API | Turn speech and text into actionable data | Yes | [Go!](https://wit.ai/docs) | ### Sports/Fitness From 319ca83e48d6dccb3ab87b0b156fe49f8e6d12ca Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Tue, 29 Mar 2016 09:31:59 -0600 Subject: [PATCH 12/35] Add new zip codes section with api for mexico zip codes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09e16362..42cc66f4 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | + +### Zip Codes +| API | Description | OAuth |Link | +|---|---|---|---| +| Mexico | Mexico RESTful zip codes API | No | [Go!](https://github.com/IcaliaLabs/sepomex) | From 5022f44dbcfaefe8cf808d624e17faac4e055246 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Thu, 31 Mar 2016 13:20:58 +0200 Subject: [PATCH 13/35] Spotify partially requires OAuth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5525432c..128f8c1e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ A collective list of JSON APIs for use in web development. | Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | | MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | No | [Go!](https://developer.spotify.com/web-api/migration-guide/) | +| Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/migration-guide/) | | Musixmatch | Music | No, but `apikey` query string | [Go!](https://developer.musixmatch.com/) | ### Open Source projects From fb2074b2f20dfb68abf1a02e01ba4560c2e28a10 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Thu, 31 Mar 2016 13:21:40 +0200 Subject: [PATCH 14/35] Deutsche Bahn requires API key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128f8c1e..a9c12e2c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Germany | Deutsche Bahn (DB) API | No, but `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | | Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | | Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | From cceaf74311921ac46fd13415d38fa29791d2e36e Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Thu, 31 Mar 2016 13:33:03 +0200 Subject: [PATCH 15/35] Added tumblr API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9c12e2c..d63651aa 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ 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/) | | Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | | Telegram API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Tumblr API | Posts, Likes, Info, ... on Tumblr blogs | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | ### Sports/Fitness From e94ae6e6ba544dab8ed21d8b9cefa57dafc49c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Djupsj=C3=B6backa?= Date: Thu, 31 Mar 2016 20:57:21 +0300 Subject: [PATCH 16/35] Add transport API for Finland --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5525432c..908bf071 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ A collective list of JSON APIs for use in web development. | Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Sao Paulo, Brazil | SPTrans | Yes | [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 Finland | Finnish transport API | No | [Go!](http://digitransit.fi/en/developers/) | | Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) ### Vehicle From 0929ea38249f964df6d4c2749922636f1debc675 Mon Sep 17 00:00:00 2001 From: Peter Tonoli Date: Sat, 2 Apr 2016 18:42:51 +1100 Subject: [PATCH 17/35] Added data.gov.au and corrected "United State" to "United States" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5525432c..c8cfa420 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ A collective list of JSON APIs for use in web development. | Abbreviation API | Get abbreviations and meanings | No |[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 |[Go!](https://market.mashape.com/daxeel/celebinfo/) | -| Open Government | United State Government Open Data | No |[Go!](https://www.data.gov/) | +| Open Government | Australian Government Open Data | No |[Go!](https://www.data.gov.au/) | +| Open Government | United States Government Open Data | No |[Go!](https://www.data.gov/) | | Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | From 28e4d77a7180d17420f516c744dc4f3ec28a36b6 Mon Sep 17 00:00:00 2001 From: Anantha Raju C Date: Sun, 3 Apr 2016 11:03:06 +0530 Subject: [PATCH 18/35] Postcodes.io Added Postcode & Geolocation API for the UK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3291ed68..fb290e57 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | +| Postcodes.io | Postcode & Geolocation API for the UK | No | [Go!](https://http://postcodes.io/) | ### Media From 58aaa3d35fceb3b3bd3a3940f16102cbc5106739 Mon Sep 17 00:00:00 2001 From: Anantha Raju C Date: Sun, 3 Apr 2016 11:04:56 +0530 Subject: [PATCH 19/35] postcodes.io link fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb290e57..11450696 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -| Postcodes.io | Postcode & Geolocation API for the UK | No | [Go!](https://http://postcodes.io/) | +| Postcodes.io | Postcode & Geolocation API for the UK | No | [Go!](https://postcodes.io) | ### Media From ae61411800dced47100ce6b4c712b31da641c911 Mon Sep 17 00:00:00 2001 From: Alex Urquhart Date: Mon, 4 Apr 2016 07:10:46 -0400 Subject: [PATCH 20/35] Added OC Transpo Live Next Bus Arrival Data Feed http://www.octranspo1.com/developers --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5525432c..74749faf 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,8 @@ A collective list of JSON APIs for use in web development. | Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | | Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | -| Transport for Toronto | TTC | No| [Go!](https://myttc.ca/developers) | +| Transport for Toronto, Canada | TTC | No| [Go!](https://myttc.ca/developers) | +| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | [Go!](http://www.octranspo1.com/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 Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | From a2760a8ab349db25560e06ba525dd2558278c918 Mon Sep 17 00:00:00 2001 From: Conor Cussell Date: Tue, 5 Apr 2016 11:48:42 +0100 Subject: [PATCH 21/35] Add PunkAPI to Drinks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5525432c..9c079f28 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | 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/) | +| PunkAPI | Brewdog Beer Recipes | No | [Go!] (https://punkapi.com/) | ### Data Access From ebcf8402e6016d34161f110107b7f04b16e3a6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kr=C3=B3lik?= Date: Fri, 22 Apr 2016 10:16:08 +0200 Subject: [PATCH 22/35] Adding Guild Wars 2 API to Games & Comics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7cdd386..10639c06 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ A collective list of JSON APIs for use in web development. | Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | | Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Steam | Steam Client API | Yes | [Go!] (https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| Guild Wars 2 | Guild Wars 2 API | No, but `apiKey` query string (for some routes) | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | ### Geocoding From 4abb542dc2e7f5d032213f428621c00b8d5f21e4 Mon Sep 17 00:00:00 2001 From: Andre Madarang Date: Thu, 28 Apr 2016 22:36:26 -0400 Subject: [PATCH 23/35] Add Clash of Clans API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 622c79c1..eb14e378 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ A collective list of JSON APIs for use in web development. | Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | | Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | | Steam | Steam Client API | Yes | [Go!] (https://developer.valvesoftware.com/wiki/Steam_Web_API) | +| Clash of Clans | Clash of Clans API | No | [Go!] (https://developer.clashofclans.com) | ### Geocoding From e3d8bd741a282ad6c94ca5521aafda7f57b3c531 Mon Sep 17 00:00:00 2001 From: Jordan Majd Date: Wed, 18 May 2016 09:28:34 -0600 Subject: [PATCH 24/35] Adds Colorado Public APIs - Adds Colorado Information Marketplace to Data Access category. - Adds Colorado Data Engine to Data Access category. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 622c79c1..5ac4e891 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ A collective list of JSON APIs for use in web development. | Callook.info API | United States ham radio callsigns | No |[Go!](https://callook.info) | | Celebinfo API | Celebrity information API | No |[Go!](https://market.mashape.com/daxeel/celebinfo/) | | Open Government | United State Government Open Data | No |[Go!](https://www.data.gov/) | +| Colorado Information Marketplace | Colorado State Government Open Data | No |[Go!](https://data.colorado.gov/) | +| Colorado Data Engine | Formatted and geolocated Colorado public data | No |[Go!](http://codataengine.org/) | | Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | | Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | From c352e6d70e72b10402e1b8058cc1730a7f64a2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Gonz=C3=A1lez?= Date: Thu, 26 May 2016 10:21:57 +0200 Subject: [PATCH 25/35] Adds Madrid BUS transport API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbdeae11..22d4e569 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A collective list of JSON APIs for use in web development. | Transport for Sao Paulo, Brazil | SPTrans | Yes | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | | Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) +| Trasport for Madrid, Spain | Madrid BUS transport API | No, but apiKey query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | ### Vehicle | API | Description | OAuth |Link | From 1b1534b6c6ad1dc29fca8463923a62c66bb50639 Mon Sep 17 00:00:00 2001 From: YuvarajTana Date: Thu, 9 Jun 2016 11:07:02 +0530 Subject: [PATCH 26/35] Added India public Transpost API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbdeae11..6ff15e0e 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A collective list of JSON APIs for use in web development. | Transport for Sao Paulo, Brazil | SPTrans | Yes | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | | Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) +| Transport for India | India Public Transport API | No, Api key is required | [Go!](https://data.gov.in/sector/transport) | ### Vehicle | API | Description | OAuth |Link | From c269e3fe12604eb8473a0999a49b82ea5ccacc2f Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:34:39 +0100 Subject: [PATCH 27/35] Add Dark Sky Weather API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc209f7..4b2448f7 100644 --- a/README.md +++ b/README.md @@ -264,4 +264,4 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenWeatherMap | Weather and Forecast API | No | [Go!](http://openweathermap.org/api) | - +| Dark Sky Forecast API | Weather and Forecast API | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | From a12ff8e48488ebefb2abb5376faa38e8cd72b986 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:38:39 +0100 Subject: [PATCH 28/35] Update some spacing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc25fce5..19a1fdad 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 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! :) ### Animals + | API | Description | OAuth |Link | |---|---|---|---| | Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) | @@ -19,6 +20,7 @@ A collective list of JSON APIs for use in web development. | AniList | AniList Anime API | Yes | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | ### Business + | API | Description | OAuth |Link | |---|---|---|---| | markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | From 0876e649f9a2433d325e9b9702a6957d742dfd44 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:44:06 +0100 Subject: [PATCH 29/35] Add country for London transport --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c669ca7..1b56b59b 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ A collective list of JSON APIs for use in web development. ### Transportation | API | Description | OAuth |Link | |---|---|---|---| -| Transport for London | TfL API | No | [Go!](https://api.tfl.gov.uk) | +| Transport for London, England | TfL API | No | [Go!](https://api.tfl.gov.uk) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | | Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | | Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | From 5d13b3a4658e963b1b46ae66a4577396474adbf4 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:46:10 +0100 Subject: [PATCH 30/35] Collate Weather APIs --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b56b59b..7dcb80a5 100644 --- a/README.md +++ b/README.md @@ -194,10 +194,6 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | -| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | -| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | -| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | -| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | @@ -270,5 +266,7 @@ A collective list of JSON APIs for use in web development. ### Weather | API | Description | OAuth |Link | |---|---|---|---| -| OpenWeatherMap | Weather and Forecast API | No | [Go!](http://openweathermap.org/api) | -| Dark Sky Forecast API | Weather and Forecast API | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | +| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | +| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | +| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | +| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | From 13f46c7f35732205e607c6c08aa3085666442662 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:57:51 +0100 Subject: [PATCH 31/35] Merge Railways into Transport --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ca5ae42a..3bee69c4 100644 --- a/README.md +++ b/README.md @@ -177,12 +177,6 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | -### Railway - -| API | Description | OAuth |Link | -|---|---|---|---| -| Indian Railways | Indian Railways API | No, but a token is required |[Go!](http://api.erail.in/) | - ### Security | API | Description | OAuth |Link | @@ -253,6 +247,7 @@ A collective list of JSON APIs for use in web development. | Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | | Trasport for Madrid, Spain | Madrid BUS transport API | No, but apiKey query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for India | India Public Transport API | No, Api key is required | [Go!](https://data.gov.in/sector/transport) | +| Indian Railways | Indian Railways API | No, but a token is required |[Go!](http://api.erail.in/) | ### University | API | Description | OAuth |Link | From 4b9a4947a1cc5552080780684835c06d49ee7056 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 22:00:46 +0100 Subject: [PATCH 32/35] Forgot to press save with #94 merge Oops! --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9adf52c4..2b67334d 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -<<<<<<< HEAD | Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | | Mapbox | Create/customize beautiful digital maps | No, but `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | | IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | | IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | +| GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | ### Health @@ -122,9 +122,6 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | -======= -| GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | ->>>>>>> 71ffc2ce0827cc9070d29d6426b495d221bada8c ### Media From ab37ba8c67259aa7923c5ea02ba1eda1dc7fa2e6 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 22:04:35 +0100 Subject: [PATCH 33/35] Something makes these backup files on my computer --- README-2016-06-29_21-49-49-923.md | 276 ----------------------------- README-2016-06-29_21-57-57-364.md | 282 ------------------------------ 2 files changed, 558 deletions(-) delete mode 100644 README-2016-06-29_21-49-49-923.md delete mode 100644 README-2016-06-29_21-57-57-364.md diff --git a/README-2016-06-29_21-49-49-923.md b/README-2016-06-29_21-49-49-923.md deleted file mode 100644 index 26e25945..00000000 --- a/README-2016-06-29_21-49-49-923.md +++ /dev/null @@ -1,276 +0,0 @@ -# Public APIs - -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! :) - -### Animals - -| API | Description | OAuth |Link | -|---|---|---|---| -| 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 | No, but a token is required | [Go!] (http://apiv3.iucnredlist.org/api/v3/docs) | - -### Anime - -| API | Description | OAuth |Link | -|---|---|---|---| -| Hummingbird | Hummingbird Anime API | No | [Go!](https://hummingbird.me/) | -| AniList | AniList Anime API | Yes | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | - -### Business - -| API | Description | OAuth |Link | -|---|---|---|---| -| markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | - - -### Calendar - -| API | Description | OAuth |Link | -|---|---|---|---| -| Church Calendar API | Catholic liturgical calendar | No | [Go!](http://calapi.inadiutorium.cz/) | -| Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | -| 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/) | - -### Development - -| API | Description | OAuth |Link | -|---|---|---|---| -| RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | -| 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) | -| Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io) | -| 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/) | -| JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | -| RoboHash | Generate random robot/alien avatars | No | [Go!](https://robohash.org/) | -| Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | -| API Only | Several APIs free. | No | [Go!](http://apionly.com/) | -| Lorem Text | Generates Lorem Ipsum text | Yes | [Go!] (https://market.mashape.com/montanaflynn/lorem-text-generator) -| Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!] (http://hipsterjesus.com/) -| Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!] (http://loripsum.net/) -| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!] (http://reqres.in/) -| StackExchange | The All-in-one API for StackExchange sites | Yes | [Go!] (https://api.stackexchange.com/) -| Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | - -### Drinks and Food - -| API | Description | OAuth |Link | -|---|---|---|---| -| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) -| 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/) | -| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | - -### Data Access - -| API | Description | OAuth |Link | -|---|---|---|---| -| Abbreviation API | Get abbreviations and meanings | No |[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 |[Go!](https://market.mashape.com/daxeel/celebinfo/) | -| Dronestream API | Tracks United States drone strikes | No |[Go!](http://dronestre.am/) | -| Open Government | United State Government Open Data | No |[Go!](https://www.data.gov/) | -| Data USA | US Public Data | No |[Go!](http://datausa.io/about/api/) | -| Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | -| Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | -| Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | - -### Exchange - -| API | Description | OAuth |Link | -|---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | No | [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 | -|---|---|---|---| -| Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | -| SWAPI | Star Wars API | No |[Go!](https://swapi.co) | -| Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | -| Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | -| Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | -| Battle.net | Blizzard API | No | [Go!] (https://dev.battle.net/) | -| Steam | Steam Client API | Yes | [Go!] (https://developer.valvesoftware.com/wiki/Steam_Web_API) | -| Deck of Cards | Deck of Cards API | No | [Go!] (http://deckofcardsapi.com/) | -| Magic the gathering | Magic the gathering API | No | [Go!] (http://magicthegathering.io/) | - -### Geocoding - -| API | Description | OAuth |Link | -|---|---|---|---| -| OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -| Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | -| Mapbox | Create/customize beautiful digital maps | No, but `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | -| IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | -| IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | - -### Health - -| API | Description | OAuth |Link | -|---|---|---|---| -| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | - -### Health - -| API | Description | OAuth |Link | -|---|---|---|---| -| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | - -### Media - -| API | Description | OAuth |Link | -|---|---|---|---| -| Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | -| Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | -| Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | -| TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | -| OMDB | Open movie database | No | [Go!](http://omdbapi.com) | -| MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | -| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | -| Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | -| Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | -| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | -| iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | -| Twitch | Game Streaming API | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | -| Imgur | Images | Yes | [Go!](https://api.imgur.com/#overview) | -| File.io | Files | No | [Go!](https://file.io) | -| Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | -| Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) -| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) -| Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) -| 500px | Photography Community | Yes | [Go!](https://github.com/500px/api-documentation) -| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) -| Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) - -### Music -| API | Description | OAuth |Link | -|---|---|---|---| -| 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) | -| Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | -| MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | -| Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | No | [Go!](https://developer.spotify.com/web-api/migration-guide/) | -| Musixmatch | Music | No, but `apikey` query string | [Go!](https://developer.musixmatch.com/) | -| Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | -| Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | - -### Open Source projects -| API | Description | OAuth |Link | -|---|---|---|---| -| Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | -| Countly | Countly web analytics API | No | [Go!](http://resources.count.ly/) | -| Libraries.io | Open source software libraries | No | [Go!](https://libraries.io/api) | - -### Planets -| API | Description | OAuth |Link | -|---|---|---|---| -| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | - -### Railway - -| API | Description | OAuth |Link | -|---|---|---|---| -| Indian Railways | Indian Railways API | No, but a token is required |[Go!](http://api.erail.in/) | - -### Security - -| API | Description | OAuth |Link | -|---|---|---|---| -| UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | -| AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | - -### Science - -| API | Description | OAuth |Link | -|---|---|---|---| -| TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | -| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | -| World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | -| Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | -| 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) | -| USGS Earthquake Hazards Program | Earthquakes data real-time | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | - -### Social - -| API | Description | OAuth |Link | -|---|---|---|---| -| Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | -| 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) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | -| Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | -| Telegram API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | -| Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | -| vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) | -| Oculus API | Develop games for VR | Yes | [Go!](https://developer.oculus.com/) | -| Wit.ai API | Turn speech and text into actionable data | Yes | [Go!](https://wit.ai/docs) | - -### Sports/Fitness - -| API | Description | OAuth |Link | -|---|---|---|---| -| Football-Data.org | Football Data | No | [Go!](http://api.football-data.org) | -| FitBit | FitBit API | No | [Go!](https://dev.fitbit.com) | -| Stattleship | MLB, NBA, NHL, NFL | No, but a token is required | [Go!](https://www.stattleship.com/#) | -| JCDecaux Bike API | JCDecaux's self-service bicycles | No, but `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | -| 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/) - -### Transportation -| API | Description | OAuth |Link | -|---|---|---|---| -| Transport for London, England | TfL API | No | [Go!](https://api.tfl.gov.uk) | -| Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | -| Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | -| Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | -| Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | -| Transport for Toronto | TTC | No| [Go!](https://myttc.ca/developers) | -| Transport for Vancouver, Canada | TransLink | Yes | [Go!](https://developer.translink.ca/) | -| Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | -| Transport for Washington, US | Washington Metro transport API | Yes | [Go!](https://developer.wmata.com/) | -| Transport for Minneapolis, US | NexTrip API | Yes | [Go!](http://svc.metrotransit.org/) | -| Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | -| Transport for São Paulo, Brazil | SPTrans | Yes | [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 Sweden | Public Transport consumer | Yes | [Go!](https://www.trafiklab.se/api) | -| Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) -| Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) -| TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) -| Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | - -### University -| API | Description | OAuth |Link | -|---|---|---|---| -| University API | University names, countries and domains| No| [Go!](https://github.com/Hipo/university-domains-list) | - -### Vehicle -| API | Description | OAuth |Link | -|---|---|---|---| -| Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | - -### Video -| API | Description | OAuth |Link | -|---|---|---|---| -| 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 -| API | Description | OAuth |Link | -|---|---|---|---| -| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | -| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | -| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | -| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | diff --git a/README-2016-06-29_21-57-57-364.md b/README-2016-06-29_21-57-57-364.md deleted file mode 100644 index 53192fbf..00000000 --- a/README-2016-06-29_21-57-57-364.md +++ /dev/null @@ -1,282 +0,0 @@ -# Public APIs - -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! :) - -### Animals - -| API | Description | OAuth |Link | -|---|---|---|---| -| 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 | No, but a token is required | [Go!] (http://apiv3.iucnredlist.org/api/v3/docs) | - -### Anime - -| API | Description | OAuth |Link | -|---|---|---|---| -| Hummingbird | Hummingbird Anime API | No | [Go!](https://hummingbird.me/) | -| AniList | AniList Anime API | Yes | [Go!](http://anilist-api.readthedocs.org/en/latest/#) | - -### Business - -| API | Description | OAuth |Link | -|---|---|---|---| -| markerapi | Trademark Search API | No | [Go!](http://www.markerapi.com/) | - - -### Calendar - -| API | Description | OAuth |Link | -|---|---|---|---| -| Church Calendar API | Catholic liturgical calendar | No | [Go!](http://calapi.inadiutorium.cz/) | -| Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | -| 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/) | - -### Development - -| API | Description | OAuth |Link | -|---|---|---|---| -| RandomUser | Generates random user data | No | [Go!](https://randomuser.me) | -| 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) | -| Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io) | -| 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/) | -| JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) | -| RoboHash | Generate random robot/alien avatars | No | [Go!](https://robohash.org/) | -| Plino | Spam filtering system | No | [Go!](https://plino.herokuapp.com/) | -| API Only | Several APIs free. | No | [Go!](http://apionly.com/) | -| Lorem Text | Generates Lorem Ipsum text | Yes | [Go!] (https://market.mashape.com/montanaflynn/lorem-text-generator) -| Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!] (http://hipsterjesus.com/) -| Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!] (http://loripsum.net/) -| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!] (http://reqres.in/) -| StackExchange | The All-in-one API for StackExchange sites | Yes | [Go!] (https://api.stackexchange.com/) -| Random Word | Generate random word | No | [Go!](http://randomword.setgetgo.com/) | - -### Drinks and Food - -| API | Description | OAuth |Link | -|---|---|---|---| -| Recipe Puppy | Food | No | [Go!](http://www.recipepuppy.com/about/api/) -| 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/) | -| Yummly | Find food recipes | No | [Go!](https://developer.yummly.com/) | - -### Data Access - -| API | Description | OAuth |Link | -|---|---|---|---| -| Abbreviation API | Get abbreviations and meanings | No |[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 |[Go!](https://market.mashape.com/daxeel/celebinfo/) | -| Dronestream API | Tracks United States drone strikes | No |[Go!](http://dronestre.am/) | -| Open Government | United State Government Open Data | No |[Go!](https://www.data.gov/) | -| Data USA | US Public Data | No |[Go!](http://datausa.io/about/api/) | -| Yelp | Find Local Business | Yes |[Go!](https://www.yelp.com/developers) | -| Quandl API | Stock Market Data | No |[Go!](https://www.quandl.com/) | -| Wikipedia | Mediawiki API | No |[Go!](https://www.mediawiki.org/wiki/API:Main_page) | - -### Exchange - -| API | Description | OAuth |Link | -|---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | No | [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 | -|---|---|---|---| -| Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | -| SWAPI | Star Wars API | No |[Go!](https://swapi.co) | -| Pokéapi | The RESTful Pokémon API | No |[Go!](http://pokeapi.co) | -| Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | -| Comic Vine | Comics | No | [Go!](http://comicvine.gamespot.com/api/documentation) | -| Battle.net | Blizzard API | No | [Go!] (https://dev.battle.net/) | -| Steam | Steam Client API | Yes | [Go!] (https://developer.valvesoftware.com/wiki/Steam_Web_API) | -| Deck of Cards | Deck of Cards API | No | [Go!] (http://deckofcardsapi.com/) | -| Magic the gathering | Magic the gathering API | No | [Go!] (http://magicthegathering.io/) | - -### Geocoding - -| API | Description | OAuth |Link | -|---|---|---|---| -| OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | -| Google Maps API | Create/customize digital maps based on Google Maps data | No, but `apiKey` query string | [Go!](https://developers.google.com/maps/) | -| Mapbox | Create/customize beautiful digital maps | No, but `apiKey` query string | [Go!](https://www.mapbox.com/developers/) | -| IP Address Details| Find geolocation with ip address | No | [Go!](https://ipinfo.io/) | -| IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | - -### Health - -| API | Description | OAuth |Link | -|---|---|---|---| -| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | - -### Health - -| API | Description | OAuth |Link | -|---|---|---|---| -| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | - -### Media - -| API | Description | OAuth |Link | -|---|---|---|---| -| Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | -| Unsplash | Photography | Yes | [Go!](https://unsplash.com/developers) | -| Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | -| TVMaze | TV Show Data | No | [Go!](http://www.tvmaze.com/api) | -| OMDB | Open movie database | No | [Go!](http://omdbapi.com) | -| MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | -| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | -| Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | -| Ron Swanson Quotes | Television | No | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | -| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | -| iTunes Search | Software products API | No | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | -| Twitch | Game Streaming API | Yes | [Go!](https://github.com/justintv/Twitch-API) | -| Wordnik | Dictionary Data API | No | [Go!](http://developer.wordnik.com) | -| Imgur | Images | Yes | [Go!](https://api.imgur.com/#overview) | -| File.io | Files | No | [Go!](https://file.io) | -| Chuck Norris Database | Jokes | No | [Go!](http://www.icndb.com/api) | -| Medium | community of readers and writers offering unique perspectives on ideas. | Yes | [Go!](https://github.com/Medium/medium-api-docs) -| Flickr | Flickr Services | Yes | [Go!](https://www.flickr.com/services/api/) -| Reddit | Homepage of the internet | Parts | [Go!](https://www.reddit.com/dev/api) -| 500px | Photography Community | Yes | [Go!](https://github.com/500px/api-documentation) -| HackerNews | Social news for CS and entrepreneurship | No | [Go!](https://github.com/HackerNews/API) -| Genius | Crowdsourced lyrics and music knowledge | Yes | [Go!](https://docs.genius.com/) - -### Music -| API | Description | OAuth |Link | -|---|---|---|---| -| 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) | -| Mixcloud | Music | No | [Go!](https://www.mixcloud.com/developers/) | -| MusicBrainz | Music | No | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | -| Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | -| Spotify | Music | No | [Go!](https://developer.spotify.com/web-api/migration-guide/) | -| Musixmatch | Music | No, but `apikey` query string | [Go!](https://developer.musixmatch.com/) | -| Musikki | Music | No | [Go!](https://music-api.musikki.com/reference) | -| Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | - -### Open Source projects -| API | Description | OAuth |Link | -|---|---|---|---| -| Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | -| Countly | Countly web analytics API | No | [Go!](http://resources.count.ly/) | -| Libraries.io | Open source software libraries | No | [Go!](https://libraries.io/api) | - -### Planets -| API | Description | OAuth |Link | -|---|---|---|---| -| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | - -### Railway - -| API | Description | OAuth |Link | -|---|---|---|---| -| Indian Railways | Indian Railways API | No, but a token is required |[Go!](http://api.erail.in/) | - -### Security - -| API | Description | OAuth |Link | -|---|---|---|---| -| UK Police | UK Police data | No | [Go!](https://data.police.uk/docs/) | -| AXFR Database | AXFR public database API | No | [Go'](http://api.axfrcheck.com) | - -### Science - -| API | Description | OAuth |Link | -|---|---|---|---| -| TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | -| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | -| World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | -| Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | -| 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) | -| USGS Earthquake Hazards Program | Earthquakes data real-time | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | - -### Social - -| API | Description | OAuth |Link | -|---|---|---|---| -| Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | -| 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) | -| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | -| Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | -| Telegram API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | -| Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | -| vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) | -| Oculus API | Develop games for VR | Yes | [Go!](https://developer.oculus.com/) | -| Wit.ai API | Turn speech and text into actionable data | Yes | [Go!](https://wit.ai/docs) | - -### Sports/Fitness - -| API | Description | OAuth |Link | -|---|---|---|---| -| Football-Data.org | Football Data | No | [Go!](http://api.football-data.org) | -| FitBit | FitBit API | No | [Go!](https://dev.fitbit.com) | -| Stattleship | MLB, NBA, NHL, NFL | No, but a token is required | [Go!](https://www.stattleship.com/#) | -| JCDecaux Bike API | JCDecaux's self-service bicycles | No, but `apiKey` query string | [Go!](https://developer.jcdecaux.com/) | -| 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/) - -### Transportation -| API | Description | OAuth |Link | -|---|---|---|---| -| Transport for London, England | TfL API | No | [Go!](https://api.tfl.gov.uk) | -| Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | -| Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | -| Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | -| Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) | -| Transport for Toronto | TTC | No| [Go!](https://myttc.ca/developers) | -| Transport for Vancouver, Canada | TransLink | Yes | [Go!](https://developer.translink.ca/) | -| Transport for Chicago, US | CTA | No | [Go!](http://www.transitchicago.com/developers/) | -| Transport for Washington, US | Washington Metro transport API | Yes | [Go!](https://developer.wmata.com/) | -| Transport for Minneapolis, US | NexTrip API | Yes | [Go!](http://svc.metrotransit.org/) | -| Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | -| Transport for São Paulo, Brazil | SPTrans | Yes | [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 Sweden | Public Transport consumer | Yes | [Go!](https://www.trafiklab.se/api) | -| Transport for Finland | Finnish transport API | No | [Go!](http://digitransit.fi/en/developers/) | -| Schiphol Airport API | Schiphol | Yes | [Go!](https://flight-info.3scale.net/) -<<<<<<< HEAD -| Transport for Boston, MA, USA | MBTA API | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) -| TransitLand | Transit Aggregation | No | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) -| Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | [Go!](http://data.rio/group/transporte-e-mobilidade) | -| Trasport for Madrid, Spain | Madrid BUS transport API | No, but apiKey query string |[Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | - -### University -| API | Description | OAuth |Link | -|---|---|---|---| -| University API | University names, countries and domains| No| [Go!](https://github.com/Hipo/university-domains-list) | -======= -| Transport for India | India Public Transport API | No, Api key is required | [Go!](https://data.gov.in/sector/transport) | ->>>>>>> 1b1534b6c6ad1dc29fca8463923a62c66bb50639 - -### Vehicle -| API | Description | OAuth |Link | -|---|---|---|---| -| Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | - -### Video -| API | Description | OAuth |Link | -|---|---|---|---| -| 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 -| API | Description | OAuth |Link | -|---|---|---|---| -| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | -| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | -| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | -| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | From 80136dfbe87a86407e0bf5ca5f4017e7d21314e5 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 22:08:25 +0100 Subject: [PATCH 34/35] Remove DS Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Wed, 29 Jun 2016 22:18:49 +0100 Subject: [PATCH 35/35] Squashed commit of the following: commit f1ce11d4a2dd8503a4f04c9cf7d8ceaae27b974c Merge: 2e27e18 622f6c1 Author: Mike Street Date: Wed Jun 29 22:18:28 2016 +0100 Merge branch 'master' of git://github.com/PeterKassenaar/public-apis into PeterKassenaar-master commit 622f6c1a47eef5b31789daceca7cd04ca3435ace Author: Peter Kassenaar Date: Thu Apr 21 11:26:46 2016 +0200 Delete .gitignore commit d45ad23a635c7292c70841f5bd2ce699a9e88167 Author: Peter Kassenaar Date: Thu Apr 21 11:24:26 2016 +0200 Added PostcodeData.nl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10c1f4f7..2f6c8e65 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ A collective list of JSON APIs for use in web development. | IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | | GeoNames | Place names and other geographical data | No | [Go!](http://www.geonames.org/export/web-services.html) | | Mexico | Mexico RESTful zip codes API | No | [Go!](https://github.com/IcaliaLabs/sepomex) | +| 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) | ### Health