National Weather Service

KOSTENLOS
Durch API Guy | Aktualisiert 8일 전 | Weather
Popularität

9.5 / 10

Latenz

237ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Stations by states fails

Rapid account: Dcbriccetti
dcbriccetti
4년 전

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
}

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen