Pray Times
Description: Shows prayer times and religious schedules for different locations and faiths.
API Response Structure:
{
"location": {
"city": "Mecca",
"country": "Saudi Arabia",
"coordinates": {
"latitude": 21.4225,
"longitude": 39.8262
}
},
"prayerTimes": {
"date": "2023-08-15",
"times": {
"fajr": "04:30 AM",
"dhuhr": "12:15 PM",
"asr": "03:45 PM",
"maghrib": "06:45 PM",
"isha": "08:15 PM"
}
},
"method": {
"name": "Muslim World League",
"parameters": {
"fajrAngle": 18,
"ishaAngle": 17
}
},
"type": "instantAnswers",
"configType": "prayTimes"
}
Fields:
-
location
(object): Location information-
city
(string): City name -
country
(string): Country name -
coordinates
(object): Geographic coordinates
-
-
prayerTimes
(object): Prayer schedule-
date
(string): Current date -
times
(object): Prayer times
-
-
method
(object): Calculation method -
type
(string): Always "instantAnswers" -
configType
(string): Always "prayTimes"