API to query Juliahub package info?

I was wondering if there is a way to programmatically access juliahub packages (not the computation platform). I want to query package names, stars, install stats, etc.

Either an API or exported dataset (regularly updated) would do. I want to query the ecosystem, and I thought that would be a much cleaner way than trying to scrape github somehow.

I couldn’t find anything relevant in the docs for juliahub nor juliahub.jl

With respect to package usage, JuliaHub is a consumer of the community statistics, available here:

That doesn’t include GitHub stargazer counts, however. I don’t believe we have a public API for our cache of it, but GitHub does:

oh, thanks. I couldn’t find that post with discourse search.

EDIT: sorry @mbauman, how about things like dependencies, repo url etc.
Does JuliaHub parse these from here directly (GitHub - JuliaRegistries/General: The official registry of general Julia packages)?
and compute other things like “dependants”, or the readme itself?

I assume JuliaHub-packages is not open source?