API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5553/?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/25/?format=api"
    ],
    "id": 5553,
    "title": "django-plaintext-password",
    "slug": "django-plaintext-password",
    "last_updated": "2025-12-04T11:23:14-05:00",
    "last_fetched": "2026-02-16T00:04:45.722683-05:00",
    "repo_url": "https://github.com/RealOrangeOne/django-plaintext-password",
    "pypi_version": "0.3.0",
    "created": "2022-09-09T09:06:29.863680-04:00",
    "modified": "2026-01-28T15:43:46.396580-05:00",
    "repo_forks": 1,
    "repo_description": "A Django password hasher to store passwords in plaintext",
    "pypi_url": "https://pypi.org/project/django-plaintext-password",
    "documentation_url": "https://github.com/RealOrangeOne/django-plaintext-password#readme",
    "repo_watchers": 2,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "RealOrangeOne",
        "renovate[bot]"
    ]
}