Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 566 Bytes

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.