API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1121/
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/7/"
    ],
    "id": 1121,
    "title": "django-twostepauth",
    "slug": "django-twostepauth",
    "last_updated": "2013-11-08T12:10:29-05:00",
    "last_fetched": "2026-02-15T02:04:57.761173-05:00",
    "repo_url": "https://bitbucket.org/cogni/django-twostepauth",
    "pypi_version": "0.1dev",
    "created": "2012-01-20T10:33:43.433572-05:00",
    "modified": "2026-01-28T16:23:21.032271-05:00",
    "repo_forks": 6,
    "repo_description": "Two-step authentication support for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-twostepauth",
    "documentation_url": null,
    "repo_watchers": 28,
    "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": [
        "cogni"
    ]
}