Programming Quotes API for open source projects.
Programming Quotes API is an open-source REST API for retrieving programming-related quotes, hosted at programming-quotes-api.azurewebsites.net. It provides public endpoints to fetch a random quote, list quotes with pagination and filtering by author, and retrieve a single quote by ID.
The API also includes protected routes that require a JWT token obtained through an authentication endpoint accepting email and password. These authenticated routes allow adding a quote to favorites, voting on a quote (a numeric value from 1 to 5), adding new quotes with author, text, and optional source fields, updating existing quotes, and deleting quotes.
The project is built with Node.js and MongoDB, and is intended for developers who want to integrate programming quotes into other applications or contribute to the open-source codebase. Setup for local development requires Node.js, a MongoDB database, and environment variables including a database connection string and JWT secret.
Yes, it is an open source Programming Quotes API hosted at programming-quotes-api.azurewebsites.net with no mention of pricing or paid tiers.
You log in or register via POST /api/auth/token with an email and password, which returns a JWT token to include as a Bearer token in the Authorization header.
It's a Node.js API backed by a MongoDB database, set up locally with npm install and npm run dev.
Yes, the project is open source and welcomes contributors to suggest or implement new features, and new quotes can be added via the POST /api/quotes route.
Yes, GET /api/quotes supports page and quotesPerPage parameters for pagination and an author parameter for filtering.
Show your product to thousands of developers
· 100k monthly pageviews
· 7k newsletter subscribers
REST API for random Kanye West quotes.
Team radio and interview quotes by Finnish F1 legend Kimi Räikkönen.
Community of readers and writers offering unique perspectives on ideas.
Quotable is a free, open source quotations API.
REST API for more than 5000 famous quotes.
The Web's Largest Collection of Human Inspiration.