Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^5: LWP::UserAgent Alternatives for API data

by johnfl68 (Scribe)
on Jul 07, 2020 at 23:23 UTC ( [id://11119014]=note: print w/replies, xml ) Need Help??


in reply to Re^4: LWP::UserAgent Alternatives for API data
in thread LWP::UserAgent Alternatives for API data

When I started using the NWS API regularly about 2 months ago, the Current Obs were consistently coming back 4 or more hours old. The Current Obs are only supposed to be around an hour old at most.

The forecasts at the time were coming back 2-4 hour old, but the NWS says that is about correct for those, as they are not updated as often. I just got back data for one location that is 239 hours old (loads the same old date in web browser matching the server version). Another forecast location has been giving back 503 error since late last night (both browser and server).

For the Current Obs, instead of using (Station KMCO as example)

https://api.weather.gov/stations/KMCO/observations/latest

you would use

https://w1.weather.gov/xml/current_obs/KMCO.xml

to get the data. If you do this from a browser, you will get a style sheet version, just use view source to see the pure XML.

There are some differences, but most of the basic information is the same. The XML data has been much more stable than the API versions.

Hope that helps.

  • Comment on Re^5: LWP::UserAgent Alternatives for API data

Replies are listed 'Best First'.
Re^6: LWP::UserAgent Alternatives for API data
by marto (Cardinal) on Jul 10, 2020 at 08:03 UTC

    Which tags are you looking to extract from the XML? Obviously the data return by this differs from that of the API.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119014]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-16 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found