Reliable. Fast. Developer-friendly. & One of the kind

hero_title

hero_description

10,000+ quotes
99.9% uptime
Total Free
Provided by Holoultek
GET /quotes/today
Request
fetch('https://kalimatapi.com/api/v1/quotes/today', {
  headers: {
      'Authorization': "Bearer __token__",
      'Content-Type': 'application/json'
  }
})
Response
{
  "data": {
    "number": 1,
    "text": "يخاطبني السفيه بكل قبح فأكره أن أكون له مجيبا يزيد سفاهة  فأزيد حلما كعود زاده الإحراق طيبا",
    "tashkeel_text": "يُخَاطِبني السَّفيهُ بِكُلِّ قُبْحٍ فأكرهُ أن أكونَ له مجيبا يزيدُ سفاهة ً فأزيدُ حلماً كعودٍ زادهُ الإحراقُ طيبا",
    "author": {...},
    "categories": [...],
  }
}

Everything you need in a Quote API

Built by developers, for developers. Our API provides all the features you need to integrate quotes into your application.

Lightning Fast
Global CDN with edge caching ensures response times under 100ms from anywhere in the world.
Extensive Collection
Over 10,000 quotes from 2,000+ authors across various categories, topics, and time periods.
Multiple Languages
Quotes available in English, Spanish, French, German, and more with language filtering.
Reliable Infrastructure
99.9% uptime guarantee with redundant servers and automatic failover systems.
Developer Friendly
Comprehensive documentation, client libraries for popular languages, and responsive support.
Simple Authentication
API key authentication with no complex OAuth flows. Get started in minutes, not hours.

powerful_endpoints

api_provides_multiple_endpoints

GET /api/v1/quotes/today
retrieve_today_quote

example_response

{
  "data": {
    "number": 1,
    "text": "يخاطبني السفيه بكل قبح فأكره أن أكون له مجيبا يزيد سفاهة  فأزيد حلما كعود زاده الإحراق طيبا",
    "tashkeel_text": "يُخَاطِبني السَّفيهُ بِكُلِّ قُبْحٍ فأكرهُ أن أكونَ له مجيبا يزيدُ سفاهة ً فأزيدُ حلماً كعودٍ زادهُ الإحراقُ طيبا",
    "author": {
      "name": "الإمام الشافعي",
      "key": "al-shafii"
    },
    "categories": [
      {
        "name": "الحكمة",
        "key": "wisdom"
      },
      {
        "name": "شعر",
        "key": "poetry"
      }
    ],
  }
}