API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/166/
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/28/",
        "https://djangopackages.org/api/v4/grids/8/",
        "https://djangopackages.org/api/v4/grids/68/"
    ],
    "id": 166,
    "title": "django-honeypot",
    "slug": "django-honeypot",
    "last_updated": "2025-06-17T00:59:31-04:00",
    "last_fetched": "2026-02-15T09:09:21.030390-05:00",
    "repo_url": "https://github.com/sunlightlabs/django-honeypot",
    "pypi_version": "1.3.0",
    "created": "2010-08-30T02:30:23.725521-04:00",
    "modified": "2026-01-28T13:00:50.575866-05:00",
    "repo_forks": 49,
    "repo_description": "🍯 Generic honeypot utilities for use in django projects.",
    "pypi_url": "http://pypi.python.org/pypi/django-honeypot",
    "documentation_url": null,
    "repo_watchers": 384,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        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": [
        "jamesturk",
        "cclauss",
        "dependabot[bot]",
        "fdemmer",
        "fcurella",
        "pydanny",
        "sk-rama",
        "dekkers",
        "johnraz",
        "Psycojoker",
        "sobolevn",
        "seb-b",
        "imperosol",
        "timur-orudzhov",
        "dependabot-preview[bot]",
        "nkay08",
        "dendraR2",
        "richdsmith"
    ]
}