API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3297/
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/22/"
    ],
    "id": 3297,
    "title": "django-gitversions",
    "slug": "django-gitversions",
    "last_updated": "2015-11-22T18:04:58-05:00",
    "last_fetched": "2026-02-15T11:02:50.582162-05:00",
    "repo_url": "https://github.com/michaelkuty/django-gitversions",
    "pypi_version": null,
    "created": "2016-05-09T09:42:10.928735-04:00",
    "modified": "2026-01-28T13:06:07.921211-05:00",
    "repo_forks": 1,
    "repo_description": "Use Git for versioning your Django model",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "michaelkuty"
    ]
}