# Random Quotes > A curated collection of quotes from famous authors, organized by category and author. ## About Random Quotes is a quote discovery website featuring quotes from thousands of authors across 117 categories. Each author page includes a unique biography and the full collection of their quotes. Each category page includes a hand-written description of the theme. ## Content Structure - **Homepage**: Random quote generator with search, category filter, and Quote of the Day - **Categories** (/categories): Browse all 117 quote categories (love, wisdom, life, humor, etc.) - **Category Pages** (/category/{name}): Quotes filtered by topic with unique category description - **Authors** (/authors): Browse all authors alphabetically with A-Z filter - **Author Pages** (/author/{slug}): Author biography, photo, and all their quotes - **API** (/api.php): JSON API for random quotes, search, and category listing ## API Usage - Random quote: /api.php?action=random - Random quote by category: /api.php?action=random&category=love - Random quote by author: /api.php?action=random&author=Albert Einstein - Search quotes: /api.php?action=search&q=happiness - List categories: /api.php?action=categories ## Key Pages - Homepage: / - All Categories: /categories - All Authors: /authors - Sitemap: /sitemap.xml