An open API service indexing awesome lists of open source software.

https://github.com/ismailnguyen/quranapi

Quran data API
https://github.com/ismailnguyen/quranapi

apollo-graphql graphql nodejs

Last synced: 4 months ago
JSON representation

Quran data API

Awesome Lists containing this project

README

        

# Quran API

## All surahs et ayahs
```
{
surahs {
number
name
englishName
ayahs {
number
numberInSurah
text
}
}
}
```

## Random ayah
```
{
random {
number
numberInSurah
text
}
}
```