API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/984/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/87/?format=api"
    ],
    "id": 984,
    "title": "django-bfm",
    "slug": "django-bfm",
    "last_updated": "2012-07-05T07:01:13-04:00",
    "last_fetched": "2026-02-16T01:02:52.936963-05:00",
    "repo_url": "https://github.com/nagisa/django-bfm",
    "pypi_version": "0.6",
    "created": "2011-10-31T15:36:20.644262-04:00",
    "modified": "2026-01-28T15:51:14.037853-05:00",
    "repo_forks": 6,
    "repo_description": "[Not really maintained anymore] BFM is an Apache Licenced server file manager for Django made with ease of use and new web technologies in mind.",
    "pypi_url": "http://pypi.python.org/pypi/django-bfm",
    "documentation_url": "https://readthedocs.org/projects/django-bfm/",
    "repo_watchers": 40,
    "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": [
        "nagisa",
        "yetty"
    ]
}