| B<Sunrise> - When does the sun rise and set for a given place. |
Sunrise - When does the sun rise and set for a given place.
Given a position in longitude and latitude and date, get information about when the sun and the moon rise and set. The angle to the sun at solar noon is also given. The times are all in UTC.
Coordinates are given with east and north as positive values. You can either specify a given date using the date parameter or you can ask for a range, using the parameters from and to (which both are inclusive).
The from-to-query is limited to max 30 days per request.
Schema is available as http://api.yr.no/weatherapi/sunrise/1.0/schema
Sample request URLs:
| B<Sunrise> - When does the sun rise and set for a given place. |