API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3205/?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/97/?format=api"
    ],
    "id": 3205,
    "title": "dj-extensions",
    "slug": "dj-extensions",
    "last_updated": "2016-02-09T22:44:07-05:00",
    "last_fetched": "2026-02-15T11:03:44.577157-05:00",
    "repo_url": "https://github.com/jahan01/dj-extensions",
    "pypi_version": "0.1.6",
    "created": "2016-02-07T04:25:31.463404-05:00",
    "modified": "2026-01-28T13:07:53.806791-05:00",
    "repo_forks": 1,
    "repo_description": "Yet another Django extension with set of generic reusable, pluggable mixins",
    "pypi_url": "http://pypi.python.org/pypi/dj-extensions",
    "documentation_url": "http://dj-extensions.readthedocs.org/",
    "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": [
        "jahan01"
    ]
}