Free Amharic Qur'an Api
# Amharic Quran API
Simplified Perfect Complete Amharic Quran JSON REST API.
## Quran JSON Directory Structure
```sh
.
├── title.json // AL-Quran Title JSON
├── amh/full-Quran.json // Full Quran JSON
└── amh/ // Complete Verse JSON Directory
| └── .json
├── amh/surah/ // Complete Surah JSON Directory
| └── .json
└── amh/juzs/ // Complete Juzs JSON Directory
| └── .json
└── amh/pages/ // Complete Pages JSON Directory
└── .json
```
## Use Of API / Service
### Base GET endpoint
```
cdn.jsdelivr.net
```
Get Quran Title:
> Get all the details about quran title
```sh
cdn.jsdelivr.net
```
Get Quran Title:
> Get Full quran
```sh
cdn.jsdelivr.net
```
Get Surah:
> Get the chapter 1:
```sh
cdn.jsdelivr.net
```
Get Verse:
> Get the chapter 1 verse 1:
```sh
cdn.jsdelivr.net
```
Get Pages:
> Get Page Number 1:
```sh
cdn.jsdelivr.net
```
Get Juzs:
> Get Juzs Number 1:
```sh
cdn.jsdelivr.net
```