API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2446/
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/245/"
    ],
    "id": 2446,
    "title": "Django REST framework HTTP Signature",
    "slug": "django-rest-framework-httpsignature",
    "last_updated": "2015-11-19T15:26:19-05:00",
    "last_fetched": "2026-02-15T20:04:20.698782-05:00",
    "repo_url": "https://github.com/etoccalino/django-rest-framework-httpsignature",
    "pypi_version": "1.0.0",
    "created": "2014-06-27T09:30:40.324245-04:00",
    "modified": "2026-01-28T14:55:50.066107-05:00",
    "repo_forks": 41,
    "repo_description": "HTTP Signature support for Django REST framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-httpsignature",
    "documentation_url": "",
    "repo_watchers": 71,
    "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": [
        "etoccalino",
        "EnTeQuAk",
        "kouk",
        "benctamas"
    ]
}