Two groups of documentation, as follows:
/api/v1/ayahs
/api/v1/surahs
/api/v1/contacts
An APIs response format defines how data is structured of normal, error response.
Response data is structured in JSON format with a
data key containing the actual data, and
meta key containing pagination information.
In case of an error, the response will contain a
message key with a descriptive error message.