API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/849/
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": 849,
    "title": "django-bft",
    "slug": "django-bft",
    "last_updated": "2023-09-25T12:44:54-04:00",
    "last_fetched": "2026-02-15T02:02:29.947403-05:00",
    "repo_url": "https://github.com/django-bft/django-bft",
    "pypi_version": "0.2.0",
    "created": "2011-07-01T04:00:36.918252-04:00",
    "modified": "2026-01-28T16:18:32.838135-05:00",
    "repo_forks": 9,
    "repo_description": "A Django application that handles large file transfers",
    "pypi_url": "http://pypi.python.org/pypi/django-bft",
    "documentation_url": "https://readthedocs.org/projects/django-bft/",
    "repo_watchers": 37,
    "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": [
        "jmacul2",
        "parkerfreestone",
        "Bashar",
        "myles"
    ]
}