Nexus 3 as a Pypi mirror - how do I get the **json** data for a given package?

Using uv as an example…

If I go to Links for uv I get a simple list of links to just artifacts (no metadata)

If I go there with header Accept: application/vnd.pypi.simple.v1+json I get a json output with metadata (particularly useful: upload dates)

If I go to https://pypi.org/pypi/uv/json I get all that and more! Very useful.

But with Nexus, all I can get is that one oversimplified list of files with no other metadata:

https://<private_nexus_host>/repository/pypi-all/simple/uv

Nothing else I’ve tried will coax the metadata out. Clearly that info is in Nexus, but the only way I can get to it is via the web page (which is not amenable to parsing on the fly).

So, what is the URL format to get that detailed metadata for the versions of a given Python package mirrored in Nexus, preferably in json format, similar to what one can get from https://pypi.org/pypi/uv/json ? Surely this exists?

Nexus only supports PEP 503 – Simple Repository API | peps.python.org for metadata