API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/399/
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/10/"
    ],
    "id": 399,
    "title": "Django Mptt Comments ",
    "slug": "django-mptt-comments",
    "last_updated": "2009-11-08T20:30:17-05:00",
    "last_fetched": "2026-02-15T14:01:22.693776-05:00",
    "repo_url": "https://bitbucket.org/fivethreeo/django-mptt-comments/",
    "pypi_version": null,
    "created": "2010-09-22T16:36:54.077608-04:00",
    "modified": "2026-01-28T13:26:04.958107-05:00",
    "repo_forks": 5,
    "repo_description": "Django Mptt Comments is a simple way to display threaded comments instead of the django contrib comments.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 19,
    "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": [
        "fivethreeo"
    ]
}