API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/675/
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/59/"
    ],
    "id": 675,
    "title": "django-extauth",
    "slug": "django-extauth",
    "last_updated": "2011-12-10T20:42:28-05:00",
    "last_fetched": "2026-02-15T11:01:58.324269-05:00",
    "repo_url": "https://bitbucket.org/mhall119/django-extauth",
    "pypi_version": null,
    "created": "2011-03-04T11:57:14.564184-05:00",
    "modified": "2026-01-28T13:04:23.297216-05:00",
    "repo_forks": 2,
    "repo_description": "Extended authorization framework for Django, including field-level permissions and role-based permissions",
    "pypi_url": "",
    "documentation_url": "https://bitbucket.org/mhall119/django-extauth/wiki/Home",
    "repo_watchers": 21,
    "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": [
        "mhall119"
    ]
}