ridhlab / adzan-api

Simple API to get adzan time in Indonesia

Home Page:https://adzan-indonesia-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple API to get adzan time in Indonesia

https://adzan-indonesia-api.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%