API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/355/?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/58/?format=api"
    ],
    "id": 355,
    "title": "django-picklefield",
    "slug": "django-picklefield",
    "last_updated": "2010-11-07T06:12:35-05:00",
    "last_fetched": "2026-02-15T14:24:40.007671-05:00",
    "repo_url": "https://github.com/shrubberysoft/django-picklefield",
    "pypi_version": "3.4.0",
    "created": "2010-09-13T03:38:34.726575-04:00",
    "modified": "2026-01-28T13:49:10.506496-05:00",
    "repo_forks": 64,
    "repo_description": "A pickled object field for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-picklefield",
    "documentation_url": null,
    "repo_watchers": 103,
    "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": [
        "gintas"
    ]
}