API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3691/
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/52/"
    ],
    "id": 3691,
    "title": "Django Bitfield Manager",
    "slug": "django-bitfield-manager",
    "last_updated": "2017-02-19T11:03:10-05:00",
    "last_fetched": "2026-02-15T03:06:24.079534-05:00",
    "repo_url": "https://github.com/goodmase/django-bitfield-manager",
    "pypi_version": "0.3.1",
    "created": "2017-01-27T12:53:40.341970-05:00",
    "modified": "2026-01-28T16:48:00.195700-05:00",
    "repo_forks": 0,
    "repo_description": "Automatic bitfield management for Django Models.",
    "pypi_url": "http://pypi.python.org/pypi/django-bitfield-manager",
    "documentation_url": "https://django-bitfield-manager.readthedocs.io",
    "repo_watchers": 1,
    "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": [
        "goodmase"
    ]
}