API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6084/
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": 6084,
    "title": "django-migrant",
    "slug": "django-migrant",
    "last_updated": "2025-05-12T15:05:21-04:00",
    "last_fetched": "2026-02-15T03:06:33.760850-05:00",
    "repo_url": "https://github.com/powlo/django-migrant",
    "pypi_version": "0.0.9",
    "created": "2025-05-11T11:03:03.985237-04:00",
    "modified": "2026-01-28T16:48:17.139842-05:00",
    "repo_forks": 0,
    "repo_description": "A tool to automatically migrate a database on branch change.",
    "pypi_url": "https://pypi.org/project/django-migrant",
    "documentation_url": "https://github.com/powlo/django-migrant/blob/master/README.md",
    "repo_watchers": 7,
    "commits_over_52": [
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        15,
        0,
        29,
        10,
        3,
        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": [
        "powlo"
    ]
}