Thirukkural
APIFree JSON API for Thirukkural poems with Tamil and English explanations
Overview
The Thirukkural API offers RESTful access to all 1330 ancient Tamil Thirukkural verses, paired with detailed explanations in both Tamil and English. Key endpoints include fetching a specific kural by number, retrieving chapters (adhikarams), and accessing sections (atikarams). Responses are structured in JSON, containing verse text, meaning, explanation, and contextual metadata like chapter/section details. Ideal for integration into educational apps, cultural platforms, language learning tools, or personal projects to showcase this timeless literary work to global audiences.
Example Integration (JavaScript)
fetch('https://api-thirukkural.web.app/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful interface
- JSON response format
- Full 1330-poem dataset
- Bilingual (Tamil/English) explanations
- No API key required
- Chapter and section filtering
Frequently Asked Questions
? Is the Thirukkural API free to use?
Yes, the Thirukkural API is completely free for public use with no hidden charges.
? Does it require an API key?
No, the API does not require any authentication or API key to access its endpoints.
? What is the response format?
The API returns responses exclusively in JSON format, including verse text, explanations, and metadata in both Tamil and English.
Top Alternatives
People Also Ask about Thirukkural
Tool Info
Pros
- ⊕ Completely free
- ⊕ Comprehensive dataset
- ⊕ Bilingual content support
- ⊕ Easy-to-use endpoints
- ⊕ No authentication needed
Cons
- ⊖ Potential rate limits
- ⊖ No official SLA
- ⊖ Limited to Thirukkural content only