API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/?format=api"
    ],
    "id": 646,
    "title": "django-deployment-script",
    "slug": "django-deployment-script",
    "last_updated": "2009-12-09T14:55:33-05:00",
    "last_fetched": "2026-02-15T11:01:22.674143-05:00",
    "repo_url": "https://github.com/Kami/django-deployment-script",
    "pypi_version": null,
    "created": "2011-02-15T20:04:24.348773-05:00",
    "modified": "2026-01-28T13:03:10.795666-05:00",
    "repo_forks": 0,
    "repo_description": "Fabric deployment script for Django applications",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 19,
    "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": [
        "Kami"
    ]
}