/* Pray v1.1 web service. POST/GET DST corrected Timezone and either */ /* Client IP, Geography, or Coordinates to receive local Prayer Times */ /* and Qibla direction clockwise from north. For more information please */ /* view source of http://www.islamwire.com/widg/prayer.htm */ /* Ex1: http://www.islamwire.com/api/pray?ip=66.203.67.190&tz=-5 */ /* Ex2: http://www.islamwire.com/api/pray?zip=02139&country=US&tz=-5 */ /* Ex3: http://www.islamwire.com/api/pray?city=Cairo&country=EG&tz=2 */ {"city":"City. {Geography} [Optional]", "country":"Two character ISO 3166-1 alpha-2 country code. {Geography} [Optional]", "help":"Set to 1 to display this help. [Optional]", "highlat":"Set to 1 to return Fajr and Isha corrected for high latitudes. [Optional]", "ip":"IP address of client to geolocate. {Client IP} [Optional]", "lat":"Latitude in decimal degrees. {Coordinates} [Optional]", "lon":"Longitude in decimal degrees. {Coordinates} [Optional]", "mil":"Set to 1 to return time in 24-hr format. [Optional]", "state":"Two character USPS state code (for US only). {Geography} [Optional]", "tz":"Local timezone. {Time} [Required]", "zip":"5 digit postal code (for US only) that can be used instead of city and state. {Geography} [Optional]"}