API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/59/?format=api"
    ],
    "id": 671,
    "title": "django-pobject",
    "slug": "django-pobject",
    "last_updated": "2011-03-04T11:24:45-05:00",
    "last_fetched": "2026-02-15T07:02:58.757587-05:00",
    "repo_url": "https://bitbucket.org/phuihock/django-pobject",
    "pypi_version": null,
    "created": "2011-03-04T07:06:14.377896-05:00",
    "modified": "2026-01-29T12:43:10.472063-05:00",
    "repo_forks": 0,
    "repo_description": "An expressive and concise mini permission module for Django views.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "phuihock"
    ]
}