/adzan-api

Simple API to get adzan time in Indonesia

Primary LanguageJavaScriptMIT LicenseMIT

Adzan - API

Adzan API to get information about adzan time in Indonesia

Source Data

Data adzan is scraping from https://www.jadwalsholat.org/adzan/monthly.php

Endpoints

  • /city Get all cities available.
  • /city/:id Get detail city.
  • /adzan?cityId={cityId}&month={month}&year={year}&date={date} Get adzan time. Example /adzan?cityId=141&month=7&year=2023&date=17. cityId is required. If no month or year in request, it will return this month or this year. If no date in request, it will return adzan time in full month.