They Said So Quotes API Skill
quotes-rest
quotes-rest
| Method | Path | Description |
|---|---|---|
GET | /qod | |
PUT | /qod | Gets `Quote of the Day` (QOD). Optional `category` param determines the category of returned quote of the day |
PATCH | /qod | Create a private `Quote of the Day` service. |
GET | /qod/categories | Update an existing private `Quote of the Day` definition. |
GET | /qod/languages | Gets a list of `Quote of the Day` Categories. |
GET | /quote/random | Gets a list of supported languages for `Quote of the Day`. |
GET | /quote/search | Gets a `Random Quote`. When you are in a hurry this is what you call to get a random famous quote. |
GET | /quote/categories/popular | Search for a `Quote` in They Said So platform. Optional `category` , `author`, `minlength`, `maxlength` params determines the filters applied while searching for the quote. |
GET | /quote/categories/search | Gets a list of popular `Quote` Categories. |
GET | /quote/authors/popular | Gets a list of `Quote` Categories matching the query string. |
GET | /quote/authors/search | Gets a list of popular author names in the system. |
PUT | /quote | Gets a list of author names in the system. |
POST | /quote | Add a new quote to your private collection. |
PATCH | /quote | Add a new quote to your private collection. Same as 'PUT' but added since some clients don't handle PUT well. |
GET | /quote | Update a quote |
DELETE | /quote | Gets a `Quote` with a given `id`. |
GET | /quote/list | Delete a quote. The user needs to be the owner of the quote to be able to delete it. |
POST | /quote/tags/add | Get the list of quotes in your private collection. |
POST | /quote/tags/remove | Add a tag to a given Quote. |
GET | /quote/like/toggle | Remove a tag from a given quote. |
GET | /quote/bookmark/toggle | Toggle the user like of the given Quote as a user of the API Key. |
PUT | /qshow | Toggle the user bookmark of the given Quote as a user of the API Key. |
GET | /qshow | Create and add a new qshow to your private collection. |
PATCH | /qshow | Gets a details about a qshow. |
DELETE | /qshow | Update an existing qshow. |
POST | /qshow/quotes/add | Delete a qshow. |
POST | /qshow/quotes/remove | Add a quote to a given Qshow. |
GET | /qshow/quotes | Remove a quote to a given Qshow. |
GET | /qshow/list | Get the quotes in a given Qshow. |
PUT | /quote/image | Get the list of Qshows in They Said So platform. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install quotes-rest
Downloads and installs to ~/.claude/skills/quotes-rest/
5.1 (2026-03-02)