Discontinued
This API no longer responds. Our last check on 2026-04-05 found no working endpoint — the service appears to have shut down or moved. The documentation, code samples and score below are kept for reference only; do not build against this API. See working Books APIs →
Overview
Ganjoor provides programmatic access to classic persian poetry works including access to related manuscripts, recitations and music tracks via REST API.
Available Data
The kind of data this API exposes, based on its documentation. We could not call the endpoint to confirm the exact field names.
Example Response
Illustrative shape only — we were not able to call this endpoint (it requires credentials or exposes no public sample URL), so the fields below show the kind of data this API returns rather than a recorded 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
Request skeleton. The URL below is this API's documentation page, not a live endpoint — swap in the path you need from the provider's docs before running it.
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.
Metadata Score Breakdown
Estimated from metadata — endpoint not independently tested
Metadata estimate · endpoint not independently tested
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.