Affirmation API
A simple and powerful API that delivers inspiring positive affirmations. You can fetch random affirmations, search by keyword, or filter by theme (e.g., love, success, mindfulness). Perfect for wellness apps, chatbots, mental health platforms, or daily motivation tools.
Affirmation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get random affirmation /affirmations/random |
Fetches a completely random affirmation from any theme. |
| GET |
Get All Themes /affirmations/themes |
The affirmations are categorized by theme. This endpoint lists all available affirmation themes which you can use in other endpoints. |
| GET |
Get Random Affirmation by Theme /affirmations/random/{theme} |
Returns a random affirmation from a specific theme. Path Parameter: :theme – Theme name (case-insensitive). |
| GET |
Search Affirmations /affirmations/search?query= |
Search affirmations by keyword. Query Parameter: query – The term to search for (e.g., love, confidence) |
Affirmation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|