Skip to content

Instantly share code, notes, and snippets.

@eslamfaisal
Created April 22, 2022 12:25
Show Gist options
  • Save eslamfaisal/f83e8b78837781c7e979da08871f3607 to your computer and use it in GitHub Desktop.
Save eslamfaisal/f83e8b78837781c7e979da08871f3607 to your computer and use it in GitHub Desktop.
Aouran sounds API
{
"info": {
"_postman_id": "989da96c-a1bb-4cab-a6ea-91831529edc5",
"name": "Qouran APIs",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "عشان تجيب القراء",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://api.alquran.cloud/v1/edition?language=ar&format=audio",
"protocol": "https",
"host": [
"api",
"alquran",
"cloud"
],
"path": [
"v1",
"edition"
],
"query": [
{
"key": "language",
"value": "ar"
},
{
"key": "format",
"value": "audio"
}
]
}
},
"response": []
},
{
"name": "عشان تجيب ايه بتاعه شيخ بتاع سورة",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "عشان تجيب تفاصيل سورة بالايات بالشيخ",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment