Assigned
Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
Description
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but _not_ API keys or client ID credentials.
To learn more about personal data, visit
===========================================================================================
Issue report
----------------
For this request
{
"pageSize": 1,
"location": {
"latitude": "42.2904",
"longitude": "-71.0712"
},
"customLocalAqis": [
{
"aqi": "usa_epa",
"regionCode": "us"
}
],
"dateTime": "2025-02-07T02:00:00Z"
}
I get this response
{
"hoursInfo": [
{
"dateTime": "2025-02-07T02:00:00Z",
"indexes": [
{
"code": "uaqi",
"displayName": "Universal AQI",
"aqi": 73,
"aqiDisplay": "73",
"color": {
"red": 0.4627451,
"green": 0.7921569,
"blue": 0.2
},
"category": "Good air quality",
"dominantPollutant": "pm25"
}
]
}
],
"regionCode": "us"
}
I don't get information in us_epa AQI plus if I send the universalAqi as false it gives me this error
"The request is missing some expected parameters, or was incorrectly formatted. Please correct the input and try again.",