API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5101/
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/415/"
    ],
    "id": 5101,
    "title": "django-sage-painless",
    "slug": "django-sage-painless",
    "last_updated": "2024-07-22T14:18:21-04:00",
    "last_fetched": "2026-02-15T20:05:44.971751-05:00",
    "repo_url": "https://github.com/sageteam-org/django-sage-painless",
    "pypi_version": "1.14.3",
    "created": "2021-07-16T14:01:36.456696-04:00",
    "modified": "2026-01-28T14:57:50.239576-05:00",
    "repo_forks": 4,
    "repo_description": "A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-sage-painless",
    "documentation_url": "https://django-sage-painless.readthedocs.io/",
    "repo_watchers": 60,
    "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": [
        "mehran-rahmanzadeh",
        "sepehr-akbarzadeh",
        "sageteam-org"
    ]
}