Skip to main content

List of all chapter audio files of a reciter

Get list of chapters' audio files of a reciter

Path Parameters
    id number required

    The Id of the reciter

Query Parameters
    language string

    Default value: en

Responses


Schema
    audio_files object[] required
  • Array [
  • id integer

    The Id of the audio file

    chapter_id integer

    The chapter id

    file_size integer

    The file size in bytes

    format string

    The format of the file

    total_files integer

    The total number of files

    audio_url string

    The audio file's url

  • ]
Loading...