API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/28/?format=api"
    ],
    "id": 3228,
    "title": "Django Password Validators",
    "slug": "django-password-validators",
    "last_updated": "2023-12-11T07:42:08-05:00",
    "last_fetched": "2026-02-15T17:14:14.855693-05:00",
    "repo_url": "https://github.com/fizista/django-password-validators",
    "pypi_version": "1.7.3",
    "created": "2016-03-01T07:20:39.487501-05:00",
    "modified": "2026-01-28T14:10:26.895922-05:00",
    "repo_forks": 30,
    "repo_description": "Additional libraries for validating passwords in Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-password-validators",
    "documentation_url": "",
    "repo_watchers": 52,
    "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": [
        "fizista",
        "scop",
        "browniebroke",
        "Orlando-Richards",
        "zodman",
        "sevdog",
        "Urth",
        "thomasjbradley",
        "aufdenpunkt",
        "McLargo",
        "dekkers",
        "adamantike",
        "PetrDlouhy",
        "heng-zhang-new",
        "virusdefender"
    ]
}