Quote
Read the long description on Github: https://github.com/MasterCoder21/Quote-API/blob/master/README.md
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Quote endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Quotes (1) /quotes/list |
List all quotes in the database. |
| GET |
List Quotes (2) /quotes/all |
List all of the quotes in the database. |
| GET |
List Quotes (3) /quotes/list-all |
List all of the quotes in the database. |
| GET |
Specific number of quotes /quotes/count/{num} |
Get a Specific amount of quotes |
| GET |
Update a Quote /quotes/update/{id} |
Specify the quote you would like to update, and give a new author and quote to update it with. |
| GET |
Get Single Quote /quotes |
Get a single random quote from the database. |
| GET |
Get a quote with a specified ID /quotes/{id} |
Get a quote with a specified ID |
| GET |
Add a quote /quotes/add |
Add a quote to the database. |