API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3/
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/8/",
        "https://djangopackages.org/api/v4/grids/107/"
    ],
    "id": 3,
    "title": "django-wysiwyg",
    "slug": "django-wysiwyg",
    "last_updated": "2016-12-02T21:58:19-05:00",
    "last_fetched": "2026-02-15T13:01:22.582049-05:00",
    "repo_url": "https://github.com/pydanny-archive/django-wysiwyg",
    "pypi_version": "0.8.0",
    "created": "2010-08-14T23:10:28-04:00",
    "modified": "2026-01-28T13:14:55.160195-05:00",
    "repo_forks": 61,
    "repo_description": " A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.",
    "pypi_url": "http://pypi.python.org/pypi/django-wysiwyg",
    "documentation_url": "https://readthedocs.org/projects/django-wysiwyg/",
    "repo_watchers": 464,
    "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": [
        "pydanny",
        "vdboor",
        "acdha",
        "kennethlove",
        "caffodian",
        "renyi",
        "martey",
        "jpatel3",
        "avbasov",
        "jammons",
        "mhulse",
        "shabda",
        "ayeowch",
        "exonian"
    ]
}