Programming Quotes API

Programming Quotes API for open source projects.

Visit: norwd.github.io/quotes

Github repo: github.com/norwd/quotes (forked from github.com/mudroljub/programming-quotes-api)

Feel free to get involved, suggest or implement new features.

API Documentation

The original implementation was written in JavaScript and hosted in Azure. As of 2025/10/16, the site is unreachable, and the project seems otherwise abandoned. My goal here is to instead host the same exact1 quotes statically using GitHub Pages. Due to how GitHub Pages work, the JavaScript cannot be executed server side, and as such I’ve removed it, instead the quotes will be accessible statically, with some automation to allow pseudo-querying.

For obvious reasons, the api paths will be different, so this is not a drop in replacement for the original, however, I hope it will at least be a longer lived alternative.

Public Routes

GET /quotes/qotd

GET /quotes/qotd.json

GET /quotes/random

GET /quotes/random.json

GET /quotes/{lang}

GET /quotes/{lang}.json

GET /quotes/{id}

GET /quotes/{id}.json

GET /quotes/authors

GET /quotes/authors.json

GET /quotes/{author}

GET /quotes/{author}.json