API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3250/
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/11/"
    ],
    "id": 3250,
    "title": "django-saveall",
    "slug": "django-saveall",
    "last_updated": "2016-03-15T14:48:32-04:00",
    "last_fetched": "2026-02-15T07:03:39.436296-05:00",
    "repo_url": "https://github.com/gabriel-card/saveall",
    "pypi_version": "0.1.5",
    "created": "2016-03-18T14:47:32.740480-04:00",
    "modified": "2026-01-29T12:44:11.092335-05:00",
    "repo_forks": 1,
    "repo_description": "A simple Django app that adds a custom django-admin command for saving model instances throughout a project.",
    "pypi_url": "http://pypi.python.org/pypi/django-saveall",
    "documentation_url": "https://github.com/gabriel-card/saveall/blob/master/README.rst",
    "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": [
        "gabriel-card"
    ]
}