API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4629/
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/58/",
        "https://djangopackages.org/api/v4/grids/373/"
    ],
    "id": 4629,
    "title": "django-tablefield",
    "slug": "django-tablefield",
    "last_updated": "2021-09-29T08:48:31-04:00",
    "last_fetched": "2026-02-16T00:01:31.884223-05:00",
    "repo_url": "https://github.com/raagin/django-tablefield",
    "pypi_version": "0.0.5",
    "created": "2020-06-11T03:45:10.611353-04:00",
    "modified": "2026-01-28T15:27:38.589852-05:00",
    "repo_forks": 1,
    "repo_description": "Handsontable implementation for plain Django",
    "pypi_url": "http://pypi.python.org/pypi/django-tablefield",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "raagin"
    ]
}