
Ganjoor is a public API providing classic persian poetry works including access to related manuscripts, recitations and music tracks.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://api.ganjoor.net | Primary API endpoint. |
curl -X GET "https://api.ganjoor.net" \ -H "Accept: application/json"