API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/453/
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/17/"
    ],
    "id": 453,
    "title": "django-balancer",
    "slug": "django-balancer",
    "last_updated": "2016-09-12T10:59:37-04:00",
    "last_fetched": "2026-02-16T00:01:01.585526-05:00",
    "repo_url": "https://github.com/bkonkle/django-balancer",
    "pypi_version": "0.5",
    "created": "2010-10-21T12:27:07.280998-04:00",
    "modified": "2026-01-28T15:26:44.738847-05:00",
    "repo_forks": 5,
    "repo_description": "A set of tools for using Django's multi-db feature.",
    "pypi_url": "http://pypi.python.org/pypi/django-balancer",
    "documentation_url": "https://readthedocs.org/projects/django-balancer/",
    "repo_watchers": 108,
    "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": [
        "michaelhelmick",
        "bkonkle",
        "cmheisel"
    ]
}