Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api-reference/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ PyPI offers two JSON endpoints.
Project
-------

.. attention::
The ``releases`` key on this response should be considered deprecated,
and projects should shift to using the simple API (which can be accessed
as JSON via PEP 691) to get this information where possible.

In the future, the ``releases`` key may be removed from this response.


.. http:get:: /pypi/<project_name>/json

Returns metadata (info) about an individual project at the latest version,
Expand Down