Created
April 22, 2022 12:25
-
-
Save eslamfaisal/f83e8b78837781c7e979da08871f3607 to your computer and use it in GitHub Desktop.
Aouran sounds API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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