This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.5g0O_3fJtVzqix8pbueomcc0n3Q |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.DGve1iz92ha43pyUy7YBWbiYgig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.8Y-fGLSuRTKm0NNO63iifkxI5Lc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.fiA8ldoc1nbnrX6NssCpdcUFoj0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.Cep4xtRfGg6OXDq-xqOVKk3BNVI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.Cep4xtRfGg6OXDq-xqOVKk3BNVI |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
r = requests.get( | |
"https://www.jma.go.jp/bosai/forecast/data/forecast/270000.json" | |
) | |
data = r.json()[0] | |
print("発表管区:{}".format(data["publishingOffice"])) | |
timeSeries = data["timeSeries"][0] | |
print("発表時間:{}".format(timeSeries["timeDefines"][1])) |
OlderNewer