Thirukkural API
Provides access to the Thirukkural, a classical Tamil text of 1,330 couplets, with endpoints for retrieving specific kurals, a daily selection, and random kurals filterable by section. Responses include translations in multiple languages.
Slug: thirukkural
Key:
Base URL:
Auth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Key:
vercel.app:thirukkural-apiBase URL:
https://tamil-kural-api.vercel.app/Auth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
CULTURE, LITERATURE, PHILOSOPHY
Tutorials
- Getting Started with the Thirukkural API — I can fetch any of the 1,330 Thirukkural couplets — original Tamil text, chapter placement, and four parallel commentaries — in a single unauthenticated GET, with endpoints for lookup by number, daily rotation, and random selection by philosophical section.
Skills
- Access thirukkural couplet — I can fetch any of the 1,330 Thirukkural couplets — original Tamil text, chapter placement, and four parallel commentaries — in a single unauthenticated GET, with endpoints for lookup by number, daily rotation, and random selection by section.
Endpoints (3)
| Path | Summary | Response | Auth |
|---|---|---|---|
| api/daily | Get the daily kural | text/plain |
— |
| api/kural/{id} | Get a specific kural by ID | application/json |
— |
| api/random | Get a random kural | application/json |
— |