API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4447/
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/431/",
        "https://djangopackages.org/api/v4/grids/31/"
    ],
    "id": 4447,
    "title": "django-pg-zero-downtime-migrations",
    "slug": "django-pg-zero-downtime-migrations",
    "last_updated": "2025-11-12T18:43:00-05:00",
    "last_fetched": "2026-02-15T18:03:02.367621-05:00",
    "repo_url": "https://github.com/tbicr/django-pg-zero-downtime-migrations",
    "pypi_version": "0.19",
    "created": "2019-11-13T13:57:34.871960-05:00",
    "modified": "2026-01-28T14:22:18.522730-05:00",
    "repo_forks": 26,
    "repo_description": "Django postgresql backend that apply migrations with respect to database locks",
    "pypi_url": "http://pypi.python.org/pypi/django-pg-zero-downtime-migrations",
    "documentation_url": "",
    "repo_watchers": 559,
    "commits_over_52": [
        3,
        1,
        0,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tbicr",
        "browniebroke",
        "tony",
        "morenoh149",
        "logston",
        "clopen-set"
    ]
}