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.

Get posts count within range

Count how many posts the current user has written for verses within a specified Quran verse range. Useful for reading goals and progress tracking.

Query Parameters
    from string required

    Possible values: Value must match regular expression VERSE_KEY_REGEX

    Start verse key in format chapter:verse (e.g., "2:1")

    to string required

    Possible values: Value must match regular expression VERSE_KEY_REGEX

    End verse key in format chapter:verse (e.g., "2:286")

Responses

Count of posts within the specified verse range


Schema
    count number
Loading...