Skip to main content

Get V1 Glyph codes of ayah

Get glyph codes of ayah for QCF v1 font

Query Parameters
    chapter_number integer

    Possible values: >= 1 and <= 114

    If you want to get text of a specific surah.

    juz_number integer

    Possible values: >= 1 and <= 30

    If you want to get text of a specific juz.

    page_number integer

    Possible values: >= 1 and <= 604

    If you want to get text of a Madani Muhsaf page

    hizb_number integer

    Possible values: >= 1 and <= 60

    If you want to get text of a specific hizb.

    rub_el_hizb_number integer

    Possible values: >= 1 and <= 240

    If you want to get text of a specific Rub el Hizb.

    verse_key string

    If you want to get text of a specific ayah.

Responses

Successful response


Schema
    verses object[]
  • Array [
  • id integer
    verse_key string
    code_v1 string

    Glyph codes for v1

    v1_page integer

    Possible values: >= 1 and <= 604

    Madani Muhsaf page number. You can use v1_page to generate css and font faces for QCF page font.

  • ]
GET /quran/verses/code_v1

Authorization

name: x-auth-tokentype: apiKeydescription: The JWT access token required for accessing the endpoints.in: header
name: x-client-idtype: apiKeydescription: Your client Idin: header

Request

Base URL
https://apis-prelive.quran.foundation/content/api/v4
x-auth-token
x-client-id
chapter_number — query
juz_number — query
page_number — query
hizb_number — query
rub_el_hizb_number — query
verse_key — query
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/quran/verses/code_v1' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'