AccuWeather Arthritis Index

Hi I'm not sure whether this already exists or how to request it, but AccuWeather has an arthritis forecast feature which I find extremely useful in planning. I'd like to set up a feature that will alert me if I'm in for a bad day tomorrow.

The AccuWeather API is here and has a free tier, but I know very little about programming. S lot of people use smart homes as a work around for arthritis, so I think this would be very helpful to a lot of people in the community, if it doesn't already exist

I looked but couldn't find any Forecast API which included an arthritis forecast feature. Did you mean something else like allergies?

1 Like

No. Arthritis. Maybe it's not included in the API? There are a couple of phone apps that use it, which is why I thought it was included

The web version looks like this
https://www.accuweather.com/en/us/new-york/10021/arthritis-weather/349727

You could do it as an iframe on a dashboard. At least temporarily

2 Likes

I looked over all the API documentation and did not spot it or any of the similar things like allergens or pests. So I reached out to AccuWeather and asked if I just missed it, if there is another API for it, or how we could get the data anyways.

If I hear back I will post about it.

My arthritis thanks you for finding something that might help warn me if bad days... Now I just need to see if it matches up for my experience.

4 Likes

Thank you!

There is an air quality and pollen index, which I associate with allergies/asthma.

2 Likes

@user1510 Up until you brought it up I never knew an index existed. Like I said though, at least in the short term maybe doing an iframe on a dashboard could be useful

2 Likes

Thank you for the suggestion! It just shows the ad at the top of the page until you click on it, but it's still a convenient bookmark, I guess

1 Like

It's in a separate API (Indices) as Index 21.

3 Likes

I heard back from AccuWeather. That type of information is in their Enterprise level APIs. They were a bit less clear about pricing if those but did mention that the lowest package of options for that would be over $2000.

So... Sorry. That is not something I would expand my WSM driver for (as an example). Even developing for their normal API is $25 a month (at the lowest), which is why I have not added it to WSM.

3 Likes

Totally understandable! The website didn't mention it as a perk of the paid tiers, so I thought it was at the free level. I might be able to rig up something with one of the phone apps + IFTTT

1 Like

I was debating about if it would be possible to scrape it from their website data... but I was not at a computer that could check that in detail (tough to do via phone). But that is always a questionable thing also.

1 Like

You can get it using the free tier (I seem to have an old API key from some code I wrote for another platform a long time ago…)

http://dataservice.accuweather.com/indices/v1/daily/1day/{locationCode}?apikey={xxxxxxxxxxxxxxxxxxxxx}

Query Parameters

Name Values Description
apikey
(required) Provided API Key
language String indicating the language in which to return the resource
details Boolean value (true or false) that specifies whether or not to include a truncated version of the indices object, or the full object (details=true).
JSON Returned
[
  {
    "Name": "Flight Delays",
    "ID": -3,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 10,
    "Category": "Very Unlikely",
    "CategoryValue": 5,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/air-travel-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/air-travel-weather/350126?lang=en-us"
  },
  {
    "Name": "Indoor Activity Forecast",
    "ID": -2,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 2.8,
    "Category": "Poor",
    "CategoryValue": 1,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Running Forecast",
    "ID": 1,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.2,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/running-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/running-weather/350126?lang=en-us"
  },
  {
    "Name": "Jogging Forecast",
    "ID": 2,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Hiking Forecast",
    "ID": 3,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hiking-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hiking-weather/350126?lang=en-us"
  },
  {
    "Name": "Bicycling Forecast",
    "ID": 4,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/biking-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/biking-weather/350126?lang=en-us"
  },
  {
    "Name": "Golf Weather Forecast",
    "ID": 5,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/golf-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/golf-weather/350126?lang=en-us"
  },
  {
    "Name": "Tennis Forecast",
    "ID": 6,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.2,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Skateboarding Forecast",
    "ID": 7,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Outdoor Concert Forecast",
    "ID": 8,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/events-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/events-weather/350126?lang=en-us"
  },
  {
    "Name": "Kite Flying Forecast",
    "ID": 9,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Beach & Pool Forecast",
    "ID": 10,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Poor",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sun-sand-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sun-sand-weather/350126?lang=en-us"
  },
  {
    "Name": "Sailing Forecast",
    "ID": 11,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sailing-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sailing-weather/350126?lang=en-us"
  },
  {
    "Name": "Stargazing Forecast",
    "ID": 12,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 4.3,
    "Category": "Fair",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/astronomy-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/astronomy-weather/350126?lang=en-us"
  },
  {
    "Name": "Fishing Forecast",
    "ID": 13,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/fishing-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/fishing-weather/350126?lang=en-us"
  },
  {
    "Name": "Construction Forecast",
    "ID": 14,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/diy-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/diy-weather/350126?lang=en-us"
  },
  {
    "Name": "Ski Weather Forecast",
    "ID": 15,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Poor",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/ski-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/ski-weather/350126?lang=en-us"
  },
  {
    "Name": "Healthy Heart Fitness Forecast",
    "ID": 16,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 4.7,
    "Category": "Fair",
    "CategoryValue": 2,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Mosquito Activity Forecast",
    "ID": 17,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7,
    "Category": "Very High",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/mosquito-activity-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/mosquito-activity-weather/350126?lang=en-us"
  },
  {
    "Name": "Dust & Dander Forecast",
    "ID": 18,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 5.1,
    "Category": "High",
    "CategoryValue": 3,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/allergies-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/allergies-weather/350126?lang=en-us"
  },
  {
    "Name": "Snow Days Forecast",
    "ID": 19,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Very Unlikely",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/snow-day-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/snow-day-weather/350126?lang=en-us"
  },
  {
    "Name": "Hunting Forecast",
    "ID": 20,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 3.9,
    "Category": "Fair",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hunting-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hunting-weather/350126?lang=en-us"
  },
  {
    "Name": "Arthritis Pain Forecast",
    "ID": 21,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 2.5,
    "Category": "Neutral",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/arthritis-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/arthritis-weather/350126?lang=en-us"
  },
  {
    "Name": "Arthritis Pain Forecast",
    "ID": 22,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 3.4,
    "Category": "Neutral",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/arthritis-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/arthritis-weather/350126?lang=en-us"
  },
  {
    "Name": "Asthma Forecast",
    "ID": 23,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 4.7,
    "Category": "At Risk",
    "CategoryValue": 3,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/asthma-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/asthma-weather/350126?lang=en-us"
  },
  {
    "Name": "Outdoor Barbecue",
    "ID": 24,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 8,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/outdoor-entertaining-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/outdoor-entertaining-weather/350126?lang=en-us"
  },
  {
    "Name": "Common Cold Forecast",
    "ID": 25,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Beneficial",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/cold-flu-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/cold-flu-weather/350126?lang=en-us"
  },
  {
    "Name": "Flu Forecast",
    "ID": 26,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Beneficial",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/cold-flu-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/cold-flu-weather/350126?lang=en-us"
  },
  {
    "Name": "Migraine Headache Forecast",
    "ID": 27,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 1.7,
    "Category": "Beneficial",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/migraine-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/migraine-weather/350126?lang=en-us"
  },
  {
    "Name": "Lawn Mowing Forecast",
    "ID": 28,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.5,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/lawn-garden-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/lawn-garden-weather/350126?lang=en-us"
  },
  {
    "Name": "Outdoor Activity Forecast",
    "ID": 29,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.2,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/outdoor-entertaining-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/outdoor-entertaining-weather/350126?lang=en-us"
  },
  {
    "Name": "Sinus Headache Forecast",
    "ID": 30,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 4,
    "Category": "At Risk",
    "CategoryValue": 3,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sinus-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/sinus-weather/350126?lang=en-us"
  },
  {
    "Name": "Flying Travel Index",
    "ID": 31,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 0,
    "Category": "Excellent",
    "CategoryValue": 5,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/air-travel-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/air-travel-weather/350126?lang=en-us"
  },
  {
    "Name": "Morning School Bus Forecast",
    "ID": 35,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 6,
    "Category": "Good",
    "CategoryValue": 3,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/school-day-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/school-day-weather/350126?lang=en-us"
  },
  {
    "Name": "Home Energy Efficiency Forecast",
    "ID": 36,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 2.6,
    "Category": "Poor",
    "CategoryValue": 1,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/home-energy-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/home-energy-weather/350126?lang=en-us"
  },
  {
    "Name": "Fuel Economy Forecast",
    "ID": 37,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 9.2,
    "Category": "Excellent",
    "CategoryValue": 5,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Composting Forecast",
    "ID": 38,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 6,
    "Category": "Good",
    "CategoryValue": 3,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/lawn-garden-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/lawn-garden-weather/350126?lang=en-us"
  },
  {
    "Name": "Shopping Forecast",
    "ID": 39,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 9,
    "Category": "Excellent",
    "CategoryValue": 5,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Driving Travel Index",
    "ID": 40,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 6,
    "Category": "Fair",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/driving-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/driving-weather/350126?lang=en-us"
  },
  {
    "Name": "Thirst Forecast, brought to you by Country Time",
    "ID": 41,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 9,
    "Category": "Extreme",
    "CategoryValue": 5,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "Hair Frizz Forecast",
    "ID": 42,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 3.7,
    "Category": "Watch",
    "CategoryValue": 2,
    "MobileLink": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hair-day-weather/350126?lang=en-us",
    "Link": "http://www.accuweather.com/en/us/cincinnati-oh/45202/hair-day-weather/350126?lang=en-us"
  },
  {
    "Name": "Dog Walking Comfort Forecast",
    "ID": 43,
    "Ascending": true,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 7.6,
    "Category": "Very Good",
    "CategoryValue": 4,
    "MobileLink": null,
    "Link": null
  },
  {
    "Name": "COPD Forecast",
    "ID": 44,
    "Ascending": false,
    "LocalDateTime": "2022-07-11T07:00:00-04:00",
    "EpochDateTime": 1657537200,
    "Value": 4,
    "Category": "Neutral",
    "CategoryValue": 2,
    "MobileLink": null,
    "Link": null
  }
]
2 Likes

That is good news. Then at least it should be able to be included in an existing driver. I think the main one for this is the Hubitat one itself, right?

1 Like