API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2437/
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/72/",
        "https://djangopackages.org/api/v4/grids/32/"
    ],
    "id": 2437,
    "title": "django-hitcount",
    "slug": "django-hitcount",
    "last_updated": "2024-05-21T07:38:31-04:00",
    "last_fetched": "2026-02-15T19:02:46.939705-05:00",
    "repo_url": "https://github.com/thornomad/django-hitcount",
    "pypi_version": "1.3.5",
    "created": "2014-06-23T07:53:45.309046-04:00",
    "modified": "2026-01-28T14:39:10.185045-05:00",
    "repo_forks": 188,
    "repo_description": "Django hit counter application that tracks the number of hits/views for chosen objects",
    "pypi_url": "http://pypi.python.org/pypi/django-hitcount",
    "documentation_url": "https://django-hitcount.readthedocs.io/en/latest/",
    "repo_watchers": 468,
    "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": [
        "thornomad",
        "bashu",
        "dependabot[bot]",
        "zengqiu",
        "sebslomski",
        "jan-matejka",
        "applecat",
        "fabiant7t",
        "Kelketek",
        "gabipurcaru",
        "harshulj",
        "Piecio",
        "hovi",
        "mapeveri",
        "mateusz800",
        "maxg0",
        "pjhoberman",
        "dulacp",
        "SirSaleh",
        "se0kjun",
        "stasfilin",
        "timgates42",
        "93578237",
        "xfreon"
    ]
}