We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For packages with zero downloads, these return 404:
However, these return data but with empty data:
https://pypistats.org/api/packages/sugar/python_major https://pypistats.org/api/packages/sugar/python_minor https://pypistats.org/api/packages/sugar/system
{ "data": [], "package": "sugar", "type": "python_major_downloads" }
{ "data": [], "package": "sugar", "type": "python_minor_downloads" }
{ "data": [], "package": "sugar", "type": "system_downloads" }
Similarly, for packages which don't exist:
https://pypistats.org/api/packages/notfound123444/recent https://pypistats.org/api/packages/notfound123444/overall
These return "data": []:
"data": []
https://pypistats.org/api/packages/notfound123444/python_major https://pypistats.org/api/packages/notfound123444/python_minor https://pypistats.org/api/packages/notfound123444/system
Should they all return 404?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For packages with zero downloads, these return 404:
However, these return data but with empty data:
https://pypistats.org/api/packages/sugar/python_major
https://pypistats.org/api/packages/sugar/python_minor
https://pypistats.org/api/packages/sugar/system
Similarly, for packages which don't exist:
https://pypistats.org/api/packages/notfound123444/recent
https://pypistats.org/api/packages/notfound123444/overall
These return
"data": []
:https://pypistats.org/api/packages/notfound123444/python_major
https://pypistats.org/api/packages/notfound123444/python_minor
https://pypistats.org/api/packages/notfound123444/system
Should they all return 404?
The text was updated successfully, but these errors were encountered: