API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/422/?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/35/?format=api",
        "https://djangopackages.org/api/v4/grids/28/?format=api"
    ],
    "id": 422,
    "title": "Django Sharing",
    "slug": "django-sharing",
    "last_updated": "2010-09-30T06:34:14-04:00",
    "last_fetched": "2026-02-15T07:03:42.648414-05:00",
    "repo_url": "https://github.com/praekelt/django-sharing",
    "pypi_version": "0.0.2",
    "created": "2010-09-29T09:19:43.501733-04:00",
    "modified": "2026-01-29T12:44:18.681433-05:00",
    "repo_forks": 4,
    "repo_description": "Django row level object sharing app.",
    "pypi_url": "http://pypi.python.org/pypi/django-sharing",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "praekelt",
        "shaunsephton",
        "hedleyroos"
    ]
}