Salah: Get Prayer Times By Coordinates
Salah via Parse · Other
Fetches today's prayer times for a given location using latitude and longitude coordinates. Returns prayer names (Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, Qiyam) with their times formatted as 'HH:MM AM/PM'. Uses the salah.com /get endpoint with coordinate parameters. If coordinates resolve to no known location, returns input_not_found. Fetches Islamic prayer times from salah.com by geographic coordinates, location name, or homepage defaults. Fulfilled by Parse from salah.com.
- maps-geo
- other
- parse
- platform-key
- salah
- salah-com
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ef45bcf1-9fcb-49c5-bf70-392cbc9e4dbf/get_prayer_times_by_coordinates
- Interface artifact
- sha256:4d2a58c385faa9d200f01179c63cb52ebb997dbdd3e417dfa49c00987d1e9439
- Manifest digest
- sha256:a5142bfc7d8fa98137f02ae6a9f22bca14a5f93ccde77e75df33146d35cb8154
Request fields
- latitude (number, required): Latitude of the location (e.g. 40.7128)
- longitude (number, required): Longitude of the location (e.g. -74.0060)
- method_id (integer): Calculation method ID for prayer time computation. When omitted, the site uses its default method for the region.: Allowed values: 1, 2, 3, 4, 5
Example queries
- {"latitude":"40.7128","longitude":"-74.0060","method_id":"1"}