Peerlist Launch

Inspire Your Next Big Idea with Wisdom from India's Finest

Free, open-source API delivering curated quotes from India's most successful entrepreneurs.
Built by developers, for developers.

Ratan TataMukesh AmbaniAzim PremjiNarayan Murthy

Featuring quotes from India's most influential business leaders

// Fetch a random quote
const response = await fetch('https://indian-quotes-api.vercel.app/api/quotes/random');
const data = await response.json();

console.log(data);
/* Output:
{
  "id": 1,
  "created_at": "2024-11-03T18:17:23.851778+00:00",
  "quote": "If there is doubt, there is no doubt.",
  "tags": [
    "mindset"
  ],
  "author_id": 1,
  "author": {
    "id": 1,
    "img": "https://media.licdn.com/dms/image/v2/C4D03AQGutmmcvCLUvw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1632475772897?e=1736380800&v=beta&t=fZ1joSw_nh5Q5t80xTWxw8dT8zMTANYSGG4FP1uLOuI",
    "url": "https://www.linkedin.com/in/sachinbansal/",
    "name": "Sachin Bansal",
    "company": {
      "id": 1,
      "url": "https://www.flipkart.com/",
      "name": "Flipkart",
      "created_at": "2024-11-03T18:19:00.732254+00:00"
    },
    "company_id": 1,
    "created_at": "2024-11-03T17:37:46.864463+00:00"
  }
}
*/

100+ Curated Quotes

Access an extensive collection of verified quotes.

Global CDN

Lightning-fast response times with edge caching worldwide.

No API Key Required

Free and open access with no registration or API key required.

Comprehensive Docs

Detailed documentation with examples and usage guidelines.