API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/246/?format=api"
    ],
    "id": 2377,
    "title": "django-site-skins",
    "slug": "django-site-skins",
    "last_updated": "2011-01-03T19:10:01-05:00",
    "last_fetched": "2026-05-26T23:04:54.128850-04:00",
    "repo_url": "https://bitbucket.org/bkroeze/django-site-skins",
    "pypi_version": "0.1-2",
    "created": "2014-05-11T14:49:06.019181-04:00",
    "modified": "2026-01-28T16:00:08.609173-05:00",
    "repo_forks": 1,
    "repo_description": "A solution for running multiple sites with multiple \"skins\" on one Django installation.  Works natively with Satchmo, but suitable for all Django sites.",
    "pypi_url": "http://pypi.python.org/pypi/django-site-skins",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "bkroeze"
    ]
}