Overview
Ganjoor provides programmatic access to classic persian poetry works including access to related manuscripts, recitations and music tracks via REST API. This Books API enables developers to integrate classic persian poetry works including access to related manuscripts, recitations and music tracks into applications, dashboards, and automated workflows. Check the official documentation for endpoint details, authentication requirements, and rate limits.
Available Data
Example Response
{
"name": "Bohemian Rhapsody",
"artist": "Queen",
"album": "A Night at the Opera",
"duration_ms": 354000,
"popularity": 92,
"preview_url": "https://p.scdn.co/mp3-preview/..."
} Implementation Example
const url = "https://api.ganjoor.net/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"Authorization": "Bearer YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Similar APIs
View All →Bhagavad Gita
This Bhagavad Gita API from bhagavadgita.io provides OAuth-authenticated access to all chapters and verses with English commentary and multiple translations.
Google Books
Google Books API lets you search millions of books and retrieve volume metadata including cover images, descriptions, and preview links from Google's vast book index.
A Bíblia Digital
A Biblia Digital offers a REST API to access multiple Portuguese Bible versions, chapters, and verses in structured JSON format.
Bhagavad Gita
The Bhagavad Gita API provides structured access to all 18 chapters and 700 verses with translations from 21+ authors in Sanskrit, English, and Hindi.
Bhagavad Gita telugu
⭐ Beginner's PickBhagavad Gita Telugu API delivers all Gita verses in Telugu and Odia languages with no authentication required.