National Weather Service

ÜCRETSİZ
Taraf API Guy | Güncelleyen hace 15 días | Weather
Popülerlik

9.5 / 10

Gecikme

236ms

Hizmet Düzeyi

99%

Health Check

N/A

Tüm Tartışmalara Dön

Stations by states fails

Rapid account: Dcbriccetti
dcbriccetti
hace 4 años

import requests

url = “https://national-weather-service.p.rapidapi.com/stations

querystring = {“states”: “CA”}

headers = {‘x-rapidapi-host’: “national-weather-service.p.rapidapi.com”,
‘x-rapidapi-key’: “5eb55b9223mshb077877563682ddp16f4c4jsn70c943b6aab1”}

response = requests.request(“GET”, url, headers=headers, params=querystring)

print(response.text)

{
“correlationId”: “fadebe16-e3f4-4389-a885-c98fe91c891d”,
“title”: “Invalid Parameter”,
“type”: “https://api.weather.gov/problems/InvalidParameter”,
“status”: 400,
“detail”: “Parameter “states” is invalid: Unknown query parameter”,
“instance”: “https://api.weather.gov/requests/fadebe16-e3f4-4389-a885-c98fe91c891d
}

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun