Browse Source

Merge branch 'master' into mock-data-section

pull/514/head
Dave Machado 7 years ago
committed by GitHub
parent
commit
8b41f0f85f
3 changed files with 19 additions and 2 deletions
  1. +1
    -0
      README.md
  2. +17
    -1
      json/entries.json
  3. +1
    -1
      json/entries.min.json

+ 1
- 0
README.md 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) |
| 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) |
| 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/ ) |
| 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/) |


+ 17
- 1
json/entries.json View File

@@ -1,5 +1,5 @@
{
"count": 442,
"count": 444,
"entries": [
{
"API": "Dogs",
@@ -769,6 +769,14 @@
"HTTPS": true,
"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",
"Auth": null,
@@ -969,6 +977,14 @@
"HTTPS": true,
"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",
"Auth": null,


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


Loading…
Cancel
Save