API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2128/
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/219/"
    ],
    "id": 2128,
    "title": "django-masquerade",
    "slug": "django-masquerade",
    "last_updated": "2018-01-16T17:50:03-05:00",
    "last_fetched": "2026-02-15T20:03:02.084502-05:00",
    "repo_url": "https://bitbucket.org/technivore/django-masquerade",
    "pypi_version": "1.3",
    "created": "2013-11-14T12:56:16.315814-05:00",
    "modified": "2026-01-28T14:53:49.790460-05:00",
    "repo_forks": 11,
    "repo_description": "Middleware + views for allowing staff users to \"masquerade\" as an external user and see exactly the same thing as the external user sees (mainly for user support)",
    "pypi_url": "http://pypi.python.org/pypi/django-masquerade",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "technivore"
    ]
}