Islamic Info Singapore
Islamic Info SG is a fast, reliable API for Islamic-related data in Singapore, including halal-certified eateries, prayer times, zakat info, pilgrimage stats, and a comprehensive directory of mosques. Built for developers, app creators, and researchers serving the local Muslim community.
Islamic Info Singapore endpoints
| Method | Endpoint | Description |
|---|---|---|
| Halal Establishment | ||
| GET |
/halal-establishments /api/v1/halal-establishments |
Retrieve a paginated list of halal establishments. Optionally filter by name, address, or postal code. |
| GET |
/halal-establishments/{id} /api/v1/halal-establishments/{id} |
Retrieve a specific halal establishment by its unique identifier. |
| GET |
/halal-establishments/search/name /api/v1/halal-establishments/search/name |
Search for halal establishments by name with partial matching. |
| GET |
/halal-establishments/search/address /api/v1/halal-establishments/search/address |
Search for halal establishments by address with partial matching. |
| GET |
/halal-establishments/search/postal /api/v1/halal-establishments/search/postal |
Search for halal establishments by postal code with partial matching. |
| Haj Pilgrim | ||
| GET |
/haj-pilgrims /api/v1/haj-pilgrims |
Retrieve a paginated list of haj pilgrim data. Optionally filter by year, hijrah year, or year ranges. |
| GET |
/haj-pilgrims/{id} /api/v1/haj-pilgrims/{id} |
Retrieve specific haj pilgrim data by its unique identifier. |
| GET |
/haj-pilgrims/search/year /api/v1/haj-pilgrims/search/year |
Search for haj pilgrim data by Gregorian year with partial matching. |
| GET |
/haj-pilgrims/search/pilgrims /api/v1/haj-pilgrims/search/pilgrims |
Search for haj pilgrim data by number of pilgrims with partial matching. |
| GET |
/haj-pilgrims/search/hijrah-year /api/v1/haj-pilgrims/search/hijrah-year |
Search for haj pilgrim data by Hijrah year with partial matching. |
| Mosque | ||
| GET |
/mosques /api/v1/mosques |
Retrieve a paginated list of mosques. Optionally filter by name, address, or postal code. |
| GET |
/mosques/{id} /api/v1/mosques/{id} |
Retrieve a specific mosque by its unique identifier. |
| GET |
/mosques/search/address /api/v1/mosques/search/address |
Search for mosques by address with partial matching. |
| GET |
/mosques/search/postal /api/v1/mosques/search/postal |
Search for mosques by postal code with partial matching. |
| GET |
/mosques/search/name /api/v1/mosques/search/name |
Search for mosques by name with partial matching. |
| Prayer Time | ||
| GET |
/prayer-times /api/v1/prayer-times |
Retrieve prayer times. Optionally filter by a specific date or a date range. |
| GET |
/prayer-times/{date} /api/v1/prayer-times/{date} |
Retrieve prayer time for a specific date. |
| GET |
/prayer-times/today /api/v1/prayer-times/today |
Retrieve prayer time for the current day. |
| GET |
/prayer-times/upcoming /api/v1/prayer-times/upcoming |
Retrieve prayer times for the next N days. |
| GET |
/prayer-times/month/{year}/{month} /api/v1/prayer-times/month/{year}/{month} |
Retrieve prayer times for a specific year and month. |
| Zakat Collection Centres | ||
| GET |
/zakat-collection-centres /api/v1/zakat-collection-centres |
Retrieve a paginated list of zakat collection centres with optional filtering by organisation type and/or name |
| GET |
/zakat-collection-centres/{id} /api/v1/zakat-collection-centres/{id} |
Retrieve a specific zakat collection centre by its unique identifier |
| Zakat Nisab | ||
| GET |
/zakat-nisab /api/v1/zakat-nisab |
Retrieve a paginated list of zakat nisab records with optional filtering by date range and rate range |
| GET |
/zakat-nisab/{id} /api/v1/zakat-nisab/{id} |
Retrieve a specific zakat nisab record by its unique identifier |
| GET |
/zakat-nisab/latest /api/v1/zakat-nisab/latest |
Retrieve the most recent zakat nisab rate |
| GET |
/zakat-nisab/by-date/{date} /api/v1/zakat-nisab/by-date/{date} |
Retrieve the zakat nisab rate that was applicable on a specific date - Date format: YYYY-MM-DD |
| Other endpoints | ||
| GET |
executeSearch-hajpilgrim-get_2 /api/v1/haj-pilgrims/search/by-year |
|
| GET |
executeSearch-zakatnisab-get_2 /api/v1/zakat-nisab/search/by-rate-lte |
|
| GET |
getItemResource-prayertime-get /api/v1/prayer-times/{id} |
get-prayertime |
| GET |
executeSearch-zakatnisab-get /api/v1/zakat-nisab/search/by-period-range |
|
| GET |
executeSearch-zakatcollectioncentre-get /api/v1/zakat-collection-centres/search/by-name |
|
| GET |
getItemResource-halalestablishment-get /api/v1/halal-establishments/{id} |
get-halalestablishment |
| GET |
getCollectionResource-zakatcollectioncentre-get /api/v1/zakat-collection-centres |
get-zakatcollectioncentre |
| GET |
executeSearch-halalestablishment-get_4 /api/v1/halal-establishments/search/by-type |
|
| GET |
executeSearch-zakatcollectioncentre-get_1 /api/v1/zakat-collection-centres/search/by-type |
|
| GET |
getCollectionResource-halalestablishment-get /api/v1/halal-establishments |
get-halalestablishment |
| GET |
executeSearch-halalestablishment-get_3 /api/v1/halal-establishments/search/by-subtype |
|
| GET |
executeSearch-halalestablishment-get_1 /api/v1/halal-establishments/search/by-name |
|
| GET |
executeSearch-halalestablishment-get /api/v1/halal-establishments/search/by-address |
|
| GET |
getItemResource-zakatcollectioncentre-get /api/v1/zakat-collection-centres/{id} |
get-zakatcollectioncentre |
| GET |
executeSearch-halalestablishment-get_2 /api/v1/halal-establishments/search/by-postal |
|
| GET |
executeSearch-prayertime-get /api/v1/prayer-times/search/by-date |
|
| GET |
getItemResource-zakatnisab-get /api/v1/zakat-nisab/{id} |
get-zakatnisab |
| GET |
executeSearch-zakatnisab-get_1 /api/v1/zakat-nisab/search/by-rate-gte |
|
| GET |
getCollectionResource-zakatnisab-get /api/v1/zakat-nisab |
get-zakatnisab |
| GET |
executeSearch-prayertime-get_1 /api/v1/prayer-times/search/by-date-range |
|
| GET |
getCollectionResource-prayertime-get /api/v1/prayer-times |
get-prayertime |
| GET |
executeSearch-zakatnisab-get_3 /api/v1/zakat-nisab/search/by-rate-range |
|
| GET |
getItemResource-hajpilgrim-get /api/v1/haj-pilgrims/{id} |
get-hajpilgrim |
| GET |
getCollectionResource-hajpilgrim-get /api/v1/haj-pilgrims |
get-hajpilgrim |
Islamic Info Singapore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 30 / minute |
|
| ULTRA | $15 / month | 60 / minute |
|
| MEGA | $49 / month | 120 / minute |
|