GET api/islamic/prayer-time/geographic-coordinate/{latitude}/{longitude}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
latitude

decimal number

Required

longitude

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

PrayerTime
NameDescriptionTypeAdditional information
Fajr

date

None.

Sunrize

date

None.

Dhuhr

date

None.

Asr

date

None.

Maghrib

date

None.

Isha

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Fajr": "2024-04-23T15:15:25.0818663+03:00",
  "Sunrize": "2024-04-23T15:15:25.0818663+03:00",
  "Dhuhr": "2024-04-23T15:15:25.0818663+03:00",
  "Asr": "2024-04-23T15:15:25.0818663+03:00",
  "Maghrib": "2024-04-23T15:15:25.0818663+03:00",
  "Isha": "2024-04-23T15:15:25.0818663+03:00"
}

text/html

Sample:
{"Fajr":"2024-04-23T15:15:25.0818663+03:00","Sunrize":"2024-04-23T15:15:25.0818663+03:00","Dhuhr":"2024-04-23T15:15:25.0818663+03:00","Asr":"2024-04-23T15:15:25.0818663+03:00","Maghrib":"2024-04-23T15:15:25.0818663+03:00","Isha":"2024-04-23T15:15:25.0818663+03:00"}

application/xml, text/xml

Sample:
<PrayerTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ia.Islamic.Koran.Cl.Model.Business">
  <Asr>2024-04-23T15:15:25.0818663+03:00</Asr>
  <Dhuhr>2024-04-23T15:15:25.0818663+03:00</Dhuhr>
  <Fajr>2024-04-23T15:15:25.0818663+03:00</Fajr>
  <Isha>2024-04-23T15:15:25.0818663+03:00</Isha>
  <Maghrib>2024-04-23T15:15:25.0818663+03:00</Maghrib>
  <Sunrize>2024-04-23T15:15:25.0818663+03:00</Sunrize>
</PrayerTime>