API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/111/
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/32/"
    ],
    "id": 111,
    "title": "django-google-analytics",
    "slug": "django-google-analytics",
    "last_updated": "2011-05-06T12:41:03-04:00",
    "last_fetched": "2026-02-15T11:02:52.934674-05:00",
    "repo_url": "https://github.com/clintecker/django-google-analytics",
    "pypi_version": null,
    "created": "2010-08-20T16:20:36.029782-04:00",
    "modified": "2026-01-28T13:06:12.275901-05:00",
    "repo_forks": 74,
    "repo_description": "A simple django application to using Google Analytics in your project and tying different GA tags to different sites",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 171,
    "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": [
        "acdha",
        "howiworkdaily",
        "newmaniese"
    ]
}