Digitized and curated by Cipher Nichu
β If this data helps your project, please give it a Star on GitHub!
A high-precision, perpetual dataset of prayer (Azaan) times for 140+ locations across Kerala, India. This project eliminates the need for manual updates and brings regional accuracy to digital prayer platforms.
This dataset was meticulously extracted, validated, and structured into a developer-friendly API format by Cipher Nichu. The goal is to provide the community with a reliable, digital-first source for regional prayer timings.
Use the following endpoints to fetch data directly in your applications:
https://its-me-nishmal.github.io/KERALA-AZAN-DATA/index.jsonhttps://its-me-nishmal.github.io/KERALA-AZAN-DATA/101.jsonhttps://its-me-nishmal.github.io/KERALA-AZAN-DATA/504.jsonThis data is based on the authoritative regional prayer timings prepared by:
Prepared with the approval of the Samastha Kerala Islam Matha Vidyabhyasa Board.
index.jsonMaps location IDs to names and districts.
{
"id": 1,
"name": "Kasaragod",
"locations": [
{"id": 101, "name": "Manjeshwaram"}
]
}
[id].json (e.g., 101.json)The perpetual calendar with MM-DD format.
{
"date": "01-01",
"fajr": "5:26",
"sunrise": "6:51",
"dhuhr": "12:35",
"asr": "3:52",
"maghrib": "6:19",
"isha": "7:32"
}
Developed for the benefit of the Ummah by Cipher Nichu.