API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6273/
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/247/"
    ],
    "id": 6273,
    "title": "django-stacktrace",
    "slug": "django-stacktrace",
    "last_updated": "2026-01-29T21:44:30-05:00",
    "last_fetched": "2026-02-15T04:10:28.593511-05:00",
    "repo_url": "https://github.com/marselbeqiri/django-stacktrace",
    "pypi_version": "0.2.3",
    "created": "2026-01-28T19:17:44.606172-05:00",
    "modified": "2026-01-30T08:23:01.735259-05:00",
    "repo_forks": 0,
    "repo_description": "Django Stacktrace is a lightweight Django app that captures exceptions with request context and stores them in the database, providing simple error tracking for early-stage projects.",
    "pypi_url": "https://pypi.org/project/django-stacktrace/",
    "documentation_url": "https://github.com/marselbeqiri/django-stacktrace#readme",
    "repo_watchers": 5,
    "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,
        19,
        0,
        0
    ],
    "participants": [
        "marselbeqiri"
    ]
}