API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/117/?format=api",
        "https://djangopackages.org/api/v4/grids/32/?format=api"
    ],
    "id": 1915,
    "title": "django-pageviews",
    "slug": "django-pageviews",
    "last_updated": "2014-02-15T00:16:23-05:00",
    "last_fetched": "2026-02-15T13:05:26.601771-05:00",
    "repo_url": "https://github.com/renyi/django-pageviews",
    "pypi_version": null,
    "created": "2013-07-03T14:15:20.533412-04:00",
    "modified": "2026-01-28T13:23:14.134001-05:00",
    "repo_forks": 14,
    "repo_description": "A very simple middleware based page view counter. It's sole purpose is to increment page views.",
    "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": [
        "renyi"
    ]
}