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
- Host: GitHub
- URL: https://github.com/ismailnguyen/quranapi
- Owner: ismailnguyen
- License: unlicense
- Created: 2019-09-29T16:23:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:37:31.000Z (over 2 years ago)
- Last Synced: 2024-12-31T22:10:02.183Z (6 months ago)
- Topics: apollo-graphql, graphql, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
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
}
}
```