They Said So Quotes
APITrusted quote API used by global fortune brands
Overview
They Said So Quotes API offers access to a curated library of quotes trusted by global fortune brands. Key endpoints include random quotes (/quotes/random), quotes by author (/quotes/author/{name}), and quotes by tag (/quotes/tag/{tag}). Responses are in JSON format, containing quote text, author details, relevant tags, and source metadata. Ideal for integrating inspirational or thematic quotes into content management systems, social media tools, mobile apps, website widgets, or marketing materials to boost engagement and credibility.
Example Integration (JavaScript)
fetch('https://theysaidso.com/api/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Curated quote library
- Multiple endpoints (random, author, tag)
- API key optional for basic access
Frequently Asked Questions
? Is They Said So Quotes API free to use?
Yes, it offers a free tier with basic access to random quotes and limited requests. Paid plans unlock unlimited quotes, priority support, and advanced features.
? Does it require an API key?
Basic endpoints like random quotes may not need an API key, but authenticated endpoints (bulk quotes) or higher rate limits require an API key obtainable from the official website.
? What is the response format?
All responses are in JSON format, including fields like quote text, author name, tags, and source information for seamless integration.
Top Alternatives
People Also Ask about They Said So Quotes
Tool Info
Pros
- ⊕ Trusted by fortune brands
- ⊕ Easy to integrate
- ⊕ Rich metadata (author, tags)
- ⊕ Flexible endpoints
- ⊕ Free tier available
Cons
- ⊖ Rate limits on free tier
- ⊖ Advanced features require paid plan
- ⊖ Limited customization options