API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1659/
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/19/"
    ],
    "id": 1659,
    "title": "django-wysihtml5",
    "slug": "django-wysihtml5",
    "last_updated": "2014-01-19T03:35:07-05:00",
    "last_fetched": "2026-02-15T22:06:21.451750-05:00",
    "repo_url": "https://github.com/danirus/django-wysihtml5",
    "pypi_version": "1.2b3",
    "created": "2013-01-28T15:11:57.287774-05:00",
    "modified": "2026-01-28T15:24:53.870764-05:00",
    "repo_forks": 18,
    "repo_description": "Simple Django app that provides a Wysihtml5 rich text editor textarea widget.",
    "pypi_url": "http://pypi.python.org/pypi/django-wysihtml5",
    "documentation_url": null,
    "repo_watchers": 29,
    "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": [
        "danirus",
        "UfoDriver",
        "jonashaag",
        "Nolski",
        "paramburu",
        "komarserjio"
    ]
}