API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/30/
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/15/"
    ],
    "id": 30,
    "title": "django-email-extras",
    "slug": "django-email-extras",
    "last_updated": "2017-08-06T21:11:32-04:00",
    "last_fetched": "2026-02-15T20:05:16.102701-05:00",
    "repo_url": "https://github.com/stephenmcd/django-email-extras",
    "pypi_version": "0.3.4",
    "created": "2010-08-17T03:11:54.319889-04:00",
    "modified": "2026-01-28T14:57:18.456162-05:00",
    "repo_forks": 31,
    "repo_description": "PGP encrypted / multipart templated emails for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-email-extras/",
    "documentation_url": "https://readthedocs.org/projects/django-email-extras/",
    "repo_watchers": 77,
    "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": [
        "stephenmcd",
        "wilabs-ab",
        "blag",
        "diegueus9",
        "wiremine",
        "ericamador",
        "geotob",
        "ToxicWar",
        "lseangmeng",
        "adilkhash",
        "vinnyrose",
        "zixan",
        "theithec"
    ]
}