Prayer Times API

Free API for Islamic prayer times and inspirational quotes

View Dashboard

🕌 Prayer Times API

Today's Prayer Times

GET /api/prayer-times
Try it now →

Specific Date

GET /api/prayer-times?date=2025-01-17
Try example →

Format: YYYY-MM-DD

Location: Dubai, UAE

💬 Random Quote API

Random Quote

GET /api/random-quote
Try it now →

By Category

GET /api/random-quote?category=inspiration
Try example →

Categories: inspiration, motivation, wisdom

📖 Usage Examples

JavaScript/Fetch

fetch('/api/prayer-times')
  .then(res => res.json())
  .then(data => console.log(data));

cURL

curl https://prayer-api-dashboard.vercel.app/api/prayer-times

Free to use • No authentication required • CORS enabled

View on GitHub