API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5586/
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/31/"
    ],
    "id": 5586,
    "title": "django-syzygy",
    "slug": "django-syzygy",
    "last_updated": "2026-01-12T19:08:32-05:00",
    "last_fetched": "2026-02-15T19:04:34.099422-05:00",
    "repo_url": "https://github.com/charettes/django-syzygy",
    "pypi_version": "1.2.2",
    "created": "2022-11-30T03:09:57.222593-05:00",
    "modified": "2026-01-28T14:41:28.031436-05:00",
    "repo_forks": 4,
    "repo_description": "Django application providing database migration tooling to automate their deployment.",
    "pypi_url": "https://pypi.org/project/django-syzygy",
    "documentation_url": "https://github.com/charettes/django-syzygy/blob/master/README.rst",
    "repo_watchers": 113,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2,
        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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "charettes",
        "oliverhaas"
    ]
}