Quote It is a simple but powerful REST API that provides a collection of funny, inspirational, motivational, and thought-provoking quotes. You can also create your own quotes, check out the create quote documentation here.
https://quoteit.sdanialraza.dev
For detailed information on how to use each endpoint, refer to the corresponding documentation linked below.
- Get All Quotes
- Get Random Quote
- Get Quote By Id
- Get Quotes By Author
- Get Quotes In Category
- Create Quote
Field | Type | Description |
---|---|---|
id | integer | The id of the quote |
createdAt | ISO8601 timestamp | The date the quote was submitted |
updatedAt | ISO8601 timestamp | The date the quote was last updated |
author | string | The author of the quote |
categories | array of string | The categories the quote belongs in |
submitter | string | The submitter of the quote |
text | string | The text content of the quote |
verified* | boolean | Whether the quote is verified |
* To make sure the quotes don't contain any offensive content, all quotes are verified manually, and only verified quotes are returned by the API.
Pull requests are welcome, and very much appreciated. But before you start working on a pull request, please make sure to open an issue first, so that we can discuss the changes you want to make.
This project is licensed under the MIT License.