HTTPArchive / tech-report-apis

APIs for the HTTP Archive Technology Report
Apache License 2.0
2 stars 0 forks source link

Missing data for multi tech #12

Closed sarahfossheim closed 10 months ago

sarahfossheim commented 10 months ago

When looking up multiple technologies, only the Lighthouse and Adoption APIs return the correct data, the others still return an empty array.

I don't think it's an issue to data not being imported yet, as they do return the data fine for each of the technologies separately.

Example

Technologies: ALL, WordPress.

Working endpoint

The Lighthouse endpoint returns data for both ALL and WordPress, just as expected.

Issues

The Core Web Vitals returns an empty array ([]), and the and page weight endpoint returns incorrectly formatted data.

The data for the two chosen technologies individually does exist:

maceto commented 10 months ago

Hello @sarahfossheim

I fixed the query in the endpoints "cvw" and "page weight" now both return ALL and WordPress, please let me know if works for you.

Thank you :)