Taiwan Sun Times
curl --request GET \
--url https://solarmoney.up.railway.app/api/sun-times/taiwanimport requests
url = "https://solarmoney.up.railway.app/api/sun-times/taiwan"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://solarmoney.up.railway.app/api/sun-times/taiwan', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));Terrain & Climate
Taiwan Sun Times
Return today’s sunrise/sunset for Taiwan (computed once per day, cached in memory).
GET
/
api
/
sun-times
/
taiwan
Taiwan Sun Times
curl --request GET \
--url https://solarmoney.up.railway.app/api/sun-times/taiwanimport requests
url = "https://solarmoney.up.railway.app/api/sun-times/taiwan"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://solarmoney.up.railway.app/api/sun-times/taiwan', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));Response
200 - application/json
Successful Response
