We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9e591 commit d1579dfCopy full SHA for d1579df
docs/api-reference/json.rst
@@ -6,6 +6,14 @@ PyPI offers two JSON endpoints.
6
Project
7
-------
8
9
+.. attention::
10
+ The ``releases`` key on this response should be considered deprecated,
11
+ and projects should shift to using the simple API (which can be accessed
12
+ as JSON via PEP 691) to get this information where possible.
13
+
14
+ In the future, the ``releases`` key may be removed from this response.
15
16
17
.. http:get:: /pypi/<project_name>/json
18
19
Returns metadata (info) about an individual project at the latest version,
0 commit comments