API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/768/
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/103/"
    ],
    "id": 768,
    "title": "django-feedback",
    "slug": "django-feedback",
    "last_updated": "2016-05-17T08:12:39-04:00",
    "last_fetched": "2026-02-15T11:02:11.827070-05:00",
    "repo_url": "https://github.com/girasquid/django-feedback",
    "pypi_version": "0.4",
    "created": "2011-04-24T07:36:13.477539-04:00",
    "modified": "2026-01-28T13:04:52.246496-05:00",
    "repo_forks": 24,
    "repo_description": "django-feedback is an app for easily collecting feedback from your users.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 63,
    "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": [
        "girasquid",
        "hph",
        "ebrelsford",
        "pcragone",
        "dicos",
        "mathiasose",
        "orblivion"
    ]
}