Quotify Hub API Documentation
Welcome to the Quotify Hub API documentation! This API allows you to retrieve inspirational and motivational quotes easily. It is designed for developers who want to integrate quotes into their applic
π Base URL
π Endpoints
/random
GET
Returns a random quote
/random?category=motivation
GET
Returns a random quote from a specific category
/random?limit=10
GET
Returns multiple random quotes (limit specified)
/quotes
GET
Returns all available quotes
/quotes?category=motivation
GET
Fetch quotes from a specific category
/quotes?limit=10
GET
Fetch a limited number of quotes
/quotes/id/:id
GET
Fetch a quote by its ID
π·οΈ Available Categories
Here are the categories you can use when filtering quotes:
Action
Age
Alone
Amazing
Anger
Anniversary
Architecture
Art
Attitude
Beauty
Best
Birthday
Business
Car
Change
Christmas
Communication
Computers
Cool
Courage
Dad
Dating
Death
Design
Diet
Dreams
Easter
Education
Environmental
Equality
Experience
Failure
Faith
Family
Famous
Fathersday
Fear
Finance
Fitness
Food
Forgiveness
Freedom
Friendship
Funny
Future
Gardening
God
Good
Government
Graduation
Great
Happiness
Health
History
Home
Hope
Humor
Imagination
Innovation
Inspirational
Intelligence
Jealousy
Knowledge
Leadership
Learning
Legal
Life
Love
Marriage
Medical
Memorialday
Men
Mom
Money
Morning
Mothersday
Motivation
Motivational
Movies
Movingon
Music
Nature
Newyears
Parenting
Patience
Patriotism
Peace
Pet
Poetry
Politics
Positive
Positivity
Possibility
Power
Relationship
Religion
Respect
Risk
Romantic
Sad
Saintpatricksday
Science
Self
Smile
Society
Sports
Strength
Success
Sympathy
Teacher
Technology
Teen
Thankful
Thanksgiving
Time
Travel
Trust
Truth
Valentinesday
War
Wedding
Wisdom
Women
Work
π Example Responses
π Random Quote (/api/random
)
/api/random
)π― Random Quote by Category (/api/random?category=motivation
)
/api/random?category=motivation
)π’ Multiple Random Quotes (/api/random?limit=2
)
/api/random?limit=2
)π Quote by ID (/api/quotes/id/1
)
/api/quotes/id/1
)π Quotes by Category (/api/quotes?category=motivation
)
/api/quotes?category=motivation
)π’ Limited Quotes (/api/quotes?limit=10
)
/api/quotes?limit=10
)π Rate Limiting
To prevent API abuse, rate limits are applied:
200 requests per 10 minutes per IP.
If you exceed the limit, you'll receive this response:
π Usage Examples
Fetching a Random Quote (JavaScript Example)
Fetching All Quotes
Fetching a Quote by ID
π Credits & Inspiration
π License
This API is open-source and licensed under the MIT License.
π€ Contributing
If youβd like to contribute:
Fork the repository.
Create a new branch (
git checkout -b feature-branch
).Make your changes and commit (
git commit -m "Added a new feature"
).Push your changes (
git push origin feature-branch
).Open a Pull Request.
π¬ Contact
For issues or support, open an Issue on the GitHub repository.
Happy coding! π
Last updated