Skip to main content

User-related API environment

Production user-related API docs

These pages describe the Production user-related API stack.

Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.

Need to test before going live? Switch to the Pre-live docs using the environment switcher above.

Estimate reading time

Estimate how many seconds it would take to read one or more verse ranges. This is useful when a client has ranges but needs a reasonable seconds value for manual/backfilled Quran activity. The estimate is based on average reading speed observed on Quran.com.

Query Parameters
    ranges string required

    Possible values: Value must match regular expression ^(\d+:\d+-\d+:\d+(?:,\d+:\d+-\d+:\d+)*)$

    a comma separated string of Ayah ranges e.g. 1:1-1:2

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    seconds integer required

    The number of seconds it would take on average to read the range of Ayahs.

Loading...