npms-io/npms-api

Search API doesn't return downloads.

gandhimonik opened this issue · 1 comments

Why does the Search API not return number of downloads for all the packages however the package API does?

https://api.npms.io/v2/search?q=axios

That's correct, the search returns minimal info about the package. To get the full info, use the package endpoint.