There are three publicly open endpoints available for use:
$ curl https://api.quotesnewtab.com/v1/quotes
$ curl https://api.quotesnewtab.com/v1/quotes/:id
$ curl https://api.quotesnewtab.com/v1/quotes/randomAll endpoints return JSON-encoded data. Quote :id can be found here.
The Quotes New Tab API is built in PHP using the Slim framework.
Have a bug or a feature request for the API? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
For more information on how to contribute please see the contribution guidelines.
Code released under the MIT License.