PyPI has several API endpoints and public datasets, each of which is referenced in the table of contents for this hierarchy.
Please be aware of these PyPI API policies.
All API requests are cached. Requests to the JSON, RSS or Index APIs are cached by our CDN provider. You can determine if you've hit the cache based on the X-Cache and X-Cache-Hits headers in the response.
Requests to the JSON, RSS and Index APIs also provide an ETag header. If you're making a lot of repeated requests, ensure your API consumer will respect this header to determine whether to actually repeat a request or not.
The XML-RPC API does not have the ability to indicate cached responses.
Due to the heavy caching and CDN use, there is currently no rate limiting of PyPI APIs at the edge. The XML-RPC API may be rate limited if usage is causing degradation of service.
In addition, PyPI reserves the right to temporarily or permanently prohibit a consumer based on irresponsible activity.
If you plan to make a lot of requests to a PyPI API, adhere to these suggestions:
For periodically checking for new packages or updates to existing packages, use our RSS feeds.
No new integrations should use the XML-RPC APIs as they are planned for deprecation. Existing consumers should migrate to JSON/RSS/Index APIs.
Many tools already integrate with PyPI, uploading packages or retrieving data; see the Python Packaging Guide's tool recommendations.
When copying a download link from https://pypi.org, you get a URL with a random hash value in it.
This hash value is calculated from the checksum of the file. The URLs on PyPI for individual files are static and do not change.
Query PyPI's Index API or JSON API to determine where to download files from.
You can use our conveyor service to fetch this file, which exists for cases where using the API is impractical or impossible. This is for example the case for Linux package maintainers, as package build scripts or package metadata expect static URLs in some cases.
URLs can be constructed as follows, with wheel file names following PEP 491's file name convention.
Example predictable URL use:
As you’ll note, it is just a redirect to the canonical file.