National Weather Service

GRATIS
Door API Guy | Bijgewerkt 16 days ago | Weather
Populariteit

9.5 / 10

Latency

235ms

Serviceniveau

99%

Health Check

N/A

Terug naar alle discussies

Stations by states fails

Rapid account: Dcbriccetti
dcbriccetti
4 years ago

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
}

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen