Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ismailnguyen/quranapi

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

apollo-graphql graphql nodejs

Last synced: about 4 hours 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
}
}
```