API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4217/?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/285/?format=api",
        "https://djangopackages.org/api/v4/grids/10/?format=api"
    ],
    "id": 4217,
    "title": "django-comments-dab",
    "slug": "django-comments-dab",
    "last_updated": "2022-11-01T08:06:32-04:00",
    "last_fetched": "2026-02-15T03:01:57.266397-05:00",
    "repo_url": "https://github.com/Radi85/Comment",
    "pypi_version": "3.0.0",
    "created": "2018-09-07T07:27:06.361420-04:00",
    "modified": "2026-01-28T16:29:32.564893-05:00",
    "repo_forks": 42,
    "repo_description": "Django comment app. It can be associated with any given model.",
    "pypi_url": "http://pypi.python.org/pypi/django-comments-dab",
    "documentation_url": "https://comment.readthedocs.io/index.html",
    "repo_watchers": 98,
    "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": [
        "Radi85",
        "abhiabhi94",
        "rmustafa-cocus",
        "ZendaInnocent",
        "AmirAref",
        "NaGaii1994",
        "ZeroCoolHacker",
        "bitFez",
        "nshaibu"
    ]
}