API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4015/
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/18/"
    ],
    "id": 4015,
    "title": "django-slugify-processor",
    "slug": "django-slugify-processor",
    "last_updated": "2026-02-14T08:51:36-05:00",
    "last_fetched": "2026-02-15T20:03:14.087989-05:00",
    "repo_url": "https://github.com/develtech/django-slugify-processor",
    "pypi_version": "1.10.0",
    "created": "2017-12-02T12:51:42.508829-05:00",
    "modified": "2026-01-28T14:54:07.201491-05:00",
    "repo_forks": 1,
    "repo_description": "custom slug / slugification rules for django https://devel.tech/tips/n/djms3tTe/how-django-uses-deferred-imports-to-scale",
    "pypi_url": "http://pypi.python.org/pypi/django-slugify-processor",
    "documentation_url": "https://django-slugify-processor.git-pull.com",
    "repo_watchers": 17,
    "commits_over_52": [
        4,
        3,
        4,
        1,
        2,
        1,
        2,
        2,
        1,
        5,
        3,
        3,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        3,
        2,
        2,
        2,
        2,
        3,
        2,
        4,
        2,
        2,
        3,
        3,
        3,
        27,
        2,
        2,
        2,
        5,
        4,
        2,
        4,
        12,
        10,
        0,
        3,
        2,
        2,
        10,
        2
    ],
    "participants": [
        "tony",
        "pyup-bot",
        "dependabot-preview[bot]",
        "dependabot[bot]",
        "mpachas"
    ]
}