Skip to main content

Get answers for specific Ayah

Get the published questions and answers shown under a specific ayah. Non-Arabic languages resolve to English upstream. This upstream endpoint uses the query parameter name pageSize instead of the API-wide per_page convention. If page is omitted, pagination is not applied even when pageSize is provided.

Path Parameters
    ayah_key string required

    Ayah key in chapter:verse format, for example 2:255.

Query Parameters
    page integer

    Possible values: >= 1

    1-based page number. When omitted, pagination is not applied.

    pageSize integer

    Possible values: >= 1 and <= 10

    Page size when page is provided. This upstream endpoint uses pageSize instead of the API-wide per_page convention. Maximum 10.

    language string

    Default value: en

    Requested language. ar returns Arabic; every other language resolves to English upstream.

Responses

Successful response


Schema
    questions object[] required
  • Array [
  • id string required

    Question identifier.

    body string required

    Question text.

    type string required

    Possible values: [CLARIFICATION, TAFSIR, COMMUNITY]

    ranges string[] required

    Verse ranges returned by the internal DTO, e.g. 2:255-2:257.

    surah integer required

    Surah number associated with the question.

    theme string[]
    summary string
    references string[]
    language string

    Question language ISO code when present.

    status string required

    Possible values: [New, Draft, Published, Answered]

    answers object[] required
  • Array [
  • id string required

    Answer identifier.

    body string required

    Published answer body.

    answeredBy string

    Display name of the responder.

    status string required

    Possible values: [Draft, Published]

    language string

    Answer language ISO code when present.

  • ]
  • ]
  • totalCount integer required

    Total number of matching questions before pagination.

Loading...