Merge branch 'master' into mock-data-section

This commit is contained in:
Dave Machado 2017-10-16 17:39:22 -04:00 committed by GitHub
commit 8b41f0f85f
3 changed files with 19 additions and 2 deletions

View file

@ -199,6 +199,7 @@ API | Description | Auth | HTTPS | Link |
| Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | | 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/) | | Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) |
| Public APIs | A collective list of free JSON APIs for use in web development | No | Yes | [Go!](https://github.com/toddmotto/public-apis/tree/master/json) | | Public APIs | A collective list of free JSON APIs for use in web development | No | Yes | [Go!](https://github.com/toddmotto/public-apis/tree/master/json) |
| QR code | Generate and decode / read QR code graphics | No | Yes | [Go!](http://goqr.me/api/) |
| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) |
| Restpack | Provides screenshot, HTML to PDF, and content extraction APIs | `apiKey` | Yes | [Go!](https://restpack.io/) | | Restpack | Provides screenshot, HTML to PDF, and content extraction APIs | `apiKey` | Yes | [Go!](https://restpack.io/) |
| Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) | | Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) |

View file

@ -1,5 +1,5 @@
{ {
"count": 442, "count": 444,
"entries": [ "entries": [
{ {
"API": "Dogs", "API": "Dogs",
@ -769,6 +769,14 @@
"HTTPS": true, "HTTPS": true,
"Link": "https://github.com/toddmotto/public-apis/tree/master/json" "Link": "https://github.com/toddmotto/public-apis/tree/master/json"
}, },
{
"API": "QR code",
"Auth": null,
"Category": "Development",
"Description": "Generate and decode / read QR code graphics",
"HTTPS": true,
"Link": "http://goqr.me/api/"
},
{ {
"API": "RandomUser", "API": "RandomUser",
"Auth": null, "Auth": null,
@ -969,6 +977,14 @@
"HTTPS": true, "HTTPS": true,
"Link": "https://iextrading.com/developer/" "Link": "https://iextrading.com/developer/"
}, },
{
"API": "Plaid",
"Auth": "apiKey",
"Category": "Finance",
"Description": "Connect with users\u2019 bank accounts and access transaction data",
"HTTPS": true,
"Link": "https://plaid.com/"
},
{ {
"API": "Razorpay IFSC", "API": "Razorpay IFSC",
"Auth": null, "Auth": null,

File diff suppressed because one or more lines are too long