API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/28/"
    ],
    "id": 1362,
    "title": "Django-Scrypt",
    "slug": "django-scrypt",
    "last_updated": "2013-08-10T20:36:44-04:00",
    "last_fetched": "2026-02-16T02:01:33.375597-05:00",
    "repo_url": "https://bitbucket.org/kelvinwong_ca/django-scrypt",
    "pypi_version": "0.2.3",
    "created": "2012-07-09T18:54:12.205710-04:00",
    "modified": "2026-01-28T15:58:58.094360-05:00",
    "repo_forks": 1,
    "repo_description": "A Scrypt-enabled password hasher for Django 1.4",
    "pypi_url": "http://pypi.python.org/pypi/django-scrypt",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "kelvinwong_ca"
    ]
}