API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1444/
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/87/"
    ],
    "id": 1444,
    "title": "django-filetags",
    "slug": "django-filetags",
    "last_updated": "2012-10-03T09:28:21-04:00",
    "last_fetched": "2026-02-15T11:02:18.594004-05:00",
    "repo_url": "https://bitbucket.org/eshlox/django-filetags",
    "pypi_version": "0.0.1",
    "created": "2012-09-05T05:25:09.080668-04:00",
    "modified": "2026-01-28T13:05:08.556213-05:00",
    "repo_forks": 1,
    "repo_description": "Django file manager based on tags.",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "eshlox"
    ]
}