API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3245/
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/113/"
    ],
    "id": 3245,
    "title": "django-archive",
    "slug": "django-archive",
    "last_updated": "2020-08-03T19:59:46-04:00",
    "last_fetched": "2026-02-15T20:06:08.506690-05:00",
    "repo_url": "https://github.com/nathan-osman/django-archive",
    "pypi_version": "0.2.0",
    "created": "2016-03-15T22:36:26.472902-04:00",
    "modified": "2026-01-28T14:58:18.477254-05:00",
    "repo_forks": 8,
    "repo_description": "Management command for creating compressed archives of Django projects, including database tables and uploaded media.",
    "pypi_url": "http://pypi.python.org/pypi/django-archive",
    "documentation_url": "http://django-archive.readthedocs.org/",
    "repo_watchers": 29,
    "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": [
        "nathan-osman",
        "srogatch"
    ]
}