Skip to main content
GET
/
location
/
{id}
/
hijri
/
{date}
Get Hijri date for a location
curl --request GET \
  --url http://pinpoint.devops.arabiaweather.com/location/{id}/hijri/{date}
{
  "day": 22,
  "month": 11,
  "year": 1446
}

Path Parameters

id
string
required

Location ID

date
string<date>
required

Date in ISO format (e.g., '2025-05-19')

Response

Hijri date information

day
integer

Hijri day

month
integer

Hijri month

monthName
object
year
integer

Hijri year