API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/?format=api"
    ],
    "id": 4641,
    "title": "django-hashids",
    "slug": "django-hashids",
    "last_updated": "2025-11-11T19:21:26-05:00",
    "last_fetched": "2026-02-15T18:03:58.814125-05:00",
    "repo_url": "https://github.com/ericls/django-hashids",
    "pypi_version": "0.7.1",
    "created": "2020-06-29T16:38:37.561003-04:00",
    "modified": "2026-01-28T14:23:30.861576-05:00",
    "repo_forks": 12,
    "repo_description": "Non-intrusive hashids library for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-hashids",
    "documentation_url": "",
    "repo_watchers": 46,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ericls",
        "jackton1",
        "lnxpy",
        "ndrbrt",
        "pxc",
        "hanckmann",
        "RubenEu"
    ]
}