The URL was working for rmonths and not a "Not Found" error. Just started getting 404s for past 12 hours. Is something broken with weatherkit rest api side? Is there a status link one could check?
Calls to datasets of "currentWeather" are working
response: {
status: 404,
statusText: 'Not Found',
headers: AxiosHeaders {
server: 'Apple',
'content-length': '0',
'x-frame-options': 'SAMEORIGIN',
'strict-transport-security': 'max-age=31536000; includeSubdomains',
'x-xss-protection': '1; mode=block',
'access-control-allow-origin': '*',
'x-content-type-options': 'nosniff',
'content-security-policy': "default-src 'self';",
'x-request-id': '6f5a602a-ee78-43d9-8b28-357facccdacd',
'x-apple-origin': 'a02b501c-3422-35ef-9768-03404535d1e3',
date: 'Thu, 16 Feb 2023 20:44:59 GMT',
'x-cache': 'TCP_MISS from a23-52-133-72.deploy.akamaitechnologies.com (AkamaiGHost/11.0.0-46340752) (-)',
connection: 'close'
},
config: {
transitional: [Object],
adapter: [Array],
transformRequest: [Array],
transformResponse: [Array],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: [Object],
validateStatus: [Function: validateStatus],
headers: [AxiosHeaders],
method: 'get',
url: 'https://weatherkit.apple.com/api/v1/weather/en/47.64750/-122.40415?dataSets=forecastDaily¤tAsOf=2023-02-16T20:44:59.209Z&dailyStart=2023-02-16T20:44:59.209Z&dailyEnd=2023-02-26T20:44:59.209Z&timezone=Americas/Los_Angeles&countryCode=US',
data: undefined
},