API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3855/
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/307/"
    ],
    "id": 3855,
    "title": "django-simplesshkey",
    "slug": "django-simplesshkey",
    "last_updated": "2025-06-30T05:41:31-04:00",
    "last_fetched": "2026-02-16T00:02:24.327853-05:00",
    "repo_url": "https://github.com/zorun/django-simplesshkey",
    "pypi_version": "2.2.0",
    "created": "2017-06-15T04:37:08.572308-04:00",
    "modified": "2026-01-28T15:29:21.932543-05:00",
    "repo_forks": 4,
    "repo_description": "Simple and reusable Django application to manage SSH keys associated to users.  Fork of django-sshkey.",
    "pypi_url": "http://pypi.python.org/pypi/django-simplesshkey",
    "documentation_url": "",
    "repo_watchers": 6,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        7,
        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": [
        "ScottDuckworth",
        "OEP"
    ]
}