Seeking free public API for local (United States) allergen information

I’m seeking a source for local allergen data (pollen counts, etc). Any recommendations?

I realize there is an example in the Scriptable gallery using PurpleAir.com. That data source does not seem to have the data of interest to me.

thanks

What kind of information do you need? You don’t really need a API. You can get data in scriptable from any site. So you could get the content of this page (https://weather.com/forecast/allergy/l/ca4dfee89f92ed21228cd238a2a33514c4d01ab317a5703bf2f2c99ddbe33e1f) and then using Regex extract the relevant data. I tried doing it but gave up because regex haha

Good suggestion, though my RegEx skill = ^$

I’ll go fiddle with this to see if I can make something work (btw, to answer your question, this is the exact data of interest)

Thanks! — jay

1 Like

Well, using a sledgehammer and ToolBox Pro here is an extremely crude (and brittle) method to get to the core data. I’m sure there are far more elegant ways to get to this, but this may work for my needs. Thanks for the nudge.

https://www.icloud.com/shortcuts/400c14f6f49740459ed068841e28637b

Thanks to the great support of Reddit user mvan231,my problem is solved. Posting here in case others have similar needs.

1 Like