From dbe3a6b92ed4d5edaa013689e81c38fa38e85d85 Mon Sep 17 00:00:00 2001 From: molcik Date: Fri, 17 Mar 2017 10:22:14 +0100 Subject: [PATCH 01/51] Added Official Swiss Public Transport Open Data Added Official Swiss Public Transport Open Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c104b5a7..feee8d9c 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ For information on contributing to this project, please see the [contributing gu | 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 Switzerland | Official Swiss Public Transport Open Data | `apikey` query string | Yes | [Go!](https://opentransportdata.swiss/en/) | | 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/info) | From 6f5af6699d7038656d42b2235383150eccd816c0 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Mon, 27 Mar 2017 11:19:50 -0700 Subject: [PATCH 02/51] Add whitepages pro APIs add phone and address validation add phone reputation to detect spammy numbers. add fraud prevention api section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 040dcec0..bc553023 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,16 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| Whitepages Pro| Phone number validation, line_type, carrier append | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | + +### Fraud Prevention + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Whitepages Pro | Global identity verification with phone, address, email, and IP | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | +| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment From 81c1cb460662af6d09d6a8bc01fb35312d7abe95 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Mon, 27 Mar 2017 11:23:48 -0700 Subject: [PATCH 03/51] update auth to apiKey --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc553023..4e524db6 100644 --- a/README.md +++ b/README.md @@ -187,16 +187,16 @@ For information on contributing to this project, please see the [contributing gu | 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) | -| Whitepages Pro| Phone number validation, line_type, carrier append | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | -| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | +| Whitepages Pro| Phone number validation, line_type, carrier append | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | ### Fraud Prevention | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Whitepages Pro | Global identity verification with phone, address, email, and IP | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | -| Whitepages Pro | Phone reputation to detect spammy phones | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | -| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | Yes | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | +| Whitepages Pro | Global identity verification with phone, address, email, and IP | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | +| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment From f567a0be6d3cbdec8be6e33ec16b3ee0770aa2fd Mon Sep 17 00:00:00 2001 From: Rakesh Gautam Date: Tue, 28 Mar 2017 16:10:49 +0530 Subject: [PATCH 04/51] added newsapi.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 679090a5..e79d4257 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | +| News API | Provides the headlines | `apikey` is required | Yes | [Go!](https://newsapi.org/) | ### Open Source projects From c3208ec0ebacfb45a1b2066f07c39fd51c5bc6f1 Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Tue, 28 Mar 2017 08:39:44 -0300 Subject: [PATCH 05/51] Added Brazil's free zip code api service Like the Mexico one, but for brazil --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 679090a5..baad90da 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ For information on contributing to this project, please see the [contributing gu | 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/products/search/) | | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | +| ViaCep | Brazil RESTful zip codes API | No | Yes | [Go!](https://viacep.com.br) | | 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) | From a891a862913f0e3e54441bab7c641b4abff774a6 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 09:25:16 -0400 Subject: [PATCH 06/51] Remove dead entry Fixes issue #307 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9112845a..5af2d3a7 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,6 @@ For information on contributing to this project, please see the [contributing gu | 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/) | From 226e2896a1591f1c0312e6f463094b68bb53e9cb Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 10:15:15 -0400 Subject: [PATCH 07/51] Fix formatting of sections Data * sections were out of alphabetical order and the Sports/Fitness and Food/Drink sections were not following the `x & y` naming convention. --- README.md | 84 +++++++++++++++++++++++++++---------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 5af2d3a7..bdf888e9 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ For information on contributing to this project, please see the [contributing gu * [Calendar](#calendar) * [Cloud Storage & File Sharing](#cloud-storage--file-sharing) * [Currency Exchange](#currency-exchange) -* [Development](#development) -* [Documents & Productivity](#documents--productivity) * [Data Access](#data-access) * [Data Validation](#data-validation) +* [Development](#development) +* [Documents & Productivity](#documents--productivity) * [Environment](#environment) -* [Food and Drink](#food-and-drink) +* [Food & Drink](#food--drink) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) * [Health](#health) @@ -35,7 +35,7 @@ For information on contributing to this project, please see the [contributing gu * [Security](#security) * [Shopping](#shopping) * [Social](#social) -* [Sports/Fitness](#sportsfitness) +* [Sports & Fitness](#sports--fitness) * [Transportation](#transportation) * [University](#university) * [Vehicle](#vehicle) @@ -116,42 +116,6 @@ For information on contributing to this project, please see the [contributing gu | Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) | | Fixer.io | Exchange rates and currency conversion | No | Yes | [Go!](http://fixer.io) | -### Development - -| API | Description | Auth | HTTPS | Link | -|---|---|---|---|---| -| 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` | 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/welcome) | -| Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | -| IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | -| JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | -| 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://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 | 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/) | -| 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://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) | - ### Data Access | API | Description | Auth | HTTPS | Link | @@ -189,13 +153,49 @@ For information on contributing to this project, please see the [contributing gu | numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) | | vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | +### Development + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| 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` | 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/welcome) | +| Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | +| IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | +| JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | +| 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://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 | 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/) | +| 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://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) | + ### 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 +### Food & Drink | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| @@ -382,7 +382,7 @@ For information on contributing to this project, please see the [contributing gu | 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 +### Sports & Fitness | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| From 10cdee9549427cb8ce73ae9bd6b46664c34277d1 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 10:18:39 -0400 Subject: [PATCH 08/51] Update HTTPS on file.io `https://www.file.io` times out, so updating README to reflect loss of HTTPS support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf888e9..da23e530 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS |Link | |---|---|---|---|---| -| File.io | Files | No | Yes | [Go!](https://www.file.io) | +| File.io | File Sharing | No | No | [Go!](http://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) | From 0275782ce375a2107e69cd418a8470d6d35e1d16 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 10:37:01 -0400 Subject: [PATCH 09/51] remove uifaces service since they shut down Some quick Googling showed that UIfaces has pretty much wrapped up its life online. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index da23e530..51963113 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,6 @@ For information on contributing to this project, please see the [contributing gu | 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/) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | ### Documents & Productivity From 998e4ed2e5eacc47002c4be8c1fdd6621ded8821 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 10:48:34 -0400 Subject: [PATCH 10/51] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e79d4257..40340132 100644 --- a/README.md +++ b/README.md @@ -299,8 +299,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | -| News API | Provides the headlines | `apikey` is required | Yes | [Go!](https://newsapi.org/) | +| New York Times | Provides news | `apikey` | Yes | [Go!](https://developer.nytimes.com/) | +| News API | headlines currently published on a range of news sources and blogs | `apikey` | Yes | [Go!](https://newsapi.org/) | ### Open Source projects From 7d14ce57473aa5c67a9d52c05c18731225bfb84f Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 13:02:18 -0400 Subject: [PATCH 11/51] Add `free` to list description There has been some recent interest in adding paid services to this list, so adding `free` in the project's description to clarify the mission of the project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbe0411..0f5d6a49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. +A collective list of free JSON APIs for use in web development. For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). From a8bad83c4a6736c05cdb04190bcd9c2b3e98550e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 13:04:19 -0400 Subject: [PATCH 12/51] Update Auth column for Swiss Transport API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feee8d9c..7b8f7794 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ For information on contributing to this project, please see the [contributing gu | 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 Switzerland | Official Swiss Public Transport Open Data | `apikey` query string | Yes | [Go!](https://opentransportdata.swiss/en/) | +| Transport for Switzerland | Official Swiss Public Transport Open Data | `apikey` | Yes | [Go!](https://opentransportdata.swiss/en/) | | 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/info) | From e494de571e42d91283ab1458964a0a535f894c93 Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Tue, 28 Mar 2017 15:17:20 -0300 Subject: [PATCH 13/51] Sorted in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baad90da..a0a9560e 100644 --- a/README.md +++ b/README.md @@ -244,12 +244,12 @@ For information on contributing to this project, please see the [contributing gu | 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/products/search/) | | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | -| ViaCep | Brazil RESTful zip codes API | No | Yes | [Go!](https://viacep.com.br) | | 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 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) | +| ViaCep | Brazil RESTful zip codes API | No | Yes | [Go!](https://viacep.com.br) | ### Health From 62ae728e4081b2458515e4249f6bb80fb96181a5 Mon Sep 17 00:00:00 2001 From: Tom Sisk Date: Tue, 28 Mar 2017 16:45:43 -0500 Subject: [PATCH 14/51] Add Barchart market data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f44359fd..f7f7bb52 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,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) | +| Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | 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/) | From 3cfaeaa5007ef31d3238e8b6695c59f0c2691b76 Mon Sep 17 00:00:00 2001 From: Sergei Akulich Date: Tue, 28 Mar 2017 14:53:01 -0700 Subject: [PATCH 15/51] fix format, consolidate Whitepages APIs and move whitepages API into standalone fraud prevention section --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e524db6..946aadbc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For information on contributing to this project, please see the [contributing gu * [Data Validation](#data-validation) * [Environment](#environment) * [Food and Drink](#food-and-drink) +* [Fraud Prevention](#fraud-prevention) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) * [Health](#health) @@ -187,16 +188,6 @@ For information on contributing to this project, please see the [contributing gu | 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) | -| Whitepages Pro| Phone number validation, line_type, carrier append | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | -| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | - -### Fraud Prevention - -| API | Description | Auth | HTTPS | Link | -|---|---|---|---|---| -| Whitepages Pro | Global identity verification with phone, address, email, and IP | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | -| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | -| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | ### Environment @@ -217,6 +208,16 @@ For information on contributing to this project, please see the [contributing gu | Recipe Puppy | Food | No | No | [Go!](http://www.recipepuppy.com/about/api/) | | Yummly | Find food recipes | No | Yes | [Go!](https://developer.yummly.com/) | +### Fraud Prevention + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Whitepages Pro | Global identity verification with phone, address, email, and IP | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/identity-check-api/) | +| Whitepages Pro | Phone reputation to detect spammy phones | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-reputation-api/) | +| Whitepages Pro | Get an owner’s name, address, demographics based on the phone number | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-phone-api/) | +| Whitepages Pro| Phone number validation, line_type, carrier append | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/phone-intelligence-api/) | +| Whitepages Pro| Get normalized physical address, residents, address type, and validity. | `apiKey` | Yes | [Go!](https://pro.whitepages.com/developer/documentation/reverse-address-api/) | + ### Games & Comics | API | Description | Auth | HTTPS | Link | From 85800ac3d373d20ed500bd6a495d081d6da97a03 Mon Sep 17 00:00:00 2001 From: Mohamed Mayla Date: Wed, 29 Mar 2017 02:26:38 +0200 Subject: [PATCH 16/51] Add api.ai in Machine Learning category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f44359fd..6bbd65da 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ For information on contributing to this project, please see the [contributing gu | Cleverbot | Web chat bot | `apikey` | Yes | [Go!](https://www.cleverbot.com/api/) | | Unplugg | Forecasting API for timeseries data | `apikey` | Yes | [Go!](https://unplu.gg/test_api.html) | | Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go!](https://wit.ai/) | +| api.ai | Natural Language Processing | `apikey` | Yes | [Go!](https://api.ai/) | ### Math From 71da68d78316c7a62fe33f46351c111560938292 Mon Sep 17 00:00:00 2001 From: Mohamed Mayla Date: Wed, 29 Mar 2017 02:33:57 +0200 Subject: [PATCH 17/51] Ordering Machine Learning section alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbd65da..37f1c02d 100644 --- a/README.md +++ b/README.md @@ -265,11 +265,11 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| API.AI | Natural Language Processing | `apikey` | Yes | [Go!](https://api.ai/) | | Clarifai | Computer Vision | `OAuth` | Yes | [Go!](https://developer.clarifai.com/) | | Cleverbot | Web chat bot | `apikey` | Yes | [Go!](https://www.cleverbot.com/api/) | | Unplugg | Forecasting API for timeseries data | `apikey` | Yes | [Go!](https://unplu.gg/test_api.html) | | Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go!](https://wit.ai/) | -| api.ai | Natural Language Processing | `apikey` | Yes | [Go!](https://api.ai/) | ### Math From e2ba4c9b47c11b0e7d30847cb06139e7824dc759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Amieiro?= Date: Wed, 29 Mar 2017 10:48:31 +0200 Subject: [PATCH 18/51] Added IP Vigilante (https://www.ipvigilante.com/) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f44359fd..d795b7aa 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ For information on contributing to this project, please see the [contributing gu | 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/) | +| IP Vigilante | Free IP Geolocation API | No | Yes | [Go!](https://www.ipvigilante.com/) | | 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/products/search/) | | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) | From 9ce6de942442327710c838fa6c2058e849bc3dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Casper=20Str=C3=B8mgren?= Date: Wed, 29 Mar 2017 14:50:52 +0200 Subject: [PATCH 19/51] Add Genderize.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d795b7aa..d8abf700 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ For information on contributing to this project, please see the [contributing gu | 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` | Yes | [Go!](https://www.faceplusplus.com/) | +| Genderize.io | Determines a gender from a first name | No | Yes | [Go!](https://genderize.io) | | 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/welcome) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | From f7a75167961fa8c494596d235063b5c7b348103f Mon Sep 17 00:00:00 2001 From: Tom Sisk Date: Wed, 29 Mar 2017 17:07:45 -0500 Subject: [PATCH 20/51] Adding Finance section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f7bb52..eeece573 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ For information on contributing to this project, please see the [contributing gu * [Development](#development) * [Documents & Productivity](#documents--productivity) * [Environment](#environment) +* [Finance](#finance) * [Food & Drink](#food--drink) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) @@ -122,7 +123,6 @@ 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) | -| Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | | 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/) | @@ -195,6 +195,12 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go!](http://www.pm25.in/api_doc) | +### Finance + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Barchart OnDemand | Stock, Futures, and Forex Market Data | `apiKey` | Yes | [Go!](https://www.barchartondemand.com/free) | + ### Food & Drink | API | Description | Auth | HTTPS | Link | From dd3869ad10ff0d5e020eda517a5275865086d80e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 29 Mar 2017 18:48:02 -0400 Subject: [PATCH 21/51] Fix section header formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370a1b82..99fcca9c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For information on contributing to this project, please see the [contributing gu * [Development](#development) * [Documents & Productivity](#documents--productivity) * [Environment](#environment) -* [Food and Drink](#food-and-drink) +* [Food & Drink](#food--drink) * [Fraud Prevention](#fraud-prevention) * [Games & Comics](#games--comics) * [Geocoding](#geocoding) From c5b92b41956ca9c2accf3f13a2e3e89e286feb90 Mon Sep 17 00:00:00 2001 From: P O Date: Thu, 30 Mar 2017 10:02:20 -0400 Subject: [PATCH 22/51] Discord API isn't only for bots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85b8f090..5aa39000 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Discord bot | Make bots for Discord | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Discord API | Make bots for Discord, intergrate Discord onto an external platform | `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) | From dac32dba982c08ddcdfd4a1d34b699aab520721f Mon Sep 17 00:00:00 2001 From: P O Date: Fri, 31 Mar 2017 01:25:53 -0400 Subject: [PATCH 23/51] Fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aa39000..a77d9166 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Discord API | Make bots for Discord, intergrate Discord onto an external platform | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Discord API | Make bots for Discord, integrate Discord onto an external platform | `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) | From db429553cecc95f652df47ea96b1fc0aef731d32 Mon Sep 17 00:00:00 2001 From: arpit-tbs Date: Sat, 1 Apr 2017 17:41:07 +0530 Subject: [PATCH 24/51] format correction for preview --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5b9dae0..307e601e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ community build applications and use free, public APIs quickly and easily. Pull > > Thanks for understanding! :) -##Formatting +## Formatting Current API entry format: @@ -31,13 +31,13 @@ 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`. -##Pull Request +## 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 +### 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]. @@ -47,7 +47,7 @@ merge conflicts will be less likely. See more detailed instructions [here][synci * 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 +### Open Pull Requests Once you’ve opened a pull request, a discussion will start around your proposed changes. From e1be1f6e742d8305ea5555edcc3d208a8e6c8c80 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 1 Apr 2017 15:39:15 -0400 Subject: [PATCH 25/51] Remove API from titles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a77d9166..bdf26099 100644 --- a/README.md +++ b/README.md @@ -385,8 +385,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Discord API | Make bots for Discord, integrate Discord onto an external platform | `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/) | +| Discord | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Facebook | 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/) | @@ -402,7 +402,7 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| vk | Read and write vk dat | `OAuth` | Yes | [Go!](https://vk.com/dev/sites) | ### Sports & Fitness From 7de85384587906535426e814b0a8b5b99dd52792 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 1 Apr 2017 18:42:51 -0400 Subject: [PATCH 26/51] Update HTTPS support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdf26099..0a6af2bc 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS |Link | |---|---|---|---|---| -| File.io | File Sharing | No | No | [Go!](http://www.file.io) | +| File.io | File Sharing | 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) | @@ -364,7 +364,7 @@ For information on contributing to this project, please see the [contributing gu | 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, 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) | +| Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | Yes | [Go!](https://sunrise-sunset.org/api) | | 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) | From 518cf2f6e8065dea355b607284e73a668098c7b2 Mon Sep 17 00:00:00 2001 From: Daniel Osorio Date: Sun, 2 Apr 2017 23:30:36 -0500 Subject: [PATCH 27/51] Added PrexView service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a6af2bc..63ced692 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | ### Environment From 95656cf7cb33eb83bde32f6e9daa092cf3aed110 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:17:27 +0300 Subject: [PATCH 28/51] Added Utilities section & the first service for it (JSON 2 JSONP) Sometimes a service may not provide its data directly in JSONP for use with client-side JS. This high-availability service (already serving more than 7m requests monthly) can assist in converting data output in JSON to JSONP. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a6af2bc..57e67f9c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu * [Sports & Fitness](#sports--fitness) * [Transportation](#transportation) * [University](#university) +* [Utilities](#utilities) * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) @@ -469,6 +470,12 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | +### Utilities + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Utilities List | JSON 2 JSONP - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | + ### Vehicle | API | Description | Auth | HTTPS | Link | From 11a5f46b00212e2aad4d7e9a6b56ad7f56396499 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:22:55 +0300 Subject: [PATCH 29/51] Minor entry update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57e67f9c..d12a12a4 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Utilities List | JSON 2 JSONP - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | +| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | ### Vehicle From c24824a8d0cd7cef401a8347a550b13e7230fda3 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:25:13 +0300 Subject: [PATCH 30/51] Moved to "Development" --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d12a12a4..baa64f5e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ For information on contributing to this project, please see the [contributing gu * [Sports & Fitness](#sports--fitness) * [Transportation](#transportation) * [University](#university) -* [Utilities](#utilities) * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) @@ -169,6 +168,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/welcome) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | +| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | | 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) | @@ -470,12 +470,6 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | -### Utilities - -| API | Description | Auth | HTTPS | Link | -|---|---|---|---|---| -| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | - ### Vehicle | API | Description | Auth | HTTPS | Link | From 25a81443416af23d7cd13a5d9786e91b23d672d9 Mon Sep 17 00:00:00 2001 From: Daniel Osorio Date: Mon, 3 Apr 2017 08:51:52 -0500 Subject: [PATCH 31/51] Changed service position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ced692..40e13c22 100644 --- a/README.md +++ b/README.md @@ -188,9 +188,9 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | +| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | | Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) | -| PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | ### Environment From c790cc1f426c72408448e4bafaa33d2f765acb72 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Apr 2017 11:31:18 -0400 Subject: [PATCH 32/51] Update apiKey format from contributing guide --- README.md | 76 +++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index baa64f5e..33ff1844 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| Web Of Trust (WOT) | Website reputation | `apiKey` | Yes | [Go!](https://www.mywot.com/wiki/API) | ### Art & Design @@ -90,7 +90,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| mailgun | Email Service | `apiKey` query string | Yes | [Go!](https://www.mailgun.com/) | +| mailgun | Email Service | `apiKey` | Yes | [Go!](https://www.mailgun.com/) | | markerapi | Trademark Search | No | No | [Go!](http://www.markerapi.com/) | ### Calendar @@ -98,7 +98,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 | Yes | [Go!](https://holidayapi.com/) | +| Holidays | Free API for obtaining information about holidays. | `apiKey` | 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) | @@ -115,7 +115,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) | +| Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | [Go!](https://currencylayer.com/documentation) | | Fixer.io | Exchange rates and currency conversion | No | Yes | [Go!](http://fixer.io) | ### Data Access @@ -136,11 +136,11 @@ For information on contributing to this project, please see the [contributing gu | 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 | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) | +| Pearson | Dictionary Data | `apiKey` | No | [Go!](http://developer.pearson.com/apis/dictionaries) | | Prague Opendata | Prague City Open Data | No | No | [Go!](http://opendata.praha.eu/en) | | 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 | No | [Go!](http://www.scoop.it/dev) | +| Scoop.it | Content Curation Service | `apiKey` | 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) | @@ -196,7 +196,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go!](http://www.pm25.in/api_doc) | +| PM2.5.in | PM2.5 Data of China | `apiKey` | No | [Go!](http://www.pm25.in/api_doc) | ### Finance @@ -209,10 +209,10 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | 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 | `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/) | +| BreweryDB | Beer | `apiKey` | No | [Go!](http://www.brewerydb.com/developers) | +| Edamam | Recipe Search | `apiKey` | Yes | [Go!](https://developer.edamam.com/) | +| Food2Fork | Recipe Search | `apiKey` | No | [Go!](http://food2fork.com/about/api) | +| LCBO | Alcohol | `apiKey` | 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/) | @@ -239,7 +239,7 @@ For information on contributing to this project, please see the [contributing gu | 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 | Yes | [Go!](https://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) | +| Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` | 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/) | @@ -257,11 +257,11 @@ For information on contributing to this project, please see the [contributing gu | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | 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/) | +| Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` | 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/) | | IP Vigilante | Free IP Geolocation API | No | Yes | [Go!](https://www.ipvigilante.com/) | -| Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go!](https://www.mapbox.com/developers/) | +| Mapbox | Create/customize beautiful digital maps | `apiKey` | Yes | [Go!](https://www.mapbox.com/developers/) | | 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) | @@ -278,7 +278,7 @@ For information on contributing to this project, please see the [contributing gu | 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/) | +| Nutritionix | Worlds largest verified nutrition database | `apiKey` | Yes | [Go!](https://developer.nutritionix.com/) | | openFDA | Public FDA data about drugs, devices, and foods | No | Yes | [Go!](https://open.fda.gov/api/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | @@ -311,11 +311,11 @@ For information on contributing to this project, please see the [contributing gu | 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/) | +| Musixmatch | Music | `apiKey` | 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/) | +| Vagalume | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | [Go!](https://api.vagalume.com.br/docs/) | ### News @@ -330,7 +330,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | 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) | +| Libraries.io | Open source software libraries | `apiKey` | Yes | [Go!](https://libraries.io/api) | ### Personality @@ -341,7 +341,7 @@ For information on contributing to this project, please see the [contributing gu | 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://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) | +| tronalddump.io | Api & web archive for the things Donald Trump has said | No | Yes | [Go!](https://www.tronalddump.io) | ### Photography @@ -398,7 +398,7 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| Reddit | Homepage of the internet | `OAuth` | 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) | @@ -413,20 +413,20 @@ For information on contributing to this project, please see the [contributing gu | 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/index) | -| JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | +| JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` | 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/) | -| Wger | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) | +| Strava | Connect with athletes, activities and more | `OAuth` | Yes | [Go!](https://strava.github.io/api/) | +| Wger | Workout manager data as exercises, muscles or equipments | `apiKey` | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go!](https://sandbox.amadeus.com/) | +| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apiKey` | 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) | +| Goibibo | API for travel search | `apiKey` | Yes | [Go!](https://developer.goibibo.com/docs) | | 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/) | @@ -438,12 +438,12 @@ For information on contributing to this project, please see the [contributing gu | Transport for Chicago, US | CTA | No | No | [Go!](http://www.transitchicago.com/developers/) | | Transport for Czech Republic | Czech transport API | No | Yes | [Go!](https://www.chaps.cz/eng/products/idos-internet) | | 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 Germany | Deutsche Bahn (DB) API | `apiKey` | 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 India | India Public Transport API | `apiKey` | 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 New York City | MTA | `apiKey` | 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.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/) | @@ -451,15 +451,15 @@ For information on contributing to this project, please see the [contributing gu | 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 Switzerland | Official Swiss Public Transport Open Data | `apikey` | Yes | [Go!](https://opentransportdata.swiss/en/) | +| Transport for Switzerland | Official Swiss Public Transport Open Data | `apiKey` | Yes | [Go!](https://opentransportdata.swiss/en/) | | 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/info) | +| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` | 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 Victoria, AU | PTV API | `authKey` | Yes | [Go!](https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/) | +| Transport for Victoria, AU | PTV API | `apiKey` | Yes | [Go!](https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/) | | 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 Madrid, Spain | Madrid BUS transport API | `apiKey` | 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/) | @@ -474,7 +474,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/) | +| Vehicles | Lot of vehicles informations | `apiKey` | 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://deividfortuna.github.io/fipe/) | | NHTSA Vehicles | NHTSA Product Information Catalog and Vehicle Listing | No | Yes | [Go!](https://vpic.nhtsa.dot.gov/api/) | @@ -483,22 +483,22 @@ 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` | 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) | | 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/) | +| YouTube | Add YouTube functionality to your sites and apps. | `OAuth` | Yes | [Go!](https://developers.google.com/youtube/) | ### Weather | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://darksky.net/dev/) | +| Dark Sky | Weather | `apiKey` | Yes | [Go!](https://darksky.net/dev/) | | MetaWeather | Weather | No | Yes | [Go!](https://www.metaweather.com/api/) | -| OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | -| Weatherbit | Weather | `apiKey` query string | Yes | [Go!](https://www.weatherbit.io/api) | +| OpenWeatherMap | Weather | `apiKey` | No | [Go!](http://openweathermap.org/api) | +| Weatherbit | Weather | `apiKey` | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From 35dbcf3ed2362d7ff721b88cbe765eb92d90f5a6 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Apr 2017 11:43:29 -0400 Subject: [PATCH 33/51] Update X-Mashape-Key auths to fit contributing guide format --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce525dfc..eb3e3819 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ 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 | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) | +| Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` | 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/) | +| Celebinfo | Celebrity information | `X-Mashape-Key` | 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 | Yes | [Go!](https://datausa.io/about/api/) | @@ -171,7 +171,7 @@ For information on contributing to this project, please see the [contributing gu | JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | | 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) | +| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` | 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/) | @@ -209,7 +209,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| BigOven | Recipe Search | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) | +| BigOven | Recipe Search | `X-Mashape-Key` | No | [Go!](http://api2.bigoven.com/) | | BreweryDB | Beer | `apiKey` | No | [Go!](http://www.brewerydb.com/developers) | | Edamam | Recipe Search | `apiKey` | Yes | [Go!](https://developer.edamam.com/) | | Food2Fork | Recipe Search | `apiKey` | No | [Go!](http://food2fork.com/about/api) | @@ -415,7 +415,7 @@ For information on contributing to this project, please see the [contributing gu | Fitbit | Fitbit Information | `OAuth` | Yes | [Go!](https://dev.fitbit.com/) | | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org/index) | | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` | 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) | +| Cricket Live Scores | live-score | `X-Mashape-Key` | 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` | Yes | [Go!](https://strava.github.io/api/) | From 116ce97d8137d4346d245125993a88a4ab399237 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Apr 2017 12:05:02 -0400 Subject: [PATCH 34/51] Turn off email to save everyone's inbox --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cda29010..d1d83a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: ruby rvm: 2.2 before_script: gem install awesome_bot script: awesome_bot README.md --allow-ssl --allow 403 +notifications: + email: false From d9bb9e4fce2fe9e55a397832ae948dcbb0e3d4c5 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Date: Mon, 3 Apr 2017 16:26:10 -0300 Subject: [PATCH 35/51] Update README.md Add Battlefield 4 API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb3e3819..8b1c6273 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,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/) | +| Battlefield 4 | Battlefield 4 Information | No | Yes | [Go!](https://bf4stats.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) | From 81aff9c1a7f9a58d7267bc1878bef589c18fb584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Adamczak?= Date: Mon, 3 Apr 2017 23:42:48 +0100 Subject: [PATCH 36/51] Added 'Verse' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b1c6273..ae40ae09 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ For information on contributing to this project, please see the [contributing gu | StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) | | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | +| Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) | ### Documents & Productivity From 44d4e6c98d636a722127d7fafb350ada86304432 Mon Sep 17 00:00:00 2001 From: Abd ar-Rahman Hamidi Date: Tue, 4 Apr 2017 07:43:23 +0500 Subject: [PATCH 37/51] Add letsvalidate api --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ae40ae09..a8dca56d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ For information on contributing to this project, please see the [contributing gu * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) +* [Misc](#misc) ### Animals @@ -357,6 +358,7 @@ For information on contributing to this project, please see the [contributing gu | 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) | +| Let's Validate | URL 2 Thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | ### Science @@ -505,3 +507,10 @@ For information on contributing to this project, please see the [contributing gu | Weatherbit | Weather | `apiKey` | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | + +### Misc + + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Let's Validate | Uncovers the technologies used on websites | No | Yes | [Go!](https://github.com/letsvalidate/api) | From 01616b7c68c08b42d035c81e87fa81b17862f05f Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Apr 2017 23:10:58 -0400 Subject: [PATCH 38/51] Add build status explanation in master list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae40ae09..5429e6ae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A collective list of free JSON APIs for use in web development. For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). +Please note a passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment. + ## Index * [Animals](#animals) From 5ebab52b2b7e72050e4fcb491386fab84f413f04 Mon Sep 17 00:00:00 2001 From: Abd ar-Rahman Hamidi Date: Tue, 4 Apr 2017 08:15:42 +0500 Subject: [PATCH 39/51] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index a8dca56d..4d7a6b53 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ For information on contributing to this project, please see the [contributing gu * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) -* [Misc](#misc) ### Animals @@ -184,6 +183,7 @@ For information on contributing to this project, please see the [contributing gu | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | | Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) | +| Let's Validate | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | ### Documents & Productivity @@ -358,7 +358,6 @@ For information on contributing to this project, please see the [contributing gu | 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) | -| Let's Validate | URL 2 Thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | ### Science @@ -507,10 +506,3 @@ For information on contributing to this project, please see the [contributing gu | Weatherbit | Weather | `apiKey` | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | - -### Misc - - -| API | Description | Auth | HTTPS | Link | -|---|---|---|---|---| -| Let's Validate | Uncovers the technologies used on websites | No | Yes | [Go!](https://github.com/letsvalidate/api) | From e7826404904f5006026cc8f9591a8afe3d30a950 Mon Sep 17 00:00:00 2001 From: Alejandro Mesa Suarez Date: Tue, 4 Apr 2017 03:08:45 -0400 Subject: [PATCH 40/51] UFC Added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5429e6ae..43a3355c 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ Please note a passing build status indicates all listed APIs are available since | 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` | Yes | [Go!](https://strava.github.io/api/) | +| UFC Data Api | UFC information about events and fighters | No | No | [Go!](http://ufc-data-api.ufc.com/) | | Wger | Workout manager data as exercises, muscles or equipments | `apiKey` | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation From bd6d911fc0b2c87c9900f552e71e5432f1ac8122 Mon Sep 17 00:00:00 2001 From: Donald Little Date: Tue, 4 Apr 2017 00:40:14 -0700 Subject: [PATCH 41/51] add Lob.com address verification API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5429e6ae..d43d7cd8 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Please note a passing build status indicates all listed APIs are available since | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | languagelayer | Language detection | No | Yes | [Go!](https://languagelayer.com) | +| Lob.com | US Address Verification | `apiKey` | Yes | [Go!](https://lob.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) | From abe50f3c5262c39674e908ded6d3ff3f7e37ab91 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 4 Apr 2017 10:31:06 -0400 Subject: [PATCH 42/51] Remove API suffix from title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a3355c..67f51b94 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ Please note a passing build status indicates all listed APIs are available since | 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` | Yes | [Go!](https://strava.github.io/api/) | -| UFC Data Api | UFC information about events and fighters | No | No | [Go!](http://ufc-data-api.ufc.com/) | +| UFC Data | Ultimate Fighting Championship information for events and fighters | No | No | [Go!](http://ufc-data-api.ufc.com/) | | Wger | Workout manager data as exercises, muscles or equipments | `apiKey` | Yes | [Go!](https://wger.de/en/software/api) | ### Transportation From f244c2875d2d0d89c062cb4bd3217c36c4162ff1 Mon Sep 17 00:00:00 2001 From: Abd ar-Rahman Hamidi Date: Tue, 4 Apr 2017 20:52:52 +0500 Subject: [PATCH 43/51] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7a6b53..056a1746 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ For information on contributing to this project, please see the [contributing gu | IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | | JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | +| Let's Validate | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | | LiveEdu | Live Coding Streaming | `OAuth` | Yes | [Go!](https://www.liveedu.tv/developer/applications/) | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` | 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/) | @@ -183,7 +184,6 @@ For information on contributing to this project, please see the [contributing gu | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | | Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) | -| Let's Validate | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) | ### Documents & Productivity From 01a17d81a018b6c5f9e97d2cdac194ac5566ce91 Mon Sep 17 00:00:00 2001 From: Adam Bouqdib Date: Wed, 5 Apr 2017 03:31:18 +0200 Subject: [PATCH 44/51] Add DonReach Social Count --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 943d9338..d4c78cc5 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ Please note a passing build status indicates all listed APIs are available since | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Discord | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| DonReach Social Count | Get the social share count of a URL from every major social network | No | Yes | [Go!](https://donreach.com/social-share-count) | | Facebook | 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) | From 6de938e8a8a61ebcd093163311d67a45b96c9807 Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Thu, 6 Apr 2017 00:11:24 +0530 Subject: [PATCH 45/51] Add Zomato API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 943d9338..e1d6c4b2 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Please note a passing build status indicates all listed APIs are available since | 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/) | +| Zomato | Discover restaurants | `apiKey` | Yes | [Go!](https://developers.zomato.com/api) | ### Fraud Prevention From e2eee3728b4fb2f22f11da2e82f39ac008960d88 Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Thu, 6 Apr 2017 00:27:26 +0530 Subject: [PATCH 46/51] Fix Goodreads typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943d9338..ccc3a329 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Please note a passing build status indicates all listed APIs are available since | 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) | +| Goodreads | Books | No | Yes | [Go!](https://www.goodreads.com/api) | | Google Books | Books | `OAuth` | Yes | [Go!](https://developers.google.com/books/) | ### Business From 96772cce451e351844a967c8feaa82e1c712892d Mon Sep 17 00:00:00 2001 From: Ivan Braun Date: Fri, 7 Apr 2017 02:09:47 -0300 Subject: [PATCH 47/51] Added Icons8 It's free for open source and free for smaller/personal/learning projects. There's a paid tier for enterprise. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22821107..0730ea9c 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Please note a passing build status indicates all listed APIs are available since |---|---|---|---|---| | Dribbble | Design | `OAuth` | No | [Go!](http://developer.dribbble.com/v1/) | | Noun Project | Icons | `OAuth` | No | [Go!](http://api.thenounproject.com/index.html) | +| Icons8 | Icons | `OAuth` | Yes | [Go!](http://docs.icons8.apiary.io/#reference/0/meta) | | Rijksmuseum| Art | No | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | ### Books From 9243b8e5e2e69e0afbeb978c8b00d057acbf10e7 Mon Sep 17 00:00:00 2001 From: Frank Wijmans Date: Fri, 7 Apr 2017 09:47:50 +0200 Subject: [PATCH 48/51] Update entry for Marvel Comics Marvel now requires an account to get an api key. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22821107..80a850ee 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Please note a passing build status indicates all listed APIs are available since | Giant Bomb | Video Games | No | Yes | [Go!](https://www.giantbomb.com/api/documentation) | | Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` | 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) | +| Marvel | Marvel Comics | `apiKey` | 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) | From ae4a5a7db249411236ad614ca312b32b90ce154d Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Wed, 12 Apr 2017 20:38:05 +0530 Subject: [PATCH 49/51] Add The Guardian Open Platform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3779d801..60a565a8 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Please note a passing build status indicates all listed APIs are available since |---|---|---|---|---| | New York Times | Provides news | `apikey` | Yes | [Go!](https://developer.nytimes.com/) | | News API | headlines currently published on a range of news sources and blogs | `apikey` | Yes | [Go!](https://newsapi.org/) | +| The Guardian | Access all the content the Guardian creates, categorised by tags and section | `apikey` | Yes | [Go!](http://open-platform.theguardian.com/) | ### Open Source projects From d51e3155a3a4ef852db0085f199f6efb1463db4e Mon Sep 17 00:00:00 2001 From: Roy Date: Mon, 17 Apr 2017 15:22:47 +0200 Subject: [PATCH 50/51] update Schiphol API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a565a8..386eea6a 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,7 @@ Please note a passing build status indicates all listed APIs are available since | Goibibo | API for travel search | `apiKey` | Yes | [Go!](https://developer.goibibo.com/docs) | | 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/) | +| Schiphol Airport | Schiphol | `apiKey` | Yes | [Go!](https://developer.schiphol.nl/) | | 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/app-developer-resources.aspx) | | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) | From 9fcd036103583004e9743579190c235519489ca6 Mon Sep 17 00:00:00 2001 From: Roy Date: Mon, 17 Apr 2017 15:27:50 +0200 Subject: [PATCH 51/51] reorder and structure transportation --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 386eea6a..90603467 100644 --- a/README.md +++ b/README.md @@ -444,35 +444,35 @@ Please note a passing build status indicates all listed APIs are available since | Schiphol Airport | Schiphol | `apiKey` | Yes | [Go!](https://developer.schiphol.nl/) | | 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/app-developer-resources.aspx) | +| Transport for Auckland, New Zealand | Auckland Transport API | No | Yes | [Go!](https://api.at.govt.nz/) | | 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/) | +| Transport for Berlin, Germany | third-party VBB API | No | Yes | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) | +| Transport for Boston, US | MBTA API | No | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) | +| Transport for Budapest, Hungary | 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 | Yes | [Go!](https://www.chaps.cz/eng/products/idos-internet) | | Transport for Finland | Finnish transport API | No | Yes | [Go!](https://digitransit.fi/en/developers/ ) | | Transport for Germany | Deutsche Bahn (DB) API | `apiKey` | 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 | `apiKey` | Yes | [Go!](https://data.gov.in/sector/transport) | | Transport for London, England | TfL API | No | Yes | [Go!](https://api.tfl.gov.uk) | +| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` | No | [Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) | | Transport for Minneapolis, US | NexTrip API | `OAuth` | No | [Go!](http://svc.metrotransit.org/) | -| Transport for New York City | MTA | `apiKey` | No | [Go!](http://datamine.mta.info/) | +| Transport for New York City, US | MTA | `apiKey` | 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.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 Philadelphia, US | 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 São Paulo, Brazil | SPTrans | `OAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | 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 Switzerland | Official Swiss Public Transport Open Data | `apiKey` | Yes | [Go!](https://opentransportdata.swiss/en/) | -| 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` | 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 Victoria, AU | PTV API | `apiKey` | Yes | [Go!](https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/) | | Transport for Washington, US | Washington Metro transport API | `OAuth` | Yes | [Go!](https://developer.wmata.com/) | -| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` | 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/) |