API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/111/"
    ],
    "id": 4618,
    "title": "ecommerce",
    "slug": "django-ecommerce",
    "last_updated": "2020-12-03T08:27:07-05:00",
    "last_fetched": "2026-02-15T07:01:27.816682-05:00",
    "repo_url": "https://github.com/justdjango/django-ecommerce",
    "pypi_version": null,
    "created": "2020-05-29T21:05:06.473872-04:00",
    "modified": "2026-01-29T12:40:42.896869-05:00",
    "repo_forks": 1736,
    "repo_description": "An e-commerce website built with Django",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 2321,
    "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": [
        "dependabot[bot]",
        "LWlook",
        "s3h10r",
        "thesubjectsteve"
    ]
}