API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 446,
    "title": "django-snippetscream",
    "slug": "django-snippetscream",
    "last_updated": "2011-09-19T04:40:18-04:00",
    "last_fetched": "2026-02-15T07:03:49.279553-05:00",
    "repo_url": "https://github.com/shaunsephton/django-snippetscream",
    "pypi_version": "0.0.7",
    "created": "2010-10-14T07:27:37.341707-04:00",
    "modified": "2026-01-29T12:44:23.211021-05:00",
    "repo_forks": 6,
    "repo_description": "Django app packaging the best snippets found on http://djangosnippets.org",
    "pypi_url": "http://pypi.python.org/pypi/django-snippetscream",
    "documentation_url": null,
    "repo_watchers": 60,
    "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": [
        "aehlke",
        "chrischambers"
    ]
}