From 01058b005f875b6de6f47d178d746ff536c7a7b8 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 30 Jun 2016 15:36:17 +0100 Subject: [PATCH] Sunrise & Sunset http://sunrise-sunset.org/api > We offer a free API that provides sunset and sunrise times for a given latitude and longitude. > Please note that attribution is required if you use our API. Check "Usage limits and attribution" section below for more information. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca96f972..7eda639b 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ A collective list of JSON APIs for use in web development. | inspirehep.net | High Energy Physics info. system | No | [Go!](https://inspirehep.net/info/hep/api?ln=en) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | +| Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | [Go!](http://sunrise-sunset.org/api) | | TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | | USGS Earthquake Hazards Program | Earthquakes data real-time | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) |