API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2001/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 2001,
    "title": "django-password-policies",
    "slug": "django-password-policies",
    "last_updated": "2016-10-15T18:09:13-04:00",
    "last_fetched": "2026-02-15T19:07:57.328125-05:00",
    "repo_url": "https://github.com/tarak/django-password-policies",
    "pypi_version": "0.4.2",
    "created": "2013-08-25T08:28:16.096997-04:00",
    "modified": "2026-01-28T14:45:48.321258-05:00",
    "repo_forks": 92,
    "repo_description": "Django unicode-aware password policies. ",
    "pypi_url": "http://pypi.python.org/pypi/django-password-policies",
    "documentation_url": "http://tarak.github.com/django-password-policies",
    "repo_watchers": 58,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tarak",
        "mjschultz",
        "tpeaton",
        "xusy2k",
        "starenka",
        "aclark4life",
        "dkrnl",
        "davepeake",
        "gonzalobustos",
        "jakenbuhler",
        "zaan",
        "luk156",
        "blag"
    ]
}